> For the complete documentation index, see [llms.txt](https://docs.amazoniaia.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.amazoniaia.com.br/inicio/introducao.md).

# Introdução

### Introdução

Bem-vindo à documentação oficial da API da  **Amazônia IA**, Com ela você pode interagir com uma inteligência artificial criada por pesquisadores brasileiros, nativo em português, treinado com toda cultura, riqueza natural e criatividade brasileiras. Este guia foi criado para ajudar desenvolvedores a integrar e personalizar o uso do  **Amazônia IA** em diversas linguagens de programação.

#### O que é a **Amazônia IA API**?

A **Amazônia IA** é um agente conversacional alimentado por inteligência artificial  que utiliza modelos de linguagem avançados para entender e gerar texto de forma semelhante à humana. Seja você desenvolvedor de chatbots, assistentes virtuais ou qualquer aplicação que exija compreensão de linguagem natural, a **Amazônia IA** fornece as ferramentas necessárias para transformar suas ideias em realidade.


---

# 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://docs.amazoniaia.com.br/inicio/introducao.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.
