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

# Quickstart

> From zero to your first alert in under two minutes.

<Steps>
  <Step title="Open the bot">
    Go to [@xhuntrbot](https://t.me/xhuntrbot) on Telegram and send `/start`.

    Your trial starts automatically. No card, no wallet, no signup form.
  </Step>

  <Step title="Track your first account">
    Send the X handle you want to watch — with or without the `@`:

    ```text theme={null}
    /add elonmusk
    ```

    You can paste several at once, separated by commas:

    ```text theme={null}
    elonmusk, 0xMert_, notthreadguy
    ```

    XHuntr takes a snapshot of every community that account is currently in. That snapshot is the baseline — you only get alerted on what changes *after* it.
  </Step>

  <Step title="Check your list">
    ```text theme={null}
    /list
    ```

    Shows every account you are watching and how many slots you have left.
  </Step>

  <Step title="Wait for a move">
    Nothing else to do. When a tracked account creates a community, joins one, or a contract address shows up, the alert lands in your Telegram.

    Want to see an account's current communities right now instead of waiting? That is **Spy Account**:

    ```text theme={null}
    /communities elonmusk
    ```
  </Step>
</Steps>

## What happens next

<CardGroup cols={2}>
  <Card title="Understand your alerts" icon="bell" href="/alerts/types">
    A Launch is not the same as a Coin Mention. Know the difference before you act on one.
  </Card>

  <Card title="Fill your slots" icon="user-plus" href="/tracking/add-accounts">
    Who is actually worth a slot, and how to add accounts in bulk.
  </Card>

  <Card title="Turn on EarlyHunt" icon="crosshairs-simple" href="/earlyhunt/overview">
    Scan all of X for your keywords, not just the accounts you picked. Included in your trial.
  </Card>

  <Card title="Build a watchlist that fires" icon="list-check" href="/guides/build-a-watchlist">
    The difference between a quiet list and a useful one.
  </Card>
</CardGroup>

<Tip>
  Everything in the bot is also reachable without typing commands — send `/menu` for the button interface.
</Tip>
