# Changelog

{% updates format="full" %}
{% update date="2025-12-03" %}

## Product update

See what’s new and improved in our latest update.

### Product feature

* Feature description
* Feature description

<a href="https://gitbook.com/" class="button primary">Read the documentation</a>

<div align="left"><figure><img src="https://gitbookio.github.io/onboarding-template-images/placeholder.png" alt=""><figcaption></figcaption></figure></div>

<details>

<summary>Improved</summary>

* Product improvement
* Product improvement
* Product improvement
* Product improvement
* Product improvement

</details>

<details>

<summary>Fixed</summary>

* Product fix
* Product fix
* Product fix
* Product fix
* Product fix

</details>
{% endupdate %}

{% update date="2025-11-28" %}

## Product update

See what’s new and improved in our latest update.

### Product feature #1

* Feature description
* Feature description

<a href="https://gitbook.com/" class="button primary">Read the documentation</a>

### Product feature #2

* Feature description
* Feature description
* Feature description

<a href="https://gitbook.com/" class="button primary">Read the documentation</a>

<details>

<summary>Improved</summary>

* Product improvement
* Product improvement
* Product improvement
* Product improvement
* Product improvement

</details>

<details>

<summary>Fixed</summary>

* Product fix
* Product fix
* Product fix
* Product fix
* Product fix

</details>
{% endupdate %}
{% endupdates %}


---

# Agent Instructions: 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://chatsystem-wiki.gitbook.io/chatsystem/changelog/readme.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.
