Skip to main content

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.

To install an AI Employee on your website using the Standard widget use the follwing code snippet:
<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
You can find the AI Employee ‘ID’ in the AI Employee settings under the Settings tab.
See all the available attributes in the AI Employee Reference.