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

# Standard

> Install on your Website

To install an AI Employee on your website using the Standard widget use the follwing code snippet:

```html theme={null}
<script type="module">
  import Chatbox from 'https://cdn.jsdelivr.net/npm/@zappway/embeds@latest/dist/chatbox/index.js';

  Chatbox.initStandard({
    agentId: 'YOUR_AGENT_ID',
  });
</script>

<zappway-chatbox-standard />
```

Replace `YOUR_AGENT_ID` with the ID of your AI Employee

<Note>
  You can find the AI Employee 'ID' in the AI Employee settings under the Settings tab.
</Note>

See all the available attributes in the [AI Employee Reference](/widgets/chatbot/reference).
