> For the complete documentation index, see [llms.txt](https://help.citrusad.com/retail-media-interface/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.citrusad.com/retail-media-interface/release-notes.md).

# Release Notes

See what's being shipped changes across the Retail Media Platform!

Our release notes are organised based on their relevant product area, select one below:

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><p><a href="/retail-media-interface/release-notes/platform-and-ui-release-notes.md"><strong>Platform &#x26; UI release notes</strong></a></p><p>New features and improvements across the platform including the New UI, and platform improvements on or after June 2024.</p></td><td><a href="/retail-media-interface/release-notes/platform-and-ui-release-notes.md">Platform &amp; UI Release Notes</a></td><td><a href="https://19206235-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmxYbXHcdDvQ7toxAu8ql%2Fuploads%2F8rvUXcpMmPDwprSRGuqR%2FCleanShot%202026-04-27%20at%2015.16.27.png?alt=media&amp;token=8ae14fc9-4063-4b34-8c28-f217953690f9">CleanShot 2026-04-27 at 15.16.27.png</a></td></tr><tr><td><p><a href="/retail-media-interface/release-notes/api-release-notes.md"><strong>API release notes</strong></a></p><p>Endpoint updates, schema changes, new fields, and integration updates.</p></td><td><a href="/retail-media-interface/release-notes/api-release-notes.md">API Release Notes</a></td><td><a href="https://19206235-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmxYbXHcdDvQ7toxAu8ql%2Fuploads%2FExOV9KNU5XaU00f1tBBM%2FCleanShot%202026-04-27%20at%2015.17.38.png?alt=media&amp;token=10d9e593-6cfd-4bee-b350-30d2934d0f6c">CleanShot 2026-04-27 at 15.17.38.png</a></td></tr><tr><td><p><a href="/retail-media-interface/release-notes/legacy-ui-release-notes.md"><strong>Legacy UI release notes</strong></a></p><p>Updates for legacy UIs and historical platform release notes up to Q1 2026.</p></td><td><a href="/retail-media-interface/release-notes/legacy-ui-release-notes.md">Legacy UI release notes</a></td><td><a href="https://19206235-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmxYbXHcdDvQ7toxAu8ql%2Fuploads%2FQDhYqgANuadwwrs3cL4h%2FCleanShot%202026-04-27%20at%2015.21.12.png?alt=media&amp;token=7d08d876-68fb-425a-8045-8ba6439c7f79">CleanShot 2026-04-27 at 15.21.12.png</a></td></tr><tr><td><a href="/retail-media-interface/release-notes/upcoming-changes.md"><strong>Upcoming changes</strong></a><br>See what's coming soon to the platform.</td><td><a href="/retail-media-interface/release-notes/upcoming-changes.md">Upcoming Changes</a></td><td><a href="https://19206235-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmxYbXHcdDvQ7toxAu8ql%2Fuploads%2FX6llbB4P4N8I0g2rv8mY%2FCleanShot%202026-04-29%20at%2013.08.11.png?alt=media&amp;token=e31bab5e-9e95-49f1-8ce3-19235670c160">CleanShot 2026-04-29 at 13.08.11.png</a></td></tr></tbody></table>

### How to use this section

Start with the stream that matches how you use the platform.

* Read **Platform & UI release notes** if you work in the product interface.
* Read **API release notes** if you build or maintain integrations.
* Read **Legacy UI release notes** only if your team still uses the legacy interface, or wants to know when a feature that has existed since 2025 or prior was released.
* Read **Upcoming changes** for a look at what's in development and rolling out soon.

{% hint style="success" %}

## Looking for information on how to use a feature?

Try using the search function to find it in the knowledgebase, or scroll the other pages on the left.
{% endhint %}


---

# 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://help.citrusad.com/retail-media-interface/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.
