> 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/how-to-get-started.md).

# How To Get Started

Steps to get started are pretty straightforward:

* Invite the bot to a private chat and make the bot an admin of the chat.  The chat must be private and all sharing settings must be turned off.
  * The bot is continuously listening to the state of the chat, including settings and attendees.  If settings are changed or more than two users are in the room with the bot, The Feed will terminate and a message sent indicating what the issue is.
  * Resolve the issue and The Feed will restart.  The bot will notify you via a confirmation message when the settings have been returned to an appropriate level.
* Follow the on-screen prompts and enter the “/start” command
* Select your desired subscription level and duration to proceed to the payment screen
  * We accept crypto in the form of SOL only at this time.  Other options may be available in the future.
* A prompt will appear showing the current exchange rate, the amount of SOL to be sent and the address to send it to.
  * VERY IMPORTANT:  send the exact amount indicated only to the address given.  If you send to any other address than the one given, your SOL is likely lost and there is nothing we can do to get your funds back.
  * The bot will ask for the transaction hash and verify on-chain the transaction amount, the address sent to is correct, and that the transaction has been confirmed.
* Once successful, you now have access to The Feed and filtering capability based on your subscription tier.


---

# 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/how-to-get-started.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.
