
A Prompt is the input — usually text — that you give to an AI model to tell it what you want. In a chatbot, the prompt is simply your message; the quality of your prompt largely determines the quality of the response.
What it means in plain English
The prompt is how you communicate your intent to an AI. It can be a question (“What’s the capital of France?”), an instruction (“Rewrite this email to sound friendlier”), or a detailed brief with context and formatting requirements. The model reads your prompt and generates a response based on it. Because the AI only knows what’s in the prompt and the conversation so far, what you include — and leave out — has an enormous effect on what you get back.
A vague prompt gets a vague, generic answer; a specific one with clear context and a defined format gets something far more useful. This is why “prompting” has become a genuine skill.
A simple example
Compare “write about dogs” with “write a 100-word, upbeat introduction for a blog post aimed at first-time dog owners, focusing on the joys of adoption.” Same tool, wildly different results — because the second prompt gives the model a clear subject, audience, length, and tone.
Why it matters
The prompt is your entire interface to a generative AI. Learning to write good prompts is the single highest-leverage skill for getting value from these tools — the difference between a disappointing answer and an excellent one is usually the prompt, not the model.
Related terms
- Prompt Engineering — the skill of crafting effective prompts.
- Zero-Shot / Few-Shot Learning — prompting with no or a few examples.
- Context Window — how much prompt the model can take in at once.
Frequently asked questions
What is a prompt?
A prompt is the input or instruction you give an AI model — typically the text (or question) you type — that guides what it generates.
What makes a good prompt?
Clear, specific instructions with relevant context and, where helpful, examples. Better prompts generally produce better, more relevant responses — the basis of prompt engineering.