> For the complete documentation index, see [llms.txt](https://support.whapi.cloud/help-desk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.whapi.cloud/help-desk/updates.md).

# Updates

- [Summer Updates](https://support.whapi.cloud/help-desk/updates/summer-updates.md): Communities, sending statuses to all contacts, additional channel management and a large number of small tweaks.
- [April update](https://support.whapi.cloud/help-desk/updates/april-update.md): Channel performance, media file handling, endpoints for channels and groups
- [March Update](https://support.whapi.cloud/help-desk/updates/march-update.md): Powerful gateway optimization and acceleration, sending short video messages and catalog, stories views and a large amount of other improvements
- [December Update](https://support.whapi.cloud/help-desk/updates/december-update.md): WhatsApp Channels, Statuses (stories) in the API. Authorization by phone number. New actions in Zapier, Mass checker on GitHub and more.
- [Update Nov. 14](https://support.whapi.cloud/help-desk/updates/update-nov.-14.md): Adding to groups, getting avatars and orders, guaranteed hooks and lowering the risk of blocking
- [Update Oct. 25](https://support.whapi.cloud/help-desk/updates/update-oct.-25.md): Editing sent messages, Labels, Webhooks to change in groups
- [Update Oct. 16](https://support.whapi.cloud/help-desk/updates/update-oct.-16.md): Hooks on multiple events (calls/chats/messages/statuses), profile management, blocking users


---

# 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:

```
GET https://support.whapi.cloud/help-desk/updates.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.
