Skip to main content
Once your chat has been configured and trained, it’s time to share it with the world. Attlas provides multiple distribution methods so you can choose the one that best fits your audience, channel, or project. To access these options, click the Share button located in the top-right corner of the platform. Sharing Options 1

Sharing options

Here are the 4 main ways to share your chat:
  1. Direct link: Perfect for social media, emails and messaging apps.
  2. Scan & Chat (QR Code): Ideal for printed materials and physical locations.
  3. Chat bubble: A floating button at the bottom of your website.
  4. Display on a page (Iframe): An inline widget integrated directly into your pages.

The direct link lets you share a full-page version of your chat. You can use it across various platforms:
  • Social media: Share links directly in posts or bio links (Instagram bio, LinkedIn, Linktree).
  • Messaging: Send directly via WhatsApp, SMS, or Telegram.
  • Email: Add to newsletters, campaigns, or email signatures.
  • Promotional materials: Add to presentations, PDFs, or documents.
Simply copy the generated public link from your dashboard and share it with your audience.

Scan & Chat (QR Code)

Connect the physical world to your AI chat by generating a custom QR Code. It is highly effective for:
  • Printed materials: Business cards, flyers, catalogs and booklets.
  • Physical locations: Restaurant menus, tables, packaging, or posters.
  • Events: Banners, trade show stands and presentations.
When scanned, users will be taken directly to your chat in their mobile browser.
If you change your username in the Profile section, you will need to generate and download a new QR Code.

Add a chat bubble

Add a floating chat bubble in the bottom corner of your website so visitors can interact with your assistant without leaving your site. Attlas Bubble Chat Site
The chat bubble sharing option is available exclusively on the Attlas Starter and PRO plans.

Installation

Copy the script snippet and paste it right before the closing </body> tag of your HTML:

Domain Whitelisting

To protect your account’s quota and ensure your chat is only loaded on your own website, you can restrict the domains authorized to run the script. Screenshot Studio 1781949144938
  • How it works: In your chat’s Embed Settings, you can specify a list of allowed domains (e.g., mywebsite.com). The widget script will only initialize on these origins.
  • No domain specified (Default): If the allowed domains list is empty, the widget script will function on any domain (useful for local testing).
The domain whitelist check is executed dynamically when the script fetches the widget configuration.

Display on a page

The Display on a page option allows you to embed the full chat directly into a webpage using an iframe. By adding this code to your website, blog, or Notion page, the chat will appear directly within the page content. This option is ideal for:
  • Help centers and FAQ pages
  • Knowledge bases and documentation sites
  • Support portals
  • Internal dashboards

Installation

Copy and paste the following HTML code into your website’s editor where you want the chat to appear:
You can adjust the iframe’s width and height to fit your website layout.
Security Note: The domain whitelist configuration (allowed_domains) only applies to the widget script. It does not protect or restrict the direct loading of the iframe URL. Anyone embedding the direct iframe URL on a custom page will still be able to render and interact with the chat.

Distribution channels

The Distribution tab in the Share panel lets you create named channels to track where your conversations are coming from, for example, distinguishing users who arrived via your website from those who came through a newsletter or a QR code at an event.

What is a channel?

A channel is a label you define (e.g. website, newsletter, event-june). When you select it in the Share tab, Attlas automatically appends an ?origin=<channel> parameter to every share method you copy: This lets you see in your analytics which channel drove each conversation.

Creating a channel

Distribution channels tab
  1. Open the Share panel and switch to the Distribution tab.
  2. Click in the channel input field and type a name (e.g. newsletter), then press Enter to add it.
  3. Repeat to add as many channels as you need.
  4. Channels are saved automatically, no extra confirmation needed.
Channel names are slugified automatically: spaces and special characters are converted to hyphens and lowercased (e.g. My Blog Postmy-blog-post).

Using a channel when sharing

Distribution channels link sharing
  1. Switch back to the Share tab.
  2. If you have channels defined, a dropdown appears at the top of the tab.
  3. Select the channel that matches the destination you are sharing to.
  4. Copy the link, iframe code, or script, the origin parameter is already included.
Leave the channel selector on All channels when you want a generic link without attribution.

Which option should you choose?

Each sharing method serves a different purpose: You can use one or several of these options at the same time, creating more opportunities for users to interact with your chat.
Last modified on July 17, 2026