> For the complete documentation index, see [llms.txt](https://cmp.docs.sirdata.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cmp.docs.sirdata.net/install-1/dans-un-cms/chargement-dans-wix.md).

# Chargement dans Wix

### 🔧 Étapes d’intégration d’un JavaScript dans Wix

#### **Option 1 : Intégration via l'onglet "Paramètres" > "Personnaliser le code"**

1. Connectez-vous à votre compte Wix et accédez à votre **tableau de bord**.
2. Dans le menu de gauche, cliquez sur **Paramètres** > **Personnaliser le code**.
3. Cliquez sur **Ajouter un code personnalisé**.
4. Collez le **script JavaScript** dans le champ prévu :

   ```html
   <script type="text/javascript" src="https://cache.consentframework.com/js/pa/XXXXX/c/yyyyy/stub"></script>
   <script type="text/javascript" src="https://choices.consentframework.com/js/pa/XXXXX/c/yyyy/cmp" async></script>
   ```
5. Définissez :
   * **Nom** du code (ex. : "CMP Sirdata").
   * **Pages** sur lesquelles le script doit s’exécuter (recommandé : “Toutes les pages”).
   * **Emplacement** du script : choisir <**head>** selon les recommandations de votre fournisseur.
   * **Condition d’activation** : au chargement de chaque page.
6. Cliquez sur **Appliquer**.


---

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

```
GET https://cmp.docs.sirdata.net/install-1/dans-un-cms/chargement-dans-wix.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.
