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

# Level of detail

Detail level controls how much creative freedom the model has. By adjusting the amount of instruction you provide, you decide whether the model should explore broadly or render with precision.

The level of detail in a prompt determines how much guidance the model receives and how closely it will follow your intention. Choosing the right amount of detail helps you balance predictability with creative exploration.

Use level of detail intentionally. Expand it when you need specific results, and reduce it when you want variation and creative freedom.

## Examples

<Columns cols={3}>
  <Frame caption="Short">
    <img src="https://mintcdn.com/recraft/A9XvHrFkrXHBghoC/prompt-engineering-guide/images/avant-garde-fashion-portrait--sculptural-headpiece.png?fit=max&auto=format&n=A9XvHrFkrXHBghoC&q=85&s=2ac9d6b7260a8efb97e2bca68592587e" alt="" width="917" height="1179" data-path="prompt-engineering-guide/images/avant-garde-fashion-portrait--sculptural-headpiece.png" />
  </Frame>

  <Frame caption="Medium">
    <img src="https://mintcdn.com/recraft/cs_fZbzMZcbhVDAB/prompt-engineering-guide/images/close-up-avant-garde-fashion-portrait-with-dramati.png?fit=max&auto=format&n=cs_fZbzMZcbhVDAB&q=85&s=26c142a05af6aac45c28201a309e3ecf" alt="" width="917" height="1179" data-path="prompt-engineering-guide/images/close-up-avant-garde-fashion-portrait-with-dramati.png" />
  </Frame>

  <Frame caption="Long">
    <img src="https://mintcdn.com/recraft/cs_fZbzMZcbhVDAB/prompt-engineering-guide/images/close-up-editorial-fashion-portrait-of-model-with-.png?fit=max&auto=format&n=cs_fZbzMZcbhVDAB&q=85&s=181609018da90031830a12be3a6d8672" alt="" width="917" height="1179" data-path="prompt-engineering-guide/images/close-up-editorial-fashion-portrait-of-model-with-.png" />
  </Frame>
</Columns>

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

<AccordionGroup>
  <Accordion title="Short prompt">
    "*Avant-garde fashion portrait, sculptural headpiece*"
  </Accordion>

  <Accordion title="Medium prompt">
    "*Close-up avant-garde fashion portrait with dramatic white sculptural paper headpiece, model's face and shoulders visible, muted sage green background, soft studio lighting, editorial style*"
  </Accordion>

  <Accordion title="Long prompt">
    "*Close-up editorial fashion portrait of model with natural beauty and no makeup
    wearing dramatic avant-garde white paper sculptural headpiece with geometric
    folded elements radiating outward, complete head and headpiece fully visible
    within frame from top to shoulders, face centered with breathing room around
    edges, natural skin with visible freckles and texture, serene calm expression
    with eyes looking directly at camera, wearing simple white high-neck garment,
    muted sage green studio background creating color harmony, soft diffused lighting
    from front with subtle shadows defining natural facial features, contemporary
    high-fashion meets authentic beauty aesthetic, architectural fashion photography,
    shot on 85mm lens at f/2.8 with gentle background blur, entire sculptural element
    captured without cropping, muted pastel palette emphasizing natural skin tones
    whites and soft greens, clean balanced composition, professional editorial
    photography celebrating raw natural beauty*"
  </Accordion>
</AccordionGroup>
