> 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/start-and-stop-the-feed.md).

# Start and Stop The Feed

The token Feed can be started and stopped by a click of the button “Start Feed”. &#x20;

Once started you will begin to see tokens in your private chat with the bot.  In the header of the token report, it will contain the Query name that matches the token metric.

If there multiple Queries matched for the token, all Queries will be listed but you’ll only see the token report once.

If you’re not seeing any or as many as expected, modify the Query to broaden the metrics used.

Tokens are matched such that all filters within a Query must be met and tokens are matched to each Query separately so that metrics for one Query do not affect the matching of a different Query.


---

# 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/start-and-stop-the-feed.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.
