Back to glossary

Glossary term

System Prompt

A high-priority instruction that sets the model’s role, behavior, constraints, or operating rules for a conversation or workflow.

A system prompt is a top-level instruction that defines how a model should behave across a task or conversation.

It often sets things like:

  • role
  • tone
  • output expectations
  • priorities
  • constraints

Why system prompts matter

System prompts shape the model’s default behavior before user messages add task-specific input. That makes them useful for workflows where consistency matters, such as tutoring, code review, support, or structured writing.

A system prompt is not the whole workflow

Strong system prompts create guardrails, but they do not solve everything. If the task context is weak or the request is underspecified, the output can still drift.

That is why many practical workflows combine a system prompt with a task prompt or template.

Related terms

prompt engineering

Prompt Template

A reusable prompt structure with placeholders or variables that can be adapted to different inputs without rewriting from scratch.

ai operations

Prompt Evaluation

The process of checking whether a prompt actually produces the quality, structure, and reliability you expect across realistic inputs.

library management

Local-First Prompt Library

A prompt library stored in local files first, so prompts stay portable, searchable, and under the team’s control.

library management

Prompt Library

A collection of reusable prompts organized so they can be found, edited, improved, and reused across workflows.