> 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/integrations/content-management-system-cms/retrieve-didomi-parameters-for-cms-plugin.md).

# Retrieve Didomi parameters for CMS plugin

All our CMS plugins require the same two parameters to properly configure the plugin and correctly deploy the Didomi notice on your website:

* *Organization Public API Key*
* *Notice ID*

This documentation is designed to help you gather the necessary two parameters, ensuring they are ready for setting up the plugin.

### ✅ Retrieve the *Organization Public API Key*

* Go to the Didomi Console and select the organization where you created the notice you want to deploy on your WordPress website. You can find this option in the dark blue dropdown menu in the top right corner.

<figure><img src="https://support.didomi.io/hs-fs/hubfs/image-png-Jun-26-2024-07-54-37-7882-AM.png?width=2868&#x26;height=790&#x26;name=image-png-Jun-26-2024-07-54-37-7882-AM.png" alt="" width="563"><figcaption></figcaption></figure>

* Go to *My organization* in the top menu, and click on *Copy Public API key*.

  <figure><img src="https://support.didomi.io/hs-fs/hubfs/Capture%20d%E2%80%99%C3%A9cran%202024-06-26%20%C3%A0%2009-43-13-png.png?width=688&#x26;height=349&#x26;name=Capture%20d%E2%80%99%C3%A9cran%202024-06-26%20%C3%A0%2009-43-13-png.png" alt="" width="563"><figcaption></figcaption></figure>
* Paste the API key somewhere easily accessible for configuring the plugin.

### ✅ Retrieve the *Notice ID*

* Go to the Didomi Console, select the organization where you created the notice you want to deploy on your WordPress website.

<figure><img src="https://support.didomi.io/hs-fs/hubfs/image-png-Jun-26-2024-07-54-37-7882-AM.png?width=688&#x26;height=190&#x26;name=image-png-Jun-26-2024-07-54-37-7882-AM.png" alt="" width="563"><figcaption></figcaption></figure>

* Click on *Consent Notices* in the right menu to access the list of your notices.

  <figure><img src="https://support.didomi.io/hs-fs/hubfs/image-png-Jun-26-2024-08-05-02-0847-AM.png?width=2866&#x26;height=1274&#x26;name=image-png-Jun-26-2024-08-05-02-0847-AM.png" alt="" width="563"><figcaption></figcaption></figure>
* You can find the *Notice ID* below the name of the notice in the list of notices. Copy it and paste it somewhere easily accessible for configuring the plugin.

<figure><img src="https://support.didomi.io/hs-fs/hubfs/image-png-Jun-26-2024-08-07-41-5352-AM.png?width=2834&#x26;height=1414&#x26;name=image-png-Jun-26-2024-08-07-41-5352-AM.png" alt="" width="563"><figcaption></figcaption></figure>


---

# 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/integrations/content-management-system-cms/retrieve-didomi-parameters-for-cms-plugin.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.
