Agents
Deploy

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

  1. Click “Deploy” in the header actions.
  2. In the Widget section, click “Copy”.

Deploy Settings

Deploy Settings

  1. Paste the <script ...> snippet before the closing </body> tag on your site.
  2. You can control position, theme, icon, and hint behavior using data‑attributes.

Embed as an iframe

  1. Click “Deploy” → Iframe.
  2. Copy the <iframe ...> snippet.

Deploy iFrame

  1. Use the iframe when you want a dedicated full‑page chat.

WordPress

Chatolia WordPress plugin

  1. 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)
  2. After activation, open the Chatolia settings page at /wp-admin/admin.php?page=chatolia.

Chatolia WP Settings

  1. 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.

Chatolia Token Settings

Chatolia Token Copy

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

Chatolia Token Paste

  1. 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:

  1. Install and activate the Simple Custom CSS and JS plugin from here: https://wordpress.org/plugins/custom-css-js/ (opens in a new tab)
  2. Go to Simple Custom CSS and JS → All Custom Code and click Add JS Code.
  3. 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)

Custom JS

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