> For the complete documentation index, see [llms.txt](https://docs.taurusbot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.taurusbot.io/the-taurus-trend-ai-ecosystem/where-it-all-comes-together-the-taurus-infrastructure.md).

# Where it All Comes Together – the Taurus Infrastructure

Taurus provides its users with an infrastructure to streamline the process of generating digests out of available news and information sources. What is even more: Every user can choose to be a Data Provider and easily monetize his own Trend AI Agents.

To become a Data Provider all that needs to be done is to set up a Trend AI Agent. In the Taurus interface just choose which information sources you want to tie into your Trend AI Agent. Taurus offers Telegram channels and groups as data sources from the start with more to follow step by step: Discord servers, Twitter as well as media outlets on the web. Each Trend AI Agent can use up to 5 different sources to allow for a diverse stream of input for its Digests.

The second crucial part in setting up the Trend AI Agent apart from choosing the data sources is setting up the AI prompt on which the Agent is going to operate. The options are limitless here. From

`Give me a comprehensive overview of all projects that are being mentioned at least three times and that are likely to trend within the next three weeks`

ranging to

`Tell me what the market sentiment is and highlight the one project that is being mentioned as going to have a strong token launch, if there is any. Make the summary no longer than 200 words.`

or any other AI prompt can be used in order to get the most valuable insights out of the chosen data set. It goes without saying that AI prompts need to be crafted with a clear goal in mind that the Data Provider wants to achieve with their specific Trend AI Agent and sometimes some testing needs to be done to achieve the desired results.

The Taurus Trend AI Agent setup lets you do all this and you can run several tests until you arrive at precisely the Trend AI magic that you are aiming for.

Once the data sources are chosen and the AI prompt has been set up, the rest is practically a matter of selecting the parameters for your Trend AI Agent, like how often do you want it to broadcast its digests to Subscribers etc.


---

# 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.taurusbot.io/the-taurus-trend-ai-ecosystem/where-it-all-comes-together-the-taurus-infrastructure.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.
