# Guias de Componentes

- [Lista de opções](https://pocketblocks.pedroza.dev/portugues-brasil/construcao-de-aplicativos/component-guides/option-lists.md)
- [Exibição em lista](https://pocketblocks.pedroza.dev/portugues-brasil/construcao-de-aplicativos/component-guides/list-view.md): O componente Exibição em lista serve para você exibir linhas de dados. Funciona como um contêiner: você pode inserir outros componentes nele e vincular dados a esses componentes.
- [Menu lateral](https://pocketblocks.pedroza.dev/portugues-brasil/construcao-de-aplicativos/component-guides/drawer.md)
- [Imagem](https://pocketblocks.pedroza.dev/portugues-brasil/construcao-de-aplicativos/component-guides/image.md)
- [Gráficos](https://pocketblocks.pedroza.dev/portugues-brasil/construcao-de-aplicativos/component-guides/charts-and-graphs.md)
- [Carregamento de arquivo](https://pocketblocks.pedroza.dev/portugues-brasil/construcao-de-aplicativos/component-guides/file-upload.md)
- [Componente customizado](https://pocketblocks.pedroza.dev/portugues-brasil/construcao-de-aplicativos/component-guides/custom-component.md)
- [Uso de Markdown](https://pocketblocks.pedroza.dev/portugues-brasil/construcao-de-aplicativos/component-guides/use-markdown.md)


---

# Agent Instructions: 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:

```
GET https://pocketblocks.pedroza.dev/portugues-brasil/construcao-de-aplicativos/component-guides.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
