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

# Share Settings

> Get embed code and sharing options

## Embed Code

Get the code to add Clarky to your website.

### Standard Embed

```html theme={null}
<script src="https://clarky.ai/embed/<bot-id>/chat.js"></script>
```

<Steps>
  <Step title="Copy Code">
    Click "Copy" to copy the embed code
  </Step>

  <Step title="Paste Before </body>">
    Add the code just before the closing `</body>` tag on your website
  </Step>

  <Step title="Save and Publish">
    Save your changes and publish your website
  </Step>
</Steps>

## Shareable Link

Direct link to chat with your agent:

```
https://clarky.ai/c/your-bot-id
```

Share this link to:

* Test your agent
* Share with team members
* Use in marketing materials
* Embed as an iframe

<Card title="Customize Interface" icon="palette" href="/features/settings/interface">
  Personalize your chat widget
</Card>
