# Guias

- [Boas práticas para desenvolvimento de bots na Hyperflow](https://help.hyperflow.global/docs/guias/boas-praticas-para-desenvolvimento-de-bots-na-hyperflow.md): Neste guia, vamos te mostrar algumas boas práticas para desenvolver bem seus bots na Hyperflow. Consulte-as sempre que precisar e aproveite o material!
- [Domínios e IPs Hyperflow](https://help.hyperflow.global/docs/guias/dominios-e-ips-hyperflow.md): Neste guia, você irá conhecer os domínios e IPs que podem ser necessários para autorizar a Hyperflow.
- [Criando um Bot](https://help.hyperflow.global/docs/guias/criando-um-bot.md): Preparamos um guia exclusivo para você criar seu primeiro chatbot!
- [Enviar um ativo baseado em uma planilha do Google Sheets](https://help.hyperflow.global/docs/guias/enviar-um-ativo-baseado-em-uma-planilha-do-google-sheets.md): Use o Google Sheets para enviar dados para o Hyperflow, e notificar os seus clientes


---

# Agent Instructions: 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://help.hyperflow.global/docs/guias.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.
