# Component guides

- [Option lists](https://pocketblocks.pedroza.dev/build-apps/component-guides/option-lists.md)
- [List View](https://pocketblocks.pedroza.dev/build-apps/component-guides/list-view.md): The component List View is for you to display rows of data. It works like a container: you can insert other components into it and bind data to these components.
- [Drawer](https://pocketblocks.pedroza.dev/build-apps/component-guides/drawer.md)
- [Image](https://pocketblocks.pedroza.dev/build-apps/component-guides/image.md)
- [Charts and graphs](https://pocketblocks.pedroza.dev/build-apps/component-guides/charts-and-graphs.md)
- [File upload](https://pocketblocks.pedroza.dev/build-apps/component-guides/file-upload.md)
- [Custom component](https://pocketblocks.pedroza.dev/build-apps/component-guides/custom-component.md)
- [Use Markdown](https://pocketblocks.pedroza.dev/build-apps/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/build-apps/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.
