> For the complete documentation index, see [llms.txt](https://guia.nossafeira.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guia.nossafeira.com.br/basic-features.md).

# Features

Você pode navegar pelos recursos a qualquer momento, mas para quem está começando, recomendamos os [guias rápidos de configuração](/quick-start-guides.md).

{% hint style="info" %}
Para encontrar a explicação de um recurso específico, use o campo de busca no canto superior direito.
{% endhint %}

No restante do guia, os recursos da Nossa Feira são explicados cronologicamente, seguindo a ordem lógica de configuração de uma empresa. A orientação dentro de cada seção também está estruturada com orientações básicas primeiro e mais avançadas depois:

* [cadastro](/basic-features/register-and-create-your-profile.md)
* [configuração do perfil da empresa](/basic-features/enterprise-profile.md)
* [produtos](/basic-features/products-1.md)
* [vitrine](/basic-features/shopfront.md)
* [pedidos](/basic-features/orders.md)
* [assinaturas](/basic-features/subscriptions.md)
* [relatórios](/basic-features/reports.md)
* [dashboard](/basic-features/dashboard.md)
* [grupos](/basic-features/groups.md)


---

# 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://guia.nossafeira.com.br/basic-features.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.
