# Actions javascript

La personnalisation des actions GUI est disponible à partir de **Intégration > Actions Javascript**.

Cette page vous permet de personnaliser votre interface graphique en implémentant des éléments javascript pour votre bot. Notez que certaines actions GUI sont déjà prédéfinies [ici.](/contenus/connaissances/elements-de-reponse.md#utiliser-une-action-gui-cas-pratique-de-changement-despace-reserve-a-la-requete-dune-connaissance) et exploitable dans votre savoir.

Pour cela, cliquez sur **Ajouter**.

<figure><img src="/files/sfQ7z55Dh22Wyk6G9h3w" alt=""><figcaption></figcaption></figure>

Ajoutez le nom de votre nouvelle action et entrez le code javascript associé.

Cliquez sur la coche bleue pour valider l'opération.


---

# 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.dydu.ai/integrations/actions-javascript.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.
