> For the complete documentation index, see [llms.txt](https://help.hyperflow.global/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.hyperflow.global/docs/novidades-release-notes/release-22-09-24.md).

# Release 22/09/24

As principais funcionalidades, estão destacadas com ⭐️

## Hyperflow Builder

* **Builder - Possibilidade de configurar 'Comandos' no WhatsApp** ⭐️\
  Agora é possível configurar 'Comandos' em seu número de WhatsApp com a Hyperflow. Esta configuração irá fazer com que seja renderizado dentro da conversa do seu número, opções de comandos para acionar fluxos específicos ao digitar '/'<br>

  <figure><img src="/files/wnfdw2k8VirI12IGVrbj" alt="Imagem 1 - Exemplo da visualização dos atalhos no WhatsApp" width="370"><figcaption><p>Imagem 1 - Exemplo da visualização dos atalhos no WhatsApp</p></figcaption></figure>

Para configurar seus comandos, basta entrar nas configurações do seu canal de WhatsApp previamente conectado a Hyperflow e ir na aba **"Comandos".**

<figure><img src="/files/zErPcHFE7aTAoMPtFCGU" alt=""><figcaption><p>Imagem 2 - Tela de comandos nas configurações de canal de WhatsApp</p></figcaption></figure>

**Builder - Possibilidade de configurar 'Quebra-gelos' no WhatsApp** ⭐️

* Agora é possível configurar 'Quebra-gelos' em seu número de WhatsApp com a Hyperflow. Esta configuração irá fazer com que seja renderizado dentro da conversa do seu número, opções de comandos para acionar fluxos específicos.

<figure><img src="/files/H7j0GNsKxLFWuSZM5whY" alt="" width="370"><figcaption><p>Imagem 3 - Exemplo da visualização de 'quebra-gelos' no WhatsApp.</p></figcaption></figure>

Para configurar seus comandos, basta entrar nas configurações do seu canal de WhatsApp previamente conectado a Hyperflow e ir na aba **"Quebra-gelos".**

<figure><img src="/files/FGVrl5zVN4eWBWAoz4Qr" alt=""><figcaption><p>Imagem 4 - Tela de 'quebra-gelos' nas configurações do canal de WhatsApp</p></figcaption></figure>

**Builder - Alteração no provedor de Captcha (Cloudflare)**

Agora ao logar na Hyperflow, será utilizado o captcha da Cloudflare. Essa mudança visa trazer mais praticidade e segurança para os nossos clientes que estavam enfrentando algumas dificuldades com o serviço anterior.<br>


---

# 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://help.hyperflow.global/docs/novidades-release-notes/release-22-09-24.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.
