Glossary · AI / GEO

Prompt

promptnoun

A prompt is the text instruction or question given to an AI model to guide its response.

Part of speech
noun
Pronunciation
prompt
Origin
From Latin 'promptus,' meaning brought forth or ready. In AI it is the input text that prompts a model to produce a response.

What is Prompt?

A prompt is the text instruction or question you give to an AI model to guide what it produces. It is your side of the conversation: the request, the context, and any rules you set. When you ask a chatbot to summarize a report, rewrite an email, or explain a concept, the words you type are the prompt, and the quality of the model's response depends heavily on how clearly and completely that prompt is written.

The mechanics are straightforward on the surface and subtle underneath. The model reads your prompt, breaks it into tokens, and uses it as the starting context for predicting a response. Everything you include shapes that prediction: the task you describe, the background you supply, the tone or format you request, and any examples you provide. A vague prompt gives the model little to work with, so it fills the gaps with generic assumptions. A specific prompt that states the goal, the audience, the desired length, and the constraints narrows the range of likely outputs and steers the model toward what you actually want. In many tools the prompt also includes hidden system instructions set by the developer, which frame the model's behavior before your own words are added.

The word comes from the Latin promptus, meaning brought forth or ready, and it carried into English as something that elicits an action, as in prompting an actor with a line. In artificial intelligence the meaning is a natural extension: the prompt is the input text that prompts the model to generate a response. The usage became common as generative AI tools reached a wide audience and people needed a simple word for the thing they typed into the box.

For a business, prompts matter because they are the interface through which AI work gets done. The same model can produce a polished, on-brand result or a useless one depending on how it is asked. Teams that learn to write effective prompts get more consistent, accurate, and usable output, which turns AI from a novelty into a dependable part of workflows like drafting content, handling support inquiries, and analyzing information. Because prompting is a skill anyone can build, it offers a fast return: better inputs immediately produce better outputs without any change to the underlying tool.

A common mistake is treating a prompt as a single magic phrase rather than a clear brief. Underspecifying, asking for something broad and hoping the model reads your mind, usually yields bland or off-target results. Overloading a prompt with contradictory instructions causes the opposite problem, as the model tries to satisfy conflicting demands. The reliable middle ground is to be explicit about the task, give relevant context, show an example of the format you want, and iterate, refining the prompt when the first answer misses. It also helps to remember that the model has no memory of your intentions beyond what the prompt contains, so anything important must be stated. Prompts connect closely to the broader discipline of prompt engineering, to the tokens the model reads, and to AI agents that chain many prompts together. Learning to write them well is the most immediate lever most people have for getting value from AI.

Why it matters

The prompt largely determines what an AI returns, so writing clear ones directly improves output quality. It is the cheapest lever on AI results.