> For the complete documentation index, see [llms.txt](https://docs.join5star.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.join5star.xyz/getting-started.md).

# Getting Started

## Getting Started

### Getting Started

#### Using it in a DM

Message [**@FiveStarCAWalletBot**](https://t.me/FiveStarCAWalletBot) directly and try:

* `/scan <contract address>` — scan a token
* `/pnl <wallet address>` — check a wallet's PnL
* Or just paste a Solana address, no command needed

DMs are scan/lookup only. Wallet-tracking setup is a group feature — see below.

#### Setting it up in a group

{% stepper %}
{% step %}

#### Add the bot to your group

Use the **Add to Group** button the bot sends on `/start` in DM, or add it manually from Telegram's group member settings.
{% endstep %}

{% step %}

#### Grant it permissions

Make sure the bot can read and send messages in the group.
{% endstep %}

{% step %}

#### Confirm you're an admin

You need to be a **group admin** to configure tracking. Regular members can still use `/list` and paste-to-scan.
{% endstep %}

{% step %}

#### Open the control panel

Run `/start` in the group to bring up the control panel.
{% endstep %}
{% endstepper %}

#### First admin setup

{% stepper %}
{% step %}

#### Set the tracked token

Tap *Setup CA* or run `/setca <contract address>`. This is the token the group's buy/sell alerts will watch.
{% endstep %}

{% step %}

#### Add wallets to track

Tap *Add Wallet* or run `/add <wallet address>`, then reply with a display name when asked.
{% endstep %}

{% step %}

#### Turn alerts on

Use the *Start/Stop* toggle in the control panel.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Need the full list of commands? See the [Command Reference](/commands.md).
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.join5star.xyz/getting-started.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
