> ## 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.

# Composition

Composition defines how the subject is positioned and viewed within the frame. Clear spatial instructions help the model understand perspective, balance, and overall framing.

Specify how the subject should appear by describing camera angle, crop, pose, and perspective. A structured description helps the model interpret spatial relationships and produce a coherent image.

## Examples

<Columns cols={3}>
  <Frame caption="Centered">
    <img src="https://mintcdn.com/recraft/3vK3Cv6HzaeRXiR4/prompt-engineering-guide/images/hands-holding-ceramic-mug-centered-in-frame--direc.png?fit=max&auto=format&n=3vK3Cv6HzaeRXiR4&q=85&s=861043d425abe92eea1f85afa88baa68" alt="" width="917" height="1179" data-path="prompt-engineering-guide/images/hands-holding-ceramic-mug-centered-in-frame--direc.png" />
  </Frame>

  <Frame caption="Rule of thirds">
    <img src="https://mintcdn.com/recraft/juvbFOYgeEhqHaH7/prompt-engineering-guide/images/hand-resting-beside-coffee-cup-on-left-third-of-fr.png?fit=max&auto=format&n=juvbFOYgeEhqHaH7&q=85&s=6ac9b7d5ffe08dd5d4ef926e5ce87cc5" alt="" width="917" height="1179" data-path="prompt-engineering-guide/images/hand-resting-beside-coffee-cup-on-left-third-of-fr.png" />
  </Frame>

  <Frame caption="Tight crop">
    <img src="https://mintcdn.com/recraft/Wl3m3_t-Mjk7iw5N/prompt-engineering-guide/images/extreme-close-up-of-hands-kneading-dough--tight-cr.png?fit=max&auto=format&n=Wl3m3_t-Mjk7iw5N&q=85&s=ee6fc0142e4e816b102cb81164c70428" alt="" width="917" height="1179" data-path="prompt-engineering-guide/images/extreme-close-up-of-hands-kneading-dough--tight-cr.png" />
  </Frame>
</Columns>

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

<AccordionGroup>
  <Accordion title="Centered prompt">
    "*Hands holding ceramic mug centered in frame, direct frontal view, cozy sweater sleeves visible, neutral background, soft even lighting, lifestyle close-up*"
  </Accordion>

  <Accordion title="Rule of thirds prompt">
    "*Hand resting beside coffee cup on left third of frame, full cup of coffee with steam on right side, wooden table surface, morning natural light, editorial beverage photography, minimalist composition*"
  </Accordion>

  <Accordion title="Tight crop prompt">
    "*Extreme close-up of hands kneading dough, tight crop on fingers and flour, texture details visible, warm directional light, macro detail shot*"
  </Accordion>
</AccordionGroup>
