# Récupérer la configuration Didomi (web)

La configuration Didomi actuelle mise en œuvre sur un site Web peut être récupérée via un appel de fonction dans la console de votre navigateur.&#x20;

Ouvrez votre site cible dans le navigateur de votre choix et lancez les outils de développement du navigateur. Naviguez jusqu'au **Console** onglet des outils de développement.

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

Saisissez ce qui suit dans la console du navigateur et appuyez sur Entrée :

```javascript
Didomi.getConfig()
```

La réponse représente la configuration Didomi la plus récente mise en œuvre sur le site Web.

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


---

# Agent Instructions: 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:

```
GET https://docs.didomi.io/fr/prise-en-main/general/recuperer-la-configuration-didomi-web.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
