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

# Quickstart

> Start capturing form leads with Trakg in under 2 minutes

## Get started in 3 simple steps 🚀

Trakg makes it easy to capture abandoned form leads without any backend setup. Follow this quickstart to integrate Trakg into your site in less than 2 minutes.

***

### 1. Sign up for Trakg

Head over to [trakg.com](https://trakg.com) and create your free account.

* No credit card required
* 7-day free trial
* Real-time lead capture from day one

***

### 2. Add your website

After signing in:

* Go to the **Websites** tab in your dashboard
* Click **“Add Website”**
* Enter your domain (e.g., `yourdomain.com`)
* Copy the provided script tag with your unique ID

***

<img src="https://mintlify.s3.us-west-1.amazonaws.com/trakg/images/docs/quickstart-add-website.png" alt="Add Website in Trakg Dashboard" className="rounded-xl shadow-md my-6" />

***

### 3. Paste the script into your site

Insert the following script **just before the closing `</body>` tag** of your site:

```html theme={null}
<!-- Trakg Script -->
<script defer src="src='https://cdn.trakg.com/api/v1/tracker.min.js?id=YOUR_ID_GIVE'></script>
```

Replace `YOUR_ID_GIVEN` with the actual site ID provided in your Trakg dashboard.

***

✅ **That’s it!** Trakg will now:

* Track every form field interaction
* Capture partial submissions
* Show analytics in your dashboard in real-time

***

## What’s next?

<CardGroup cols={2}>
  <Card title="Understand How Trakg Works" icon="brain" href="/docs/how-it-works">
    Learn how Trakg captures and processes lead data behind the scenes.
  </Card>

  <Card title="View Your Dashboard" icon="gauge" href="/docs/dashboard">
    Explore lead insights, abandonment stats, and export options.
  </Card>
</CardGroup>
