# Changelog

Starting February 2024, the Connect changelog will be available directly from within the application. To access the list of release or upcoming updates and fixes, click on the top right bell icon you can see after login.

<figure><img src="/files/1HRSlgnK2U7ARZEQlAqX" alt=""><figcaption></figcaption></figure>

The icon will automatically display a small counter badge that will let you know if there is any new entry that haven't been read yet.

Clicking on the icon will open the changelog detail page where you'll find the full list of entries, filtered by month and year.

### Subscribe using RSS Feed

You can keep up to date with Connect even when you're outside of the app by subscribing to our changelog RSS feed using your favorite RSS feed reader. When asked for the source, just use the URL below:

```
https://publicapi.xenioo.com/xenioochangelog.xml
```

The RSS feed contents are automatically updated once every hour.


---

# 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://docs.mylinkconnect.com/basic-concepts/changelog.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.
