> For the complete documentation index, see [llms.txt](https://help.meltingspot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.meltingspot.io/manage-spot/personnalisation/scripts.md).

# Scripts

Depuis cet onglet, vous pourrez ajouter un script qui s'appliquera dans le \<head> de l'ensemble des pages de votre Spot !

Voici deux exemples d'utilisation :

1. **Suivi du trafic de vos membres :**\
   Connectez des outils tels que Google Analytics, Hotjar, Segment, Amplitude ou Mixpanel pour récupérer automatiquement les pages sur lesquelles vos membres naviguent, les boutons sur lesquels ils cliquent. Cela vous permettra d'avoir des analytics plus poussés sur vos membres.
2. **Affichage de tours et bannières personnalisées dans votre Spot :** \
   Si vous utilisez un outil de product tour ou de communication produit comme Intercom, Pendo ou WalkMe, vous pouvez configurer des bannières contextuelles directement dans votre Spot. Cela vous permet de partager des annonces, des conseils ou des appels à l’action au bon moment. (modifié)&#x20;

{% hint style="warning" %}
Cette fonctionnalité est réservée à certains plans payants MeltingSpot. Si vous n'avez pas accès à cet onglet, [contactez-nous.](mailto:support@meltingspot.Io)
{% endhint %}

***

#### Implémentation

Depuis l'onglet `Scripts` dans la page `Personnalisation` des paramètres de votre Spot :&#x20;

* Une section avec un champ de texte libre vous permet d’entrer les scripts de votre choix.
* Un bouton `Save` vous permet d’enregistrer le script. Attention, si vous quittez la page sans sauvegarder, vos changements seront perdus.


---

# 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://help.meltingspot.io/manage-spot/personnalisation/scripts.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.
