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

# HTML Script

> Create your TinyTrack account, add your website, and install the tracking script.

<Note>
  **Prerequisites**

  * [tinytrack websiteId](https://docs.tinytrack.io/website-id)
</Note>

## Steps

<Steps>
  <Step title="Sign up for a free trial">
    Go to [tinytrack.io/signup](https://tinytrack.io/signup) and create your account. Choose one of two options:

    * **Sign up with Google**  or **Email and password**

    Please check the spam folder in case the email does not land in your inbox.
  </Step>

  <Step title="Add your site">
    After signing in, follow the onboarding steps. You will be asked to add you website domain:

    ```text theme={null}
    example.com
    ```

    tinytrack accepts bare domains and subdomains.
  </Step>

  <Step title="Install the tracking script">
    You will be provided with a snippet that you must paste inside your `<head>`of the site you want to track.

    <Frame>
      <img src="https://mintcdn.com/tinytrack/zMhKW7GiwX4xps2V/images/Screenshot-2026-08-16-at-20.41.41.png?fit=max&auto=format&n=zMhKW7GiwX4xps2V&q=85&s=df9ee72782befbab81925e15dbc62db6" alt="Screenshot 2026 08 16 At 20 41 41" width="596" height="243" data-path="images/Screenshot-2026-08-16-at-20.41.41.png" />
    </Frame>

    * **Static sites** — add it directly to your HTML template's `<head>` section.
  </Step>

  <Step title="Verify tracking is working">
    Open the dashboard, then open your website in a separate browser tab and navigate to any page. You can already see **Live visitors** counter in the dashboard.
  </Step>
</Steps>

## Next steps

<CardGroup cols={2}>
  <Card title="Custom Events" icon="code" href="/tracking/custom-events">
    Fire custom events from your JavaScript to track button clicks, form submissions, and any other user interaction beyond pageviews.
  </Card>

  <Card title="Goals & Funnels" icon="flag-checkered" href="/goals/goals-overview">
    Define conversion goals and build multi-step funnels to see exactly where visitors drop off before completing an action.
  </Card>
</CardGroup>
