> For the complete documentation index, see [llms.txt](https://docs.roadmap.so/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roadmap.so/getting-started/the-roadmap-change-log.md).

# The Roadmap Change Log

Keep up with everything Roadmap ships: the Change Log button in the header of every Roadmap screen takes you to the changelog, and every entry links to its documentation.

Roadmap ships new functionality constantly, across loyalty, subscriptions, reviews, trade, bundles, and the cart. The **Change Log** is where you catch up: every product update in one feed, newest first, each with a plain-language summary and a link to its documentation.

### Where to find it

The **Change Log** button sits in the header of every Roadmap screen, next to **Help Center**. It takes you to the changelog on the web, [docs.roadmap.so/changelog](https://docs.roadmap.so/changelog), the Changelog tab of this help center. Bookmark it and you can check what's new without opening the app at all.

<figure><img src="https://393112916-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJ8asLD4FVCFagK40xEr4%2Fuploads%2F9PbD1ILPDFtcmSLHNo2A%2FScreenshot%202026-09-09%20at%2012.19.48%E2%80%AFPM.png?alt=media&amp;token=09e07d8f-a741-4996-8d12-24a3b279d8f8" alt=""><figcaption></figcaption></figure>

### What each entry gives you

* What shipped and what it does for your store.
* **Product feature** bullets with the details worth knowing.
* A **Read the documentation** button through to the full guide.

<figure><img src="https://393112916-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJ8asLD4FVCFagK40xEr4%2Fuploads%2FOvI8OOzxTrMLa2mnhUsm%2FScreenshot%202026-09-09%20at%201.56.59%E2%80%AFPM.png?alt=media&amp;token=93feac60-0c35-4aae-8071-a843b9d4ad0b" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
New features land in the Change Log, so it is the fastest way to find functionality you didn't know you had.
{% endhint %}

#### Related guides

* [Customer Support](/getting-started/customer-support.md)
* [Feature Requests](/getting-started/feature-requests.md)


---

# 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.roadmap.so/getting-started/the-roadmap-change-log.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.
