> For the complete documentation index, see [llms.txt](https://taotools-documentation.gitbook.io/taotools-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://taotools-documentation.gitbook.io/taotools-documentation/introduction/ecosystem-overview.md).

# Ecosystem Overview

The TAOTools ecosystem, providing a gateway to the functionalities of Bittensor, comprises both a Web dApp and a Telegram bot. We work with both, to accomodate users who prefer either channel to interact with the ecosystem. As such, all offered subnets and bridging functionalities can be accessed both through your desktop, as well as through a Telegram bot.\
\
To get started with TAOTools, refer to the short descriptions below. For more information about the different subnets and functionalities, please refer to the next chapter of this whitepaper. \
\
\&#xNAN;*Experiencing any trouble accessing or using our functionalities? Please reach out to a member of the team through <support@taotools.ai>.*\
\
The below paragraphs detail the available functionalities and subnets as of launch (October 2024). We are working on implementing several additional subnets and functionalities, some of which are subject to future plans of Bittensor. These include Validating, Trading and Alerts.\
\
:robot: **TAOTools Web dApp**\
To get started with the Web dApp, navigate to [taotools.ai](https://taotools.ai) and select 'dApp'. The Web dApp has the following subnets (as of October 2024).\
\
:black\_circle: **Kerberos Tensor:** General Purpose Subnet\
:black\_circle: **MedicAI:** Subnet Focussed on High Quality Medical Information\
:black\_circle: **Q-Translator:** Translation Specialized Subnet\
:black\_circle: **X-Ray Tracing:** Search on X for Related Recent Tweets\
:black\_circle: **E-Imaginate:** Text-to-Image Subnet\
:black\_circle: **TreeGen:** AI-powered 3D Model Generation\
\
:robot: **TAOTools Telegram Bot**\
To get started with the Telegram bot, navigate to [t.me/taotoolsbot](https://t.me/taotoolsbot). The Telegram Bot has the following subnets (as of October 2024).\
\
:black\_circle: **Bridging:** Bridging From and To The Bittensor Network\
:black\_circle: **Kerberos Tensor:** General Purpose Subnet\
:black\_circle: **MedicAI:** Subnet Focussed on High Quality Medical Information\
:black\_circle: **Q-Translator:** Translation Specialized Subnet\
:black\_circle: **X-Ray Tracing:** Search on X for Related Recent Tweets\
:black\_circle: **E-Imaginate:** Text-to-Image Subnet<br>


---

# 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://taotools-documentation.gitbook.io/taotools-documentation/introduction/ecosystem-overview.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.
