> For the complete documentation index, see [llms.txt](https://help.pickyassist.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.pickyassist.com/changelog/2026/august-2026.md).

# August 2026

### August 10, 2026

### Structured Response and Analyze Media in AI Block

A new set of features has been introduced in the **AI App block** for [Connectors](https://help.pickyassist.com/setting-up-guide/setting-up-connector/introduction) and [Chatbots](https://help.pickyassist.com/setting-up-guide/setting-up-flow-builder/fundamentals-must-read):

**Structured Response:** Extract specific information from AI responses and save each value as a structured variable for use in further automations, such as CRM mapping and other workflow actions.

**Analyze Media:** Send images, PDFs, or documents to the AI using a direct file URL or media variable. The AI analyzes the provided media based on the configured instructions and generates a relevant response.

**Structured Response** can be combined with **Analyze Media** to extract specific information from analyzed images or documents and use the extracted data in various business automations. [Know more](https://help.pickyassist.com/setting-up-guide/setting-up-flow-builder/steps/apps#structured-response)

**📍 Where to find**

Connector/Chatbot → Apps → Select AI App

<figure><img src="/files/ulgfkdmh7lcnC3D3HRpL" alt=""><figcaption></figcaption></figure>

### August 17, 2026

## Carousel Quick Reply Buttons

Carousel messages now support **Quick Reply buttons** on each card, in addition to the existing **URL buttons**.

You can now add up to **2 Quick Reply buttons per carousel card**, allowing customers to take contextual actions directly within the WhatsApp conversation without leaving the chat. Each button can trigger a different action in your Chatbot flow based on the selected carousel card. [Know more](https://help.pickyassist.com/setting-up-guide/setting-up-flow-builder/steps/send-carousel-message#quick-reply)

**What’s New:**

* Add up to **2 Quick Reply buttons per carousel card**.
* Each Quick Reply can trigger a **different action** in the Chatbot flow.
* Configure actions based on the **specific carousel card selected**, enabling more contextual and interactive conversations.

**📍 Where to find**

Chatbot Builder → Right-click → Send Carousel Message&#x20;

Connector → Action → Send Message → Select Carousel Message from Message Type

<figure><img src="/files/IJGVZgz8yIfU4aCRHc8U" alt=""><figcaption></figcaption></figure>


---

# 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.pickyassist.com/changelog/2026/august-2026.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.
