> For the complete documentation index, see [llms.txt](https://recursos.demandu.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://recursos.demandu.tech/centro-de-recursos-pt-br/crie-seu-primeiro-bot/crie-seu-chatbot-de-site/instale-o-bot-de-site-no-wix.md).

# Instale o bot de SITE no Wix

Este tutorial vai te guiar para integrar o seu bot da Demandu ao seu site Wix. Siga estes passos para ativar o seu assistente virtual e oferecer uma experiência automatizada no seu site.

## ✅ Instruções de instalação

### 1. Prepare o seu bot antes de continuar

Certifique-se de ter concluído as etapas a seguir.

* [ ] Crie o seu bot no painel da Demandu.&#x20;
* [ ] Desenhe o seu chatflow e outras configurações de design na página de configuração do bot.
* [ ] Depois disso, vá para a página de configurações da Demandu e clique em Instalar seu Chatbot.
* [ ] Copie o trecho de código HTML ou JavaScript fornecido para integrar o bot ao seu site.

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

### 2. Acesse o editor do Wix&#x20;

* **Faça login no Wix**\
  Entre no [Wix](https://www.wix.com) com sua conta.
* **Selecione o seu site**\
  No seu painel de controle, clique no site ao qual deseja integrar o bot.
* **Abra o editor do Wix**\
  Clique no botão **Editar site** para acessar o editor visual do Wix.

### **3. Adicione o código do bot ao seu site**

1. **Acesse as configurações do site**\
   No editor do Wix, clique no menu lateral esquerdo e selecione **Código incorporado > Ferramentas de MKT > Código personalizado**

<figure><img src="/files/1d3d64a61bd3333ea1ff463de35e304ede1503a8" alt=""><figcaption></figcaption></figure>

### **4. Adicione o código HTML**

* Clique em **+ Adicionar novo código**.
* Cole o código HTML ou JavaScript que você copiou da Demandu.
* Selecione a opção para que o código seja aplicado em **todas as páginas** ou na página específica em que você quer exibir o bot.

**Salve e publique**

* Salve as alterações.
* Publique seu site para que o bot fique visível na página selecionada.

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

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

## 4. Teste seu bot agora&#x20;

Você já concluiu todo o trabalho pesado.&#x20;

Abra seu site no modo privado (janela anônima) para evitar qualquer problema de cache e você encontrará o chatbot Demandu no seu site.


---

# 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://recursos.demandu.tech/centro-de-recursos-pt-br/crie-seu-primeiro-bot/crie-seu-chatbot-de-site/instale-o-bot-de-site-no-wix.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.
