> 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.md).

# Crie seu Chatbot de SITE

## Passo 1: Entre na sua plataforma Demandu e clique em "*clique*" no botão "*Criar novo chatbot*" :

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

## Passo 2: Selecione a plataforma que, neste caso, é ***Site*** :

<figure><img src="/files/49830c6478c9a6d1b886269ed28f2895545d7e8f" alt=""><figcaption></figcaption></figure>

## Passo 3: Selecione o "*Objetivo Comercial"* do bot :

<figure><img src="/files/38bd2b7241cfb216eed918bab92e9016c9bbcebe" alt=""><figcaption></figcaption></figure>

## Passo 4: 🎉Parabéns! 🎉 já está tudo pronto para integrar o bot de ***Demandu no seu site***:

<figure><img src="/files/74e0bd765b17ec7582ea4aefaff51f2cfb06b62c" alt=""><figcaption></figcaption></figure>

### 🌐 **PERSONALIZE SEU CHATBOT PARA SITE**

Na aba chamada *"Conteúdo"*, onde diz "*Nome do bot*", escreva o nome do seu bot e onde diz "*Chamada para Ação*" você pode definir qual será a mensagem inicial do bot.

<figure><img src="/files/0a9aa4afd0ed0051d43b30b425b7a13df25f7b44" alt=""><figcaption></figcaption></figure>

Na aba *"Tema"* você pode escolher:

![](/files/21f933e206ff93ebea315a04745c1ac212d1aff8)

*"Estilo de Janela de Chat"*, aqui você escolhe o estilo de janela (Moderno).

"*Ícone do bot*" você pode escolher o avatar.

"*Layout*"  você escolhe a posição e o tamanho da janela.

<figure><img src="/files/288d273d77e71f21c1d992785fc540061bf7d8d9" alt=""><figcaption></figcaption></figure>

"*Posição na Web*" Você pode escolher a posição em que a janela do chatbot aparecerá.

"*Tamanho da janela*" Você pode escolher o tamanho da janela do chatbot.

Ao finalizar, clique no botão "*Salvar alterações*"


---

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