> 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/preference-management-platform-pmp.md).

# Preference Management Platform (PMP)

- [Introduction](https://docs.didomi.io/preference-management-platform-pmp/introduction.md)
- [PMP implementation overview (web)](https://docs.didomi.io/preference-management-platform-pmp/introduction/pmp-implementation-overview-web.md)
- [Preferences library](https://docs.didomi.io/preference-management-platform-pmp/preferences-library.md)
- [Create new preference](https://docs.didomi.io/preference-management-platform-pmp/preferences-library/create-new-preference.md)
- [Edit preference](https://docs.didomi.io/preference-management-platform-pmp/preferences-library/edit-preference.md)
- [Delete preference](https://docs.didomi.io/preference-management-platform-pmp/preferences-library/delete-preference.md)
- [Duplicate preference](https://docs.didomi.io/preference-management-platform-pmp/preferences-library/duplicate-preference.md)
- [Add preference translation in preferences library](https://docs.didomi.io/preference-management-platform-pmp/preferences-library/add-preference-translation-in-preferences-library.md)
- [Delete preference translation in preferences library](https://docs.didomi.io/preference-management-platform-pmp/preferences-library/delete-preference-translation-in-preferences-library.md)
- [Configuration tree](https://docs.didomi.io/preference-management-platform-pmp/configuration-tree.md)
- [Add purpose to configuration tree](https://docs.didomi.io/preference-management-platform-pmp/configuration-tree/add-purpose-to-configuration-tree.md)
- [Edit purpose in configuration tree](https://docs.didomi.io/preference-management-platform-pmp/configuration-tree/edit-purpose-in-configuration-tree.md)
- [Remove purpose from configuration tree](https://docs.didomi.io/preference-management-platform-pmp/configuration-tree/remove-purpose-from-configuration-tree.md)
- [Reset purpose in configuration tree](https://docs.didomi.io/preference-management-platform-pmp/configuration-tree/reset-purpose-in-configuration-tree.md)
- [Manage preferences in configuration tree](https://docs.didomi.io/preference-management-platform-pmp/configuration-tree/manage-preferences-in-configuration-tree.md)
- [Configure processing rule for PMP purpose](https://docs.didomi.io/preference-management-platform-pmp/configuration-tree/configure-processing-rule-for-pmp-purpose.md)
- [Configure preselected preferences for purpose consent](https://docs.didomi.io/preference-management-platform-pmp/configuration-tree/configure-preselected-preferences-for-purpose-consent.md)
- [Preferences widgets](https://docs.didomi.io/preference-management-platform-pmp/preferences-widgets.md)
- [Preferences widget formats](https://docs.didomi.io/preference-management-platform-pmp/preferences-widgets/preferences-widget-formats.md)
- [Preferences widget status glossary](https://docs.didomi.io/preference-management-platform-pmp/preferences-widgets/preferences-widget-status-glossary.md)
- [Create new preferences widget](https://docs.didomi.io/preference-management-platform-pmp/preferences-widgets/create-new-preferences-widget.md)
- [Edit preferences widget](https://docs.didomi.io/preference-management-platform-pmp/preferences-widgets/edit-preferences-widget.md)
- [Delete preferences widget](https://docs.didomi.io/preference-management-platform-pmp/preferences-widgets/delete-preferences-widget.md)
- [Duplicate preferences widget](https://docs.didomi.io/preference-management-platform-pmp/preferences-widgets/duplicate-preferences-widget.md)
- [Archive preferences widget](https://docs.didomi.io/preference-management-platform-pmp/preferences-widgets/archive-preferences-widget.md)
- [Preferences widget version history](https://docs.didomi.io/preference-management-platform-pmp/preferences-widgets/preferences-widget-version-history.md)
- [Manage preferences widget translations](https://docs.didomi.io/preference-management-platform-pmp/preferences-widgets/manage-preferences-widget-translations.md)
- [Embed single/multi purpose preferences widget](https://docs.didomi.io/preference-management-platform-pmp/preferences-widgets/embed-single-multi-purpose-preferences-widget.md)
- [Preference center overview](https://docs.didomi.io/preference-management-platform-pmp/preferences-widgets/preference-center-overview.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.didomi.io/preference-management-platform-pmp.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.
