> For the complete documentation index, see [llms.txt](https://docs.didomi.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.didomi.io/versions-and-proofs/notice-versions/notice-version-filters.md).

# Notice version filters

{% hint style="success" %}
**Access Type**: Notice Versions - Viewer
{% endhint %}

When accessing a consent notice version through the versions and proofs module, your organization can utilize provided filters to narrow down the list of consent notices versions to fit your desired parameters. In this article, we will provide an overview of the filters available when retrieving a notice version.

To start, click **Versions & Proofs** on the left-hand panel and ensure the **Notice Versions** tab is selected on the subsequent page.&#x20;

<figure><img src="/files/aVbWspqD4kDZysqgWf0B" alt="" width="563"><figcaption></figcaption></figure>

Click  **Filters**  and use the provided fields to apply your filters to the consent notices. Select **Apply filters** when finished.

<figure><img src="/files/zZsGV4rS7KKbEJohdHai" alt="" width="563"><figcaption></figcaption></figure>

Review the table below for more information on the various filters your organization can apply:&#x20;

<table><thead><tr><th width="185.2833251953125">Filter</th><th>Description</th></tr></thead><tbody><tr><td>Notice</td><td>Filters consent notices by the consent notice name or ID (assigned when a consent notice is created)</td></tr><tr><td>Platform</td><td>Filters consent notice versions by the platforms for which the consent notice was created for:<br><br><strong>AMP Website</strong> | <strong>Website</strong> | <strong>Mobile</strong> | <strong>Connected TV</strong></td></tr><tr><td>User</td><td>Filters consent notice versions by the user(s) who published the notice</td></tr><tr><td>Publish date</td><td>Filters consent notice versions by publication date within the specified range</td></tr><tr><td>Version ID</td><td>Filters consent notice by a unique Version ID (assigned to a particular version of the consent notice when it is published)</td></tr></tbody></table>


---

# 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.didomi.io/versions-and-proofs/notice-versions/notice-version-filters.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.
