Deploy Your Agent
You can share your agent with a simple URL or embed it on your website.
Public page
- Click "View" in the header actions to open the agent's public page.
- The URL format is
https://chatolia.com/c/{publicId}. - Private agents are only visible to the owner and workspace members.
Embed as a widget
- Click “Deploy” in the header actions.
- In the Widget section, click “Copy”.


- Paste the
<script ...>snippet before the closing</body>tag on your site. - You can control position, theme, icon, and hint behavior using data‑attributes.
Embed as an iframe
- Click “Deploy” → Iframe.
- Copy the
<iframe ...>snippet.

- Use the iframe when you want a dedicated full‑page chat.
WordPress
Chatolia WordPress plugin
- Install and activate the Chatolia plugin from your WordPress dashboard (
Plugins → Add New) or you can download it from here: https://wordpress.org/plugins/chatolia/ (opens in a new tab) - After activation, open the Chatolia settings page at
/wp-admin/admin.php?page=chatolia.

- In another tab, sign in at chatolia.com (opens in a new tab), click Settings → Tokens (or go directly to https://www.chatolia.com/dashboard/settings/tokens (opens in a new tab)), create a token with a name and expiry, and copy it.


- Paste the token in the Chatolia settings page inside WordPress and click Save.

- Click Create Agent to provision an agent from your WordPress site—the plugin will automatically load the widget everywhere it is enabled.
Embed the snippet manually
Prefer to paste the snippet yourself? You can use any header/footer script plugin (e.g., Insert Headers and Footers). For a guided option:
- Install and activate the Simple Custom CSS and JS plugin from here: https://wordpress.org/plugins/custom-css-js/ (opens in a new tab)
- Go to Simple Custom CSS and JS → All Custom Code and click Add JS Code.
- Give it a name, paste the
<script>snippet you copied from the Chatolia dashboard (Deploy → Widget → Copy), and set:- Linking type: Internal
- Where on page: In the head element
- Where in site: Frontend (choose additional locations if needed)

- Save your changes and clear any caches. The script will inject the Chatolia widget on the selected pages.