# Public Roadmap and Changelog

The [Tiledesk Roadmap](https://feedback.tiledesk.com/roadmap) is publicly accessible, allowing our community to stay informed about upcoming features that will enhance Tiledesk as a product.

## Tiledesk Changelog

The [Tiledesk Changelog](https://feedback.tiledesk.com/changelog) provides an overview of the most recent key features that have been released.

### Detailed Changelogs for Main Components

* [Tiledesk Design Studio Full Changelog](https://github.com/Tiledesk/design-studio/blob/master/CHANGELOG.md)
* [Tiledesk Server Full Changelog](https://github.com/Tiledesk/tiledesk-server/blob/master/CHANGELOG.md)
* [Tiledesk Dashboard Full Changelog](https://github.com/Tiledesk/tiledesk-dashboard/blob/master/CHANGELOG.md)
* [Chat21 Ionic Full Changelog](https://github.com/Tiledesk/chat21-ionic/blob/master/CHANGELOG.md)
* [Chat21 Web Widget Full Changelog](https://github.com/Tiledesk/chat21-web-widget/blob/master/CHANGELOG.md)


---

# 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://developer.tiledesk.com/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.
