> For the complete documentation index, see [llms.txt](https://sol-bangers-only.gitbook.io/sol-bangers-only/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sol-bangers-only.gitbook.io/sol-bangers-only/quick-start-guide.md).

# Quick Start Guide

The easiest way to get started is to [Add a Subscription](/sol-bangers-only/how-to-get-started/main-menu/subscriptions-and-subscription-management/add-subscription.md) and [start the feed](/sol-bangers-only/start-and-stop-the-feed.md).  You will begin to receive new token information as the bot picks them up.

* Invite the bot to a private chat and use the /start command using [this link](https://t.me/solbangersfeed_bot?start={start_parameter}).&#x20;
  * <https://t.me/solbangersfeed_bot>
* Agree to the Disclaimer if one is presented.  This is a necessary step if you'd like to use our service.
* At the Main Menu, follow the [Add a Subscription](/sol-bangers-only/how-to-get-started/main-menu/subscriptions-and-subscription-management/add-subscription.md) instructions.
* Use the [/feedstart command](/sol-bangers-only/bot-commands.md) to start the token feed.

If you'd like to get started with setting your first Query, follow the steps above (you can pause the feed with the /feedstop command if you need to)

* Access the Query Management menu via the [Main Menu](/sol-bangers-only/how-to-get-started/main-menu.md) or using the[ /queries command](/sol-bangers-only/bot-commands.md).
* Follow the steps to [Add a Query](/sol-bangers-only/how-to-get-started/main-menu/query-management/add-query.md).
* Queries take effect once they're saved and you'll begin receiving tokens that only match your [Active Queries](/sol-bangers-only/how-to-get-started/main-menu/query-management/view-modify-query/activate-deactivate-a-query.md).

To access all of the tokens found by our AI-bots:

* Go to the [Add a Query](/sol-bangers-only/how-to-get-started/main-menu/query-management/add-query.md).
* The default metric set configuration will populate.  Verify at least one metric is turned On (i.e., the toggle light next to the metric name is Green) and the operator is “>” and the value is 0.
* Save the Query.
* [Start the feed](/sol-bangers-only/start-and-stop-the-feed.md).
*


---

# 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:

```
GET https://sol-bangers-only.gitbook.io/sol-bangers-only/quick-start-guide.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
