Context

Give the model the documents, constraints and audience it cannot infer

Everything the model knows about your situation arrives in the prompt. Context is the deliberate supply of that background: the source material, the rules you are bound by, and the reader you are writing for — none of which the model can look up on its own.

What to supply

How to organise it

Example

Vague
Write release notes for our new version.
Better
AUDIENCE: existing customers, non-technical.
CONSTRAINTS: max 200 words, no version numbers, British English.
SOURCE (merged PR titles):
- Faster search indexing
- Fix: duplicate invoices on retry
- New CSV export in Reports
TASK: write the release notes from the source above.