> 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/english/master.md).

# Welcome to our Help Center!

This is a place to make life easier for all of us: our team, you, your team, and your customers.

If you can't find the answers to your questions, please contact our team through Online Support. If you have any suggestions, please send us.

{% hint style="warning" %}
**Attention!** Google enlisted the Hangouts On Air feature on August 1, 2019. However, there are still two ways to stream via YouTube. One basic and one more complete form. We recommend that you use the fullest form through the OBS software. Know more: <https://help.webinar.center/dicas-avancadas/usando-o-obs-para-fazer-transmissoes-mais-profissionais>
{% endhint %}

{% hint style="info" %}
Unfortunately, we have not yet prepared our Help Center in the English language. If you are able to understand the Spanish or Portuguese languages, feel free to check out our content, including in step-by-step videos.

Help Center in Spanish: <https://help.webinar.center/v/espanol/>\
Help Center in Portuguese: <https://help.webinar.center/>
{% 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.webinar.center/english/master.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.
