> For the complete documentation index, see [llms.txt](https://ajuda.botconversa.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ajuda.botconversa.com.br/trilha-rapida-assistentes-de-ia-no-botconversa.md).

# TRILHA RÁPIDA - Assistentes de IA no BotConversa

- [Aula 1: O que é um Assistente de IA?](https://ajuda.botconversa.com.br/trilha-rapida-assistentes-de-ia-no-botconversa/aula-1-o-que-e-um-assistente-de-ia.md): Um Assistente de IA é um atendimento automatizado inteligente que conversa com seus clientes de forma natural, entende perguntas, responde dúvidas e executa tarefas de acordo com regras e objetivos.
- [Aula 2: Como Criar Conta na OpenAI e pegar a Chave API](https://ajuda.botconversa.com.br/trilha-rapida-assistentes-de-ia-no-botconversa/aula-2-como-criar-conta-na-openai-e-pegar-a-chave-api.md): Este artigo explica, passo a passo, como criar uma conta na OpenAI, adicionar créditos e gerar a Chave de API, necessária para integrar o Assistente de IA ao BotConversa.
- [Aula 3: Como funciona as 7 Partes da criação de um Assistente](https://ajuda.botconversa.com.br/trilha-rapida-assistentes-de-ia-no-botconversa/aula-3-como-funciona-as-7-partes-da-criacao-de-um-assistente.md): Este artigo explica, de forma simples e prática, como funciona a estrutura de um assistente de Inteligência Artificial e como você pode criar assistentes eficientes para qualquer finalidade.
- [Aula 4: Como Criar seu Primeiro Assistente com o GPT Especialista](https://ajuda.botconversa.com.br/trilha-rapida-assistentes-de-ia-no-botconversa/aula-4-como-criar-seu-primeiro-assistente-com-o-gpt-especialista.md): Este artigo mostra, passo a passo, como criar, configurar, testar e implementar um assistente de Inteligência Artificial no BotConversa, utilizando a ferramenta GPT Especialista.


---

# 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://ajuda.botconversa.com.br/trilha-rapida-assistentes-de-ia-no-botconversa.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.
