System Prompting
System prompting sets the top-level instructions, rules, and constraints that persist across an entire conversation. System prompts act as a constitution for the AI — defining its role, boundaries, output rules, and behavioral guidelines before any user message is processed.
How It Works
The system prompt is injected at the start of the conversation context.
It defines identity, capabilities, constraints, and output format rules.
It applies to every subsequent user message unless overridden.
It can include guardrails: banned topics, tone rules, response length.
Real Example
System: "You are a legal-research assistant. Answer only from provided case documents. Cite sources inline. If information is missing, say so. Never give formal legal advice. Keep answers under 200 words."
Best Practices
- Lead with identity, then capabilities, then constraints.
- Be explicit about output formats and refusal rules.
- Use consistent terminology throughout.
- Keep the system prompt focused and non-redundant.
Common Mistakes
- Putting task-specific instructions in the system prompt.
- Contradictory rules between system and user messages.
- Overly long system prompts that dilute key rules.
When to Use System
Prompts using System Prompting
Ready-to-copy examples of this technique in action.
Brand Voice System
Define a reusable brand voice that the AI applies across all content.
Executive Assistant
Delegate email triage, scheduling drafts, and priority management to AI.
Customer Support Responder
Draft empathetic, on-brand support replies that resolve issues.
Support Bot System Prompt
The system prompt blueprint for a safe, accurate customer support bot.
Content Moderator System Prompt
A system prompt for safe, fair AI content moderation.
Frequently Asked Questions
When should I use System Prompting?
Custom AI assistants and chatbots, Customer support bots, Applications with strict guidelines. If your task is more complex or your output is inconsistent, consider combining it with examples or chain-of-thought.
Does System Prompting work on all AI models?
Most prompting techniques transfer across modern models like ChatGPT, Claude, and Gemini, though results vary. Test the same prompt on two models and keep the best performer.
What is the next technique to learn after System?
Based on your related techniques, explore: Prompt Basics, Role Prompting, Agent Prompting.
How do I practice System?
Use the prompts above as starting points, then modify one variable at a time. Track which changes improve your results in a prompt library.