Getting Started

Get your GuidMe widget live in minutes.

1. Create an account

Sign up at GuidMe and create an app in the dashboard. You will receive an API key (starts with gm_live_).

2. Add the widget script

Add a single script tag to your site:

<script
  src="https://widget.guidme.ai/v1/loader.js"
  data-key="gm_live_xxxxxxxxxxxx"
></script>

Replace gm_live_xxxxxxxxxxxx with your API key. The widget appears as a floating button.

3. Optional: configure with data attributes

You can customize behavior with data attributes on the script tag:

  • data-api-url — Backend API URL (default: https://api.guidme.ai)
  • data-positionbottom-right, bottom-left, top-right, top-left
  • data-themelight, dark, or auto
  • data-accent-color — Hex color (e.g. #537FE7)

Next steps

  • See Widget integration for full configuration and the programmatic API.
  • Upload documentation and add web links in the dashboard so the AI can answer using your content.