Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.inboxmate.psquared.dev/llms.txt

Use this file to discover all available pages before exploring further.

Once your agent is configured, embed it on your website with a single script tag.

Embed code

Copy the snippet from your agent’s Publish tab and paste it before the closing </body> tag:
<!-- Find your embed code in your agent's Publish tab -->
<script src="https://your-widget-url.js"></script>
The exact embed code is generated for your agent. Copy it from the Publish tab in your agent’s settings. The widget loads asynchronously and won’t block your page.

Platform guides

Add the embed snippet to your theme’s footer.php or use a plugin like Insert Headers and Footers to add it site-wide.
Go to Project Settings > Custom Code > Footer Code and paste the snippet.
Use the Embed HTML element or add custom code via Settings > Custom Code.
Go to Online Store > Themes > Edit code and add the snippet to theme.liquid before </body>.
Paste the snippet directly in your HTML file before </body>.

Making changes

Changes to your agent are saved and take effect immediately. There is no separate draft or publish step. The Publish tab is where you find your embed code — not where you publish changes.
  1. Make changes to your agent (prompt, knowledge, widget style)
  2. Test using the Widget preview in your agent editor
  3. Changes are live right away for visitors on your site