# Changelog

The **Changelog** component provides a structured way to inform users about updates, new features, or news. It is an expandable component that can dynamically displays data from database. You can create any category with "tags" and assign "news" to them.

<figure><img src="/files/OQlgVZYtmTsnFTiXY59K" alt="" width="375"><figcaption></figcaption></figure>

**How It Works:**

1. When a new update is published, the changelog component compares the latest timestamp date with the user’s last seen date (stored in local storage).
2. If there are unseen updates, a notification indicator (red dot) appears next to the changelog.
3. Upon expanding and viewing the updates, the last seen date is updated in local storage, and the notification disappears.
4. The component remains accessible at all times, allowing users to review past updates.


---

# 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://accelerator.gitbook.io/docs/features/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.
