> For the complete documentation index, see [llms.txt](https://help.curseduca.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.curseduca.com/integracoes/chatbase/integracao-botao-na-vitrine.md).

# Integração - Botão na vitrine

Primeiramente, iremos fazer login na plataforma do Chatbase e, em seguida, clicar em 'painel', conforme a imagem:

<figure><img src="/files/db4GxRc13Ku9d4VP3ZTE" alt=""><figcaption><p>Chatbase</p></figcaption></figure>

Agora que você já criou seu Bot, basta clicar nele!

<figure><img src="/files/jMFjkSOpnoddMGdV2qFy" alt=""><figcaption><p>Chatbase</p></figcaption></figure>

Em seguida vamos em **'conectar'** e copiamos o **'ID do chatbot',** conforme a imagem:

<figure><img src="/files/HgqXjxjVoSb1rawlWVs8" alt=""><figcaption><p>Chatbase</p></figcaption></figure>

Agora, clicamos em **'compartilhar'** e apertamos em **'cópia de'** para copiar o link de compartilhamento, conforme a imagem:

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

Prontinho, agora que você pegou o **link de compartilhamento,** nós configuraremos ele no Curseduca.

## Curseduca - Integração

### Integração - Como colocar o botão do chat na sua vitrine?

Na Home da plataforma, vá para a aba de **'área de membros'**:

<figure><img src="/files/MYncL1M5lJTY4wc8xCv5" alt=""><figcaption><p>Home</p></figcaption></figure>

em seguida clique em **'editar':**

<figure><img src="/files/UKcnnmrAVsrfFnF6ojo6" alt=""><figcaption><p>Home > área de membros > editar</p></figcaption></figure>

Clique no quarto ícone da página:

<figure><img src="/files/l33Pp884kkx7brllMuOd" alt=""><figcaption><p>Home > área de membros > editar</p></figcaption></figure>

Em seguida, você deve clicar neste **'+'** para criar um novo botão:

<figure><img src="/files/4hjKnku2zkKytREDWh4I" alt=""><figcaption><p>Home > área de membros > editar</p></figcaption></figure>

Agora, você irá definir um nome para este botão (pode ser o nome do seu bot), em seguida, clique no **'raiozinho'** que aparece na lateral direita, conforme a imagem:

<figure><img src="/files/Dv9aNHyiE6T1gty8d0NK" alt="" width="509"><figcaption><p>Home > área de membros > editar > criar menu</p></figcaption></figure>

Posteriormente você irá selecionar **'incorporação'**, em seguida você irá colar o **'link de incorporação'** (o link de compartilhamento que copiamos no site do chatbase) e depois clique no **'check'**, conforme a imagem:

<figure><img src="/files/GBdV72Y78Jt0puOR5oEI" alt="" width="486"><figcaption><p>Home > área de membros > editar > criar menu</p></figcaption></figure>

Por fim, você **'seleciona um ícone'** e clica em **'criar'**

<figure><img src="/files/YLf4btlkrx2YRNAPnb2w" alt="" width="490"><figcaption><p>Home > área de membros > editar > criar menu</p></figcaption></figure>

Prontinho, seu botão já foi criado na sua vitrine!

***

#### Dúvidas? Assista ao tutorial em vídeo

{% embed url="<https://drive.google.com/file/d/1NG82XqGNhVzukPgruVXrYRLdA_F5_yD0/view?usp=sharing>" %}
Tutorial em vídeo
{% endembed %}

{% hint style="info" %}

#### **NOTA:** Todos os códigos e URLs são para exemplificação da Central de Ajuda. Nenhum código deve ser copiado diretamente da Central de Ajuda, cada plataforma tem o seu. Por isso, siga o passo a passo para obter o seu webhook e ou código/ID de produto.

{% endhint %}


---

# 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.curseduca.com/integracoes/chatbase/integracao-botao-na-vitrine.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.
