> ## Documentation Index
> Fetch the complete documentation index at: https://www.recraft.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Subject

Start your prompt with the subject. This helps the model identify what the viewer should notice first and anchors the image around a clear focal point.

Describe the primary character, object, or setting in simple, descriptive terms. Stating the subject clearly guides the model’s interpretation and keeps the output aligned with your intention.

## Examples

<Columns cols={3}>
  <Frame caption="Minimal">
    <img src="https://mintcdn.com/recraft/A9XvHrFkrXHBghoC/prompt-engineering-guide/images/a-chair.png?fit=max&auto=format&n=A9XvHrFkrXHBghoC&q=85&s=147337b1bc4659871cbc31ef96f00eeb" alt="Basic chair" width="917" height="1179" data-path="prompt-engineering-guide/images/a-chair.png" />
  </Frame>

  <Frame caption="Descriptive">
    <img src="https://mintcdn.com/recraft/VmeBm9OtUDRfCNgl/prompt-engineering-guide/images/wooden-chair.png?fit=max&auto=format&n=VmeBm9OtUDRfCNgl&q=85&s=02cd67aed3ee741f120868e12f005222" alt="A wooden chair" width="917" height="1179" data-path="prompt-engineering-guide/images/wooden-chair.png" />
  </Frame>

  <Frame caption="Detailed">
    <img src="https://mintcdn.com/recraft/vIVoOwMArnlQYmZE/prompt-engineering-guide/images/mid-century-modern-walnut-chair-positioned-beside-.png?fit=max&auto=format&n=vIVoOwMArnlQYmZE&q=85&s=9b41c81f43c4abe01c37735ae72a55be" alt="A detailed image of a wooden chair" width="917" height="1179" data-path="prompt-engineering-guide/images/mid-century-modern-walnut-chair-positioned-beside-.png" />
  </Frame>
</Columns>

<div style={{ marginTop: "32px" }} />

<AccordionGroup>
  <Accordion title="Minimal prompt">
    "*A chair*"
  </Accordion>

  <Accordion title="Descriptive prompt">
    "*Wooden chair*"
  </Accordion>

  <Accordion title="Detailed prompt">
    "*Mid-century modern walnut chair positioned beside tall window with afternoon sunlight casting diagonal shadows across seat, minimalist Scandinavian interior with white walls and light oak flooring, architectural photography style, clean composition with negative space*"
  </Accordion>
</AccordionGroup>
