> For the complete documentation index, see [llms.txt](https://xspacegroup.gitbook.io/untitled/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xspacegroup.gitbook.io/untitled/overview/ai-trading-bot-system/whales-tracker/user-manual.md).

# User manual

**Step 1**: Accessing XSpace Whales Tracker

Users can access XSpace Whales Tracker through the Telegram service.

Visit the following link: **<https://t.me/BSCWhalesTracker\\_bot>**

<figure><img src="/files/tmtGcndtP9G8zNlleXJp" alt=""><figcaption></figcaption></figure>

Press: **Start**&#x20;

<figure><img src="/files/afuF4qqklDZyw1uMNbAm" alt=""><figcaption></figcaption></figure>

**Step 2**: To view the list of users you want to track, simply use the command **/whales**

<figure><img src="/files/ezTWXIhJASALuklgh9cd" alt=""><figcaption></figcaption></figure>

**Step 3**: Click **Add New Whale**

<figure><img src="/files/GxEAp094xDiafYCyqS9R" alt=""><figcaption></figcaption></figure>

**Step 4**: Enter your username for the whale. "**Your Name**"

<figure><img src="/files/9dWaN138bWA1fzWuDklA" alt=""><figcaption><p>Send Message</p></figcaption></figure>

<figure><img src="/files/xuZ5V1s79mQj9Xz2wN2O" alt=""><figcaption><p>Add Whale Successful</p></figcaption></figure>

**Step 5**: Add the wallet address you want to track

<figure><img src="/files/k2oA7LuMnlU49YhHXUvV" alt=""><figcaption><p>Click Add Wallet</p></figcaption></figure>

&#x20;Add the wallet address

<figure><img src="/files/RUvfWJRkUhW2JykX7UR7" alt=""><figcaption><p>Send Message</p></figcaption></figure>

**Step 6**: Look up information as per your request (Dex, Presale, Transfer, Show the last 20 transactions).

<figure><img src="/files/V8T2XhrPj13S1OBVr5B1" alt=""><figcaption><p> Look up information as per your request</p></figcaption></figure>

<figure><img src="/files/5KcG1A0qjmrXKsjYXw5q" alt=""><figcaption><p>Notifications on</p></figcaption></figure>

<figure><img src="/files/BDo0h9obMP9s9EvkQqk5" alt=""><figcaption><p>Notifications off</p></figcaption></figure>

That's it, after you enable tracking, the Bot will automatically notify you via direct message when the tracked wallet incurs a transaction

**Step 7**: Edit and configure wallets by selecting Edit Name or Delete Wallet.

<figure><img src="/files/1J7pXbts9SqdJk3heNVF" alt=""><figcaption><p>Edit Name or Delete Wallet</p></figcaption></figure>


---

# 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://xspacegroup.gitbook.io/untitled/overview/ai-trading-bot-system/whales-tracker/user-manual.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.
