> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/topicos/inteligencia-artificial/agentes-de-ia/agentes-de-i.a-legado-aviso/modelos-chatgpt.md).

# Modelos ChatGPT

- [Modelos ChatGPT - Website e Texto](https://docs.sprinthub.com/topicos/inteligencia-artificial/agentes-de-ia/agentes-de-i.a-legado-aviso/modelos-chatgpt/modelos-chatgpt-website-e-texto.md)
- [Modelo ChatGPT - Interagir com os leads com Audios](https://docs.sprinthub.com/topicos/inteligencia-artificial/agentes-de-ia/agentes-de-i.a-legado-aviso/modelos-chatgpt/modelo-chatgpt-interagir-com-os-leads-com-audios.md)
- [Modelo ChatGPT - Áudios separados do modelo ChatGPT](https://docs.sprinthub.com/topicos/inteligencia-artificial/agentes-de-ia/agentes-de-i.a-legado-aviso/modelos-chatgpt/modelo-chatgpt-audios-separados-do-modelo-chatgpt.md)
- [Modelos CHATGPT - Resumo das interações com os Leads](https://docs.sprinthub.com/topicos/inteligencia-artificial/agentes-de-ia/agentes-de-i.a-legado-aviso/modelos-chatgpt/modelos-chatgpt-resumo-das-interacoes-com-os-leads.md)
- [Agente de I.A. agendando Reuniões](https://docs.sprinthub.com/topicos/inteligencia-artificial/agentes-de-ia/agentes-de-i.a-legado-aviso/modelos-chatgpt/agente-de-i.a.-agendando-reunioes.md): Veja como usar os Agentes de I.A. da SprintHub para agendar reuniões e compromissos sozinho e ainda integrado ao Google Agenda.
- [Modelos ChatGPT - Formato das planilhas de pergunta e resposta](https://docs.sprinthub.com/topicos/inteligencia-artificial/agentes-de-ia/agentes-de-i.a-legado-aviso/modelos-chatgpt/modelos-chatgpt-formato-das-planilhas-de-pergunta-e-resposta.md): Os formatos atualmente aceitos para a importação de perguntas e respostas são CSV e XLSX, que podem ser gerados com softwares de edição de planilhas, como o Excel.


---

# 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.sprinthub.com/topicos/inteligencia-artificial/agentes-de-ia/agentes-de-i.a-legado-aviso/modelos-chatgpt.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.
