> For the complete documentation index, see [llms.txt](https://kb.stoque.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.stoque.com.br/zeev/zai-inteligencia-artificial-do-zeev.md).

# Zai - Inteligência Artificial do Zeev

- [Como utilizar a Inteligência Artificial do Zeev](https://kb.stoque.com.br/zeev/zai-inteligencia-artificial-do-zeev/como-utilizar-a-inteligencia-artificial-do-zeev.md)
- [Como a Zai pode te auxiliar](https://kb.stoque.com.br/zeev/zai-inteligencia-artificial-do-zeev/como-utilizar-a-inteligencia-artificial-do-zeev/como-a-zai-pode-te-auxiliar.md): A Zai pode ajudar você a transformar suas necessidades operacionais em processos automatizados de forma simples e rápida
- [Utilizando a Zai para tirar dúvidas](https://kb.stoque.com.br/zeev/zai-inteligencia-artificial-do-zeev/como-utilizar-a-inteligencia-artificial-do-zeev/como-a-zai-pode-te-auxiliar/utilizando-a-zai-para-tirar-duvidas.md): A Zai pode acessar e explicar informações contidas neste manual
- [Usando a Zai para analisar dados](https://kb.stoque.com.br/zeev/zai-inteligencia-artificial-do-zeev/como-utilizar-a-inteligencia-artificial-do-zeev/como-a-zai-pode-te-auxiliar/usando-a-zai-para-analisar-dados.md)
- [A Zai indica as configurações dos seus aplicativos](https://kb.stoque.com.br/zeev/zai-inteligencia-artificial-do-zeev/como-utilizar-a-inteligencia-artificial-do-zeev/como-a-zai-pode-te-auxiliar/a-zai-indica-as-configuracoes-dos-seus-aplicativos.md)
- [Desenhando processos com a Zai](https://kb.stoque.com.br/zeev/zai-inteligencia-artificial-do-zeev/como-utilizar-a-inteligencia-artificial-do-zeev/como-a-zai-pode-te-auxiliar/desenhando-processos-com-a-zai.md)
- [A Zai atribui formulários ao seu aplicativo](https://kb.stoque.com.br/zeev/zai-inteligencia-artificial-do-zeev/como-utilizar-a-inteligencia-artificial-do-zeev/como-a-zai-pode-te-auxiliar/a-zai-atribui-formularios-ao-seu-aplicativo.md)
- [Agentes de IA da Zai](https://kb.stoque.com.br/zeev/zai-inteligencia-artificial-do-zeev/como-utilizar-a-inteligencia-artificial-do-zeev/como-a-zai-pode-te-auxiliar/agentes-de-ia-da-zai.md): É possível inserir um agente inteligente que te apoiará no desenvolvimento dos processos
- [Dicas de uso de prompts para a Zai](https://kb.stoque.com.br/zeev/zai-inteligencia-artificial-do-zeev/como-utilizar-a-inteligencia-artificial-do-zeev/como-a-zai-pode-te-auxiliar/dicas-de-uso-de-prompts-para-a-zai.md)
- [FAQ sobre a Zai e Agentes da Zai](https://kb.stoque.com.br/zeev/zai-inteligencia-artificial-do-zeev/faq-sobre-a-zai-e-agentes-da-zai.md): Aqui estão as dúvidas mais pertinentes sobre a nossa Inteligência Artificial
- [Biblioteca de referências de Agentes de IA](https://kb.stoque.com.br/zeev/zai-inteligencia-artificial-do-zeev/biblioteca-de-referencias-de-agentes-de-ia.md): Aqui estão disponibilizados modelos de referência para adaptar à sua operação


---

# 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://kb.stoque.com.br/zeev/zai-inteligencia-artificial-do-zeev.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.
