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

# Customizing your widget

> Match the widget to your brand and site design.

<CardGroup cols={3}>
  <Card title="Colors and branding" icon="palette">
    Customize button colors, chat bubbles, and the header to match your brand.
  </Card>

  <Card title="Welcome message" icon="message">
    Set a custom greeting that appears when the widget opens.
  </Card>

  <Card title="Position and size" icon="arrows-out">
    Choose where the widget appears (bottom-right, bottom-left, and similar) and how large it is.
  </Card>

  <Card title="Trigger behavior" icon="bolt">
    Auto-open after a delay, on scroll, or only when clicked.
  </Card>

  <Card title="User sessions" icon="clock">
    Enable persistent sessions so the agent remembers previous conversations.
  </Card>

  <Card title="Context passing" icon="code">
    Send page URL, title, or custom data to the agent automatically.
  </Card>
</CardGroup>

<Tip>
  Access customization in [User Hub → Agents → Edit deployment](https://corgent.ai/user-hub?tab=agents). Changes apply immediately without updating your embed code.
</Tip>
