> For the complete documentation index, see [llms.txt](https://academy.vambe.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.vambe.ai/bienvenido-a-vambe/bienvenido-a-vambe-pt-br/bem-vindo-a-vambe.md).

# Bem-vindo à Vambe

Nesta seção, você encontrará as informações-chave para começar a usar a Vambe da maneira correta e aproveitar ao máximo suas funcionalidades.

Seja você alguém conhecendo a plataforma pela primeira vez ou com um papel operacional na sua empresa, aqui ajudamos você a entender como a Vambe funciona e como começar sem atritos.

Selecione o caminho que melhor se adapta a você e comece agora.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="image">Imagem de capa</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Conceitos essenciais da Vambe</td><td><a href="/files/66db9d33201b12ae56ff787516aeff68263b2028">/files/66db9d33201b12ae56ff787516aeff68263b2028</a></td><td><a href="/pages/5eec8bfcb43e2eda1769e3fdcb8972f391983075">/pages/5eec8bfcb43e2eda1769e3fdcb8972f391983075</a></td></tr><tr><td>Primeiros passos para usuários operacionais</td><td><a href="/files/cf1dff859d2c38b9e762afc775be6e39ae460b62">/files/cf1dff859d2c38b9e762afc775be6e39ae460b62</a></td><td><a href="/pages/26bafe38ed2805cdb7517ec7de8670aea0b110fd">/pages/26bafe38ed2805cdb7517ec7de8670aea0b110fd</a></td></tr></tbody></table>


---

# 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://academy.vambe.ai/bienvenido-a-vambe/bienvenido-a-vambe-pt-br/bem-vindo-a-vambe.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.
