> For the complete documentation index, see [llms.txt](https://docs.flw.chat/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flw.chat/readme.md).

# Início

<h2 align="center"><mark style="color:$primary;">Como podemos te ajudar?</mark></h2>

<p align="center">Comece por um dos caminhos abaixo ou use a busca no topo, se já souber o que procura.</p>

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td></td><td><strong>Primeiros Passos</strong></td><td>Os cadastros essenciais para deixar a plataforma pronta para atender, na ordem em que devem ser feitos.</td><td></td><td><a href="/spaces/pZmCVMQSKLCGEaknWHwh/pages/eFB1ygv2fpR0WBU6JwJt">/spaces/pZmCVMQSKLCGEaknWHwh/pages/eFB1ygv2fpR0WBU6JwJt</a></td><td><a href="/files/gdmsJPgiAsVX7ft2r7Pk">/files/gdmsJPgiAsVX7ft2r7Pk</a></td></tr><tr><td></td><td><strong>Novidades do Sistema</strong></td><td>Acompanhe os lançamentos, melhorias e correções publicados a cada mês.</td><td></td><td><a href="/spaces/pZmCVMQSKLCGEaknWHwh/pages/gGqmvdeqwS2jffkrO94v">/spaces/pZmCVMQSKLCGEaknWHwh/pages/gGqmvdeqwS2jffkrO94v</a></td><td><a href="/files/KrmWnzjFj1vtPlwKpHjr">/files/KrmWnzjFj1vtPlwKpHjr</a></td></tr><tr><td></td><td><strong>FAQ</strong></td><td>Respostas diretas para as dúvidas mais frequentes de quem usa a plataforma.</td><td></td><td><a href="/spaces/pZmCVMQSKLCGEaknWHwh/pages/XmL8bxDEqwlYa0aLxhV9">/spaces/pZmCVMQSKLCGEaknWHwh/pages/XmL8bxDEqwlYa0aLxhV9</a></td><td><a href="/files/CLHySDlQ8yYxZPxklP3T">/files/CLHySDlQ8yYxZPxklP3T</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://docs.flw.chat/readme.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.
