> For the complete documentation index, see [llms.txt](https://docs.gainforest.earth/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gainforest.earth/solutions/ai-assistants/taina.md).

# Tainá

### What is Tainá?

Tainá is our telegram AI assistant that was co-developed with our partner indigenous community from Brazil. It empowers IPLCs to collect and own their environmental data. By supporting local languages and automating data validation, Tainá makes environmental monitoring accessible and efficient. The system helps communities maintain sovereignty over their data while generating valuable insights for conservation. Through predictive analytics, communities can better understand and respond to environmental changes in their territories.

{% embed url="<https://youtu.be/yQdNGw_7iaw>" %}

### Accessing Tainá

<https://telegram.me/tainagainforestbot>

### Learn more about Tainá

* [Taina & Polly: Towards Equitable AI Assistants for Nature's Stewards with Open-Source Models](https://gainforest.substack.com/p/taina-and-polly-towards-equitable)
* [Gainforest’s Journey with ETH BiodivX at the XPRIZE Rainforest | Part 2: Community](https://gainforest.substack.com/p/gainforests-journey-with-eth-biodivx-306)
* [#MeetTaina: GainForest's new AI bot for Amazon Conservation](https://gainforest.substack.com/p/meettaina-gainforests-new-ai-bot)


---

# 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.gainforest.earth/solutions/ai-assistants/taina.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.
