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

# Context-Aware Editing

> Keep AI-assisted edits focused on the selected slide or component.

Context-aware editing uses the current presentation, selected slide, and selected component to determine where a requested change belongs.

## Select the editing scope

* **Selected slide:** Use this scope when the prompt should update one complete slide.
* **Selected component:** Select a text block, image, shape, icon, table, chart, or layout when only that element should change.
* **Presentation:** Use presentation-level scope only when the request intentionally affects multiple slides or the deck structure.

## Keep changes focused

<Steps>
  <Step title="Select the target">
    Open the intended slide and select the smallest component that contains the required change.
  </Step>

  <Step title="Describe one outcome">
    State what should change and what must remain unchanged.
  </Step>

  <Step title="Confirm the scope">
    Make sure the request names the selected slide or element instead of asking for a broad deck-wide redesign.
  </Step>

  <Step title="Review the result">
    Verify the selected element, its surrounding layout, and any facts or values that had to remain unchanged.
  </Step>
</Steps>

## Example focused prompts

| Selection  | Prompt                                                                                       |
| ---------- | -------------------------------------------------------------------------------------------- |
| Text block | `Rewrite only this paragraph in a concise executive tone. Keep all figures unchanged.`       |
| Image      | `Replace this image with a modern logistics warehouse. Do not change the caption or layout.` |
| Chart      | `Update this chart with the attached quarterly values. Preserve its colors and title.`       |
| Slide      | `Redesign only this slide as a two-column comparison. Do not modify other slides.`           |

<Tip>
  Select the smallest useful target. A precise selection and a narrow prompt reduce unintended changes elsewhere in the deck.
</Tip>
