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

# Visual Edits

> Select elements in your preview to reference them in chat

Visual Edits lets you click on any element in your app's preview to add it as context in the chat. Instead of describing which component you want to change, you can just point to it — then tell Aurora what to do with it.

## How to Use Visual Edits

<Steps>
  <Step title="Activate the selector">
    Click the selector button in the chat input area.
  </Step>

  <Step title="Click an element">
    Click on the element you want to reference in your app's preview. Aurora will identify the component and add it to your chat.
  </Step>

  <Step title="Describe your changes">
    Type what you want to change about that element — for example, "Make this button larger and change the color to blue." Aurora will make the updates in Agent mode.
  </Step>
</Steps>

<Tip>
  This is especially useful when your app has many similar elements and you want to target a specific one without having to describe exactly where it is.
</Tip>
