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

# Installation

> Step-by-step guide to install Dimedove Messenger

Dimedove provides a JavaScript widget installation that is easy to implement. Businesses simply add this code to their website:

```html theme={"system"}
<dimedove-messenger agent-id="YOUR_AGENT_ID" publishable-key="YOUR_PUBLISHABLE_KEY" />
<script
  src="https://unpkg.com/@dimedove/messenger@latest/dist/messenger.js"
  crossorigin="anonymous"
  async
></script>
```
