> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/topicos/converter/chat-ao-vivo/chat-ao-vivo-adicionado-a-uma-landing-page-da-sprinthub.md).

# Chat ao Vivo - Adicionado à uma Landing Page da Sprinthub

## Copiando o Código de Integração

Para adicionar o [Chat ao Vivo](/topicos/converter/chat-ao-vivo.md) à landing page, basta copiar o código de integração disponível no construtor. Em seguida, abriremos o construtor da landing page dentro da Sprinthub.

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

## Adicionando Código HTML

A instrução é inserir o código ao final da tag `<body>`, ou seja, depois de todo o conteúdo da página. Para isso, vá até a aba **Avançados**, selecione a opção **HTML**, arraste o bloco até o final da página e cole o código copiado e salve a edição realizada.&#x20;

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

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

## Verificando na Landing Page

Para testar, acesse a landing page criada dentro da Sprinthub — o ícone do Chatweb aparecerá automaticamente, como mostrado na imagem abaixo.

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


---

# 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://docs.sprinthub.com/topicos/converter/chat-ao-vivo/chat-ao-vivo-adicionado-a-uma-landing-page-da-sprinthub.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.
