What a prompt contains
A prompt can include:- Model and provider configuration.
- System, user, assistant, and tool messages.
- Text, image, and PDF content.
- Variables.
- Project tools and optional MCP server configuration when enabled.
- Evaluators and datasets for testing.
- Editor snapshots, deployment history, and prompt versions.
Library columns
Use the Prompts library to answer:| Column | Use it for |
|---|---|
| Name | Open the prompt editor or preview sheet. |
| Environments | See where the prompt is currently deployed. |
| Last deployed | Find the latest deployment snapshot and model context. |
| Evaluators | Check whether the prompt has active quality gates. |
| Datasets | See which datasets are connected through evaluators or dynamic columns. |
| Updated | Find recently edited prompts. |
Build and test a prompt
Open a prompt to use the editor and playground. The practical authoring loop is:- Configure the model and generation parameters.
- Write messages and variables.
- Attach tools when the model needs external actions or data.
- Run the prompt in the playground with representative inputs.
- Link datasets to test across many cases.
- Run evaluations before deployment.
Versioning and deployment
Editing a prompt changes the draft in the editor. Deployment creates a snapshot for a deployment environment. Your application should read from the deployment environment it expects, not from an arbitrary draft. Use this distinction when reviewing changes:- Draft/editor state is where prompt editing and playground work happen.
- Prompt version or editor snapshot is the captured state used for review or deployment.
- Deployment snapshot is what an application environment reads at runtime.
- Improve approval can apply a candidate and deploy it, while Edit & approve applies the candidate without deployment.
Prompts in the Platform workflow
Prompts connect directly to the rest of Platform:- Tools define callable functions or HTTP-backed actions.
- Evaluators define success criteria for a prompt.
- Datasets provide test cases.
- Traces show how deployed prompts behave in production.
- Behaviors cluster recurring prompt outcomes.
- Improve proposes prompt changes from those signals.
- Deploy ships a prompt version to an environment.
Technical tips
- Keep variable names stable. Datasets and dynamic columns depend on prompt variables resolving consistently.
- Keep tool descriptions precise. The model chooses tools from the descriptions and schemas it sees.
- Attach evaluators before running Improve so candidate reviews can prove they did not regress important behavior.
- Use deployment comparison before shipping a prompt with large message, model, schema, or tool changes.
- After deployment, watch Monitor, Traces, and Behaviors for runtime effects.

Build and test prompts
Configure messages, variables, model settings, tools, datasets, and playground runs.
Version and deploy
Understand drafts, snapshots, deployment environments, approval, and rollback.
Tools
Define reusable tool schemas and HTTP-backed actions.
Evaluators
Define pass/fail, scoring, cost, latency, and formatting criteria.