> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bigdelta.com/llms.txt
> Use this file to discover all available pages before exploring further.

# AI setup

> Let an AI coding tool install Bigdelta tracking for you.

If your site is built with an AI tool — or you just prefer to let one do the work — Bigdelta generates a ready-made prompt that walks your assistant through the whole integration. Your tracking key is already filled in.

<Steps>
  <Step title="Pick what your site is built with">
    During onboarding (or later in **Settings → [Access Keys](https://eu.bigdelta.com/access-keys)**), choose your technology: Lovable, Replit, Base44, Claude Code, Codex, Cursor, or plain HTML.
  </Step>

  <Step title="Copy the generated prompt">
    For AI tools, Bigdelta produces a prompt containing the full SDK reference and your tracking key. Copy it with one click.
  </Step>

  <Step title="Paste it into your tool">
    The assistant installs the SDK the right way for your project — script tag or npm, initialized once, with page views, single-page-app route tracking, and session recording enabled.
  </Step>

  <Step title="Wait for the green light">
    Bigdelta detects the first incoming data automatically and confirms your site is sending events. Your first numbers appear on the Overview right after.
  </Step>
</Steps>

<Note>
  If your site has login or signup flows, the prompt also instructs the assistant to ask you before wiring up [user identification](/guide/getting-started/identify-users) — it won't link visitor activity to user IDs without your say-so.
</Note>

Prefer to add the script yourself? Follow the [manual setup](/guide/getting-started/onboarding-manual) instead — it's one snippet in your site's `<head>`.
