# Instalar el bot de sitio web en Wix

Este tutorial te guiará para integrar tu bot de Demandu en tu sitio web de Wix. Sigue estos pasos para activar tu asistente virtual y ofrecer una experiencia automatizada en tu página web.

## ✅ Instrucciones de instalación

### 1. Prepara tu bot antes de seguir adelante

Asegúrate de haber completado los siguientes pasos.

* [ ] Crea tu bot en el panel de Demandu.&#x20;
* [ ] Diseña tu chatflow y otros ajustes de diseño desde la página de configuración del bot.
* [ ] Una vez hecho esto, ve a la página de configuración de Demandu y haz clic en Instalar tu Chatbot.
* [ ] Copia el fragmento de código HTML o JavaScript proporcionado para integrar el bot en tu sitio web.

### 2. Accede al editor de Wix&#x20;

* **Inicia sesión en Wix**\
  Ingresa a [Wix](https://www.wix.com) con tu cuenta.
* **Selecciona tu sitio web**\
  En tu panel de control, haz clic en el sitio web al que deseas integrar el bot.
* **Abre el editor de Wix**\
  Haz clic en el botón **Editar sitio** para acceder al editor visual de Wix.

### **3. Agrega el código del bot a tu sitio**

1. **Accede a la configuración del sitio**\
   En el editor de Wix, haz clic en el menú lateral izquierdo y selecciona **Elementos / Código Personalizado**

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

### **4. Agrega el código HTML**

* Haz clic en **+ Agregar nuevo código**.
* Pega el código HTML o JavaScript que copiaste desde Demandu.
* Selecciona la opción para que el código se aplique en **todas las páginas** o en la página específica donde quieres mostrar el bot.

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

**Guarda y publica**

* Guarda los cambios.
* Publica tu sitio web para que el bot esté visible en la página seleccionada.

## 4. Prueba tu bot ahora&#x20;

Ya has completado todo el trabajo pesado.&#x20;

Abre tu sitio web en modo privado (ventana de incógnito) para evitar cualquier problema de caché y encontrarás el chatbot Demandu en tu sitio web.


---

# 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://recursos.demandu.tech/crea-un-nuevo-bot/instalar-el-bot-de-sitio-web-en-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.
