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

# Refine Slide

Refine an existing slide based on instructions.

<ParamField body="slide_id" type="string" required>
  UUID of the slide to refine
</ParamField>

<ParamField body="instructions" type="string" required>
  Refinement instructions
</ParamField>

<ParamField body="layout_name" type="string">
  Specific layout to use
</ParamField>

<ParamField body="conversation_id" type="string">
  Existing conversation UUID
</ParamField>

<ResponseField name="slide" type="object">
  Refined slide object with updated content and URLs
</ResponseField>

<ResponseField name="reflection" type="string">
  AI reflection on the refinement
</ResponseField>
