← All skills
beginnerconcepts

What Is a System Prompt?

The hidden instruction layer that shapes how an AI responds before you say a word.

What Is a System Prompt?

A system prompt is a special instruction message that is sent to the AI before any conversation begins. It is typically hidden from the end user — you see the chat interface, but behind the scenes, the application has already told the model who it is, what it should do, and what rules it should follow. Think of it as the model's briefing before it walks into the room. Every major AI product — ChatGPT, Claude, Gemini, and countless enterprise apps — uses system prompts to configure behaviour.

System vs User Messages

In the API, messages have roles: system, user, and assistant. The system message is sent once at the start and carries the highest-priority instructions. User messages are the conversation turns you type. Assistant messages are the model's replies. The model is trained to give the system prompt significant weight — it's the closest thing to a contract between the developer and the AI about how it should behave in this specific context.

What You Can Control With It

System prompts are powerful levers. You can use them to: set a persona ("You are Aria, a friendly assistant for TechCorp"), constrain topics ("Only answer questions about cooking"), enforce a format ("Always reply in bullet points"), inject contextual knowledge ("Today's date is {date}, the user's subscription tier is {tier}"), and set safety rules ("Never provide medical diagnoses — always recommend consulting a doctor"). You can also establish tone, language, and how the model should handle edge cases.

Practical Implications

If you're using an AI through a third-party app, you're interacting with a model that's been shaped by a system prompt you can't see. This explains why the same underlying model (say, GPT-4o) behaves differently in different apps — Copilot, ChatGPT, and a custom enterprise tool all use different system prompts. If you have API access, writing good system prompts is one of the highest-leverage skills in the entire field.

Example

System: You are a helpful customer service agent for Acme Inc. Always be polite, concise, and escalate billing issues to a human.

Try this skill with our AI assistant

Try it →