> For the complete documentation index, see [llms.txt](https://knowledge.maica.com.au/maica-release-notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.maica.com.au/maica-release-notes/client-care.md).

# Client Care

### Overview

Welcome to the **Maica Client Care** Release Notes. Each version below captures the **Enhancements** and **Fixes** delivered into the package, giving you a clear view of what's new, what's improved, and what's been resolved.

Select a version to dive into the details.

{% hint style="info" %}
Versions are listed in reverse chronological order, with the most recent release at the top.
{% endhint %}

### Release History&#x20;

Please refer to the release history below for a complete list of all **Maica Client Care** versions, including the date each version was released. Select a version to view the full set of Enhancements and Fixes delivered in that release.

{% hint style="info" %}
The release history below begins from the version in which Release Notes were first documented via Gitbook. For information on releases prior to this date, please visit the [Release Notes Archive](https://www.maica.com.au/release-notes)
{% endhint %}

| Version                                                      | Release Date         |
| ------------------------------------------------------------ | -------------------- |
| [**2.16**](/maica-release-notes/client-care/version-2.16.md) | **17th June, 2026**  |
| [**2.15**](/maica-release-notes/client-care/version-2.15.md) | **12th June, 2026**  |
| [**2.10**](/maica-release-notes/client-care/version-2.10.md) | **28th May, 2026**   |
| [**2.6**](/maica-release-notes/client-care/version-2.6.md)   | **20th May, 2026**   |
| [**1.6**](/maica-release-notes/client-care/version-1.6.md)   | **31st March, 2026** |

### How to Read a Release Note

Every Release Note follows the same structure so you always know where to look:

* A clear **Enhancement** or **Fix** label
* A short introductory description
* A **What's Changed?** section outlining the specifics
* An **Outcome** or **Example Scenarios** section to bring the change to life

### Need More?

For step-by-step guidance on how to use the features referenced in these Release Notes, head to the [Maica User Guide](https://knowledge.maica.com.au/maica-knowledge-base). For configuration and setup details, the [Administration Guide](https://knowledge.maica.com.au/maica-knowledge-base/maica-administration-guide) is your next stop.

If you have feedback on a release, or you'd like to suggest something for a future version, reach out to your Maica contact — we'd love to hear from you.


---

# 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://knowledge.maica.com.au/maica-release-notes/client-care.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.
