> For the complete documentation index, see [llms.txt](https://help.clickatell.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.clickatell.com/chat-flow/help-and-information/whats-new.md).

# What's New? 🎈

Read more about new features, improvements, and bug fixes contained in the latest release of Clickatell's Chat Flow application.

## **V5.51.0**

#### 10 December 2024 <a href="#new-features-1" id="new-features-1"></a>

## Release Summary

This release focused on adding the [Clickatell AI product node](/chat-flow/user-facing-nodes/product-nodes/clickatell-ai-node.md).

The *Clickatell AI* node enables direct interaction between end-users and an [AI assistant](https://guides.clickatell.com/clickatell-ai-user-guide/assistants/assistants-overview) trained to provide information within a specific business context.

During the conversation, users can ask questions, and the AI chatbot may also prompt for additional input to complete a designated task. When the task is successfully concluded, the user returns to the workflow and advances to the success logic set up in this node. If any issues arise during interaction or the connection fails, the workflow proceeds to the error logic.

As always, we fixed bugs to enhance our application and make our clients' experience smoother.

{% hint style="info" %}
See our comprehensive [Clickatell AI User Guide](https://guides.clickatell.com/clickatell-ai-user-guide) for details on using the application. Clickatell AI is available as an [upgrade ](https://guides.clickatell.com/chat-commerce-platform/platform-packages/upgrades-and-extras)on the [Interact](https://guides.clickatell.com/chat-commerce-platform/platform-packages/interact) and [Transact ](https://guides.clickatell.com/chat-commerce-platform/platform-packages/transact)packages. An annual base fee is applicable, as is a usage fee charged by the number of intents passed to the service.
{% endhint %}

<figure><img src="https://content.gitbook.com/content/joAgInTNsBfDdfx1I23z/blobs/NCPXcMjYvQTYQXEylcCY/image.png" alt="" width="563"><figcaption><p>Setup of a Clickatell AI node</p></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.clickatell.com/chat-flow/help-and-information/whats-new.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.
