> For the complete documentation index, see [llms.txt](https://docs.adapta.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.adapta.org/release-notes-adapta-one-26/adapta-one.md).

# ADAPTA One

- [08/08/2025 - Revolução Completa: Criatividade + Comunidade + Modelos de Ponta](https://docs.adapta.org/release-notes-adapta-one-26/adapta-one/08-08-2025-revolucao-completa-criatividade-+-comunidade-+-modelos-de-ponta.md)
- [16/07/2025 - Grok 4 + Imagen 4: Nova Fronteira da IA e Geração Visual](https://docs.adapta.org/release-notes-adapta-one-26/adapta-one/16-07-2025-grok-4-+-imagen-4-nova-fronteira-da-ia-e-geracao-visual.md)
- [24/06/2025 - ONE Image + PPT Instantâneo: IA que Escolhe + Apresentações Prontas](https://docs.adapta.org/release-notes-adapta-one-26/adapta-one/24-06-2025-one-image-+-ppt-instantaneo-ia-que-escolhe-+-apresentacoes-prontas.md)
- [18/06/2025 - Do Zero ao Pronto: Código + Documentos Profissionais](https://docs.adapta.org/release-notes-adapta-one-26/adapta-one/18-06-2025-do-zero-ao-pronto-codigo-+-documentos-profissionais.md)
- [17/06/2025 - Geração de Planilhas Integrada: Da Conversa aos Dados Estruturados](https://docs.adapta.org/release-notes-adapta-one-26/adapta-one/17-06-2025-geracao-de-planilhas-integrada-da-conversa-aos-dados-estruturados.md)
- [11/06/2025 - Modelo o3: Raciocínio de Próxima Geração](https://docs.adapta.org/release-notes-adapta-one-26/adapta-one/11-06-2025-modelo-o3-raciocinio-de-proxima-geracao.md)
- [10/06/2025 - Sugestões de Prompts Iniciais: Seu Ponto de Partida Inteligente](https://docs.adapta.org/release-notes-adapta-one-26/adapta-one/10-06-2025-sugestoes-de-prompts-iniciais-seu-ponto-de-partida-inteligente.md)
- [05/06/2025 - Flux Kontext: Gere e Edite Imagens em Uma Só Ferramenta](https://docs.adapta.org/release-notes-adapta-one-26/adapta-one/05-06-2025-flux-kontext-gere-e-edite-imagens-em-uma-so-ferramenta.md)
- [03/06/2025 - Memória de Longo Prazo: Chat que Nunca Esquece](https://docs.adapta.org/release-notes-adapta-one-26/adapta-one/03-06-2025-memoria-de-longo-prazo-chat-que-nunca-esquece.md)
- [28/05/2025 - Seu Assistente, Suas Regras + Filtros Avançados](https://docs.adapta.org/release-notes-adapta-one-26/adapta-one/28-05-2025-seu-assistente-suas-regras-+-filtros-avancados.md)
- [26/05/2025 - Claude 4 + Sugestões Inteligentes: IA Mais Poderosa e Intuitiva](https://docs.adapta.org/release-notes-adapta-one-26/adapta-one/26-05-2025-claude-4-+-sugestoes-inteligentes-ia-mais-poderosa-e-intuitiva.md)
- [21/05/2025 - Integração Google Drive: Acesso Direto aos Seus Arquivos](https://docs.adapta.org/release-notes-adapta-one-26/adapta-one/21-05-2025-integracao-google-drive-acesso-direto-aos-seus-arquivos.md)
- [07/05/2025 - Deep Research 2.0 + Segurança Aprimorada](https://docs.adapta.org/release-notes-adapta-one-26/adapta-one/07-05-2025-deep-research-2.0-+-seguranca-aprimorada.md)


---

# 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.adapta.org/release-notes-adapta-one-26/adapta-one.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.
