> For the complete documentation index, see [llms.txt](https://docs.kpnthings.com/kpn-things/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kpnthings.com/kpn-things/the-portal-explained/support/release-notes.md).

# Release notes

The Release Notes page provides you with all new features and items we fixed or improved.

1. Click on the **Release Notes** links on the **News** page

<figure><img src="/files/15as2aDgu0Q6EIoq9v6L" alt=""><figcaption><p>Release Notes link</p></figcaption></figure>

1. All releases come with a **version number** as reference in case you have questions
2. The items of **changes and fixes** in the according release are stated below every version number
3. This is the date the article is published
4. Use the search field to look for specific topics
5. In case Cisco Control Center is used you have the option to select for **Release notes Cisco** to see the information related to the platform

{% hint style="info" %}
Scroll down on the **Release Notes** page to check for a comprehensive list of earlier releases.
{% endhint %}

<figure><img src="/files/0t6QtlTYcKY7K7ckSPY7" alt=""><figcaption><p>Release Notes</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://docs.kpnthings.com/kpn-things/the-portal-explained/support/release-notes.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.
