> For the complete documentation index, see [llms.txt](https://help.webinar.center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.webinar.center/como-usar-o-chat-durante-o-webinar.md).

# Como usar o chat

No momento da sua transmissão, utilize o chat do painel do seu webinar. Não utilize o chat do YouTube.

Para ver as mensagens do chat, clique no botão azul (indicado pela seta vermelha na imagem abaixo) do horário da sua transmissão. As mensagens do chat aparecerão logo abaixo.

![](/files/-LPqcHItyH3Kf1MUsLPC)

Ao enviar mensagens pelo painel, suas mensagens terão destaque em amarelo.

### Dica importante

Apresentar-se ao vivo e gerenciar as mensagens ao mesmo é bastante trabalhoso. Pensando nisso, criamos a opção de você acompanhar e participar do chat através do celular. Para isso, clique no pequeno ícone ao lado do botão azul com o botão direito do mouse > Copiar endereço do link.

Então copie esse endereço para o seu celular. Uma forma fácil de fazer isso é enviar através do WhatsApp. Então verá o chat da sua transmissão pelo seu celular dessa forma:

![](/files/-LPqfg9_mBY-dmMGv9Xr)

Outra forma de acessar o chat pelo seu celular é através do aplicativo do Webinar Center para Android. Clique no link para acessá-lo: <https://play.google.com/store/apps/details?id=com.webinar_app>

Nos avise através do Suporte Online se tiver qualquer dúvida.

Boa apresentação!


---

# 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.webinar.center/como-usar-o-chat-durante-o-webinar.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.
