# PocketBlocks Docs

## Português - Brasil

- [Visão geral](https://pocketblocks.pedroza.dev/portugues-brasil/readme.md)
- [Instalação](https://pocketblocks.pedroza.dev/portugues-brasil/install.md)
- [Criando um novo aplicativo](https://pocketblocks.pedroza.dev/portugues-brasil/construcao-de-aplicativos/create-a-new-app.md)
- [Editor de aplicativo](https://pocketblocks.pedroza.dev/portugues-brasil/construcao-de-aplicativos/app-editor.md): Dê uma rápida olhada no editor de aplicativos antes de começar
- [Manipuladores de eventos](https://pocketblocks.pedroza.dev/portugues-brasil/construcao-de-aplicativos/event-handlers.md)
- [Escrevendo JavaScript](https://pocketblocks.pedroza.dev/portugues-brasil/construcao-de-aplicativos/write-javascript.md)
- [Escrevendo JavaScript por {{ }}](https://pocketblocks.pedroza.dev/portugues-brasil/construcao-de-aplicativos/write-javascript/write-javascript-in.md)
- [Consulta JavaScript](https://pocketblocks.pedroza.dev/portugues-brasil/construcao-de-aplicativos/write-javascript/javascript-query.md)
- [Transformadores](https://pocketblocks.pedroza.dev/portugues-brasil/construcao-de-aplicativos/write-javascript/transformers.md)
- [Estado temporário](https://pocketblocks.pedroza.dev/portugues-brasil/construcao-de-aplicativos/write-javascript/temporary-state.md)
- [Respondedor de dados](https://pocketblocks.pedroza.dev/portugues-brasil/construcao-de-aplicativos/write-javascript/data-responder.md)
- [Funções JavaScript integradas](https://pocketblocks.pedroza.dev/portugues-brasil/construcao-de-aplicativos/write-javascript/built-in-javascript-functions.md)
- [Uso de bibliotecas de terceiros](https://pocketblocks.pedroza.dev/portugues-brasil/construcao-de-aplicativos/write-javascript/use-third-party-libraries.md)
- [Guias de Componentes](https://pocketblocks.pedroza.dev/portugues-brasil/construcao-de-aplicativos/component-guides.md)
- [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)
- [Módulo](https://pocketblocks.pedroza.dev/portugues-brasil/construcao-de-aplicativos/module.md)
- [Interface de usuário do aplicativo](https://pocketblocks.pedroza.dev/portugues-brasil/construcao-de-aplicativos/design-app-ui.md)
- [Estilo, tema e usabilidade](https://pocketblocks.pedroza.dev/portugues-brasil/construcao-de-aplicativos/design-app-ui/style-theme-and-usability.md)
- [Crie um formulário eficiente e fácil de usar](https://pocketblocks.pedroza.dev/portugues-brasil/construcao-de-aplicativos/design-app-ui/design-an-efficient-and-user-friendly-form.md)
- [Navigação](https://pocketblocks.pedroza.dev/portugues-brasil/construcao-de-aplicativos/navigation.md)
- [Atalhos de Teclado](https://pocketblocks.pedroza.dev/portugues-brasil/construcao-de-aplicativos/keyboard-shortcuts.md)
- [Gerenciamento de versão e lançamento](https://pocketblocks.pedroza.dev/portugues-brasil/construcao-de-aplicativos/version-and-release-management.md)
- [Desenvolva plug-ins de componentes de UI](https://pocketblocks.pedroza.dev/portugues-brasil/construcao-de-plug-ins/build-plugins.md)
- [Autenticação](https://pocketblocks.pedroza.dev/portugues-brasil/gerenciamento-do-espaco-de-trabalho/auth.md)
- [Membros e grupos](https://pocketblocks.pedroza.dev/portugues-brasil/gerenciamento-do-espaco-de-trabalho/members-and-groups.md)
- [Permissões para recursos](https://pocketblocks.pedroza.dev/portugues-brasil/gerenciamento-do-espaco-de-trabalho/permissions-for-resources.md): Gerencie permissões para aplicativos, módulos, navegações e pastas em seu espaço de trabalho.
- [Personalização de marca](https://pocketblocks.pedroza.dev/portugues-brasil/gerenciamento-do-espaco-de-trabalho/customize-branding.md)
- [Onde estão as fontes de dados/biblioteca de consultas?](https://pocketblocks.pedroza.dev/portugues-brasil/outros/data-sources.md)
- [Embarcando aplicativos](https://pocketblocks.pedroza.dev/portugues-brasil/outros/embedded.md)

## English

- [Overview](https://pocketblocks.pedroza.dev/readme.md)
- [Installation](https://pocketblocks.pedroza.dev/install.md)
- [Create a new app](https://pocketblocks.pedroza.dev/build-apps/create-a-new-app.md)
- [App editor](https://pocketblocks.pedroza.dev/build-apps/app-editor.md): A quick look at the app editor before you start
- [Event handlers](https://pocketblocks.pedroza.dev/build-apps/event-handlers.md)
- [Write JavaScript](https://pocketblocks.pedroza.dev/build-apps/write-javascript.md)
- [Write JavaScript in {{ }}](https://pocketblocks.pedroza.dev/build-apps/write-javascript/write-javascript-in.md)
- [JavaScript query](https://pocketblocks.pedroza.dev/build-apps/write-javascript/javascript-query.md)
- [Transformers](https://pocketblocks.pedroza.dev/build-apps/write-javascript/transformers.md)
- [Temporary state](https://pocketblocks.pedroza.dev/build-apps/write-javascript/temporary-state.md)
- [Data responder](https://pocketblocks.pedroza.dev/build-apps/write-javascript/data-responder.md)
- [Built-in JavaScript functions](https://pocketblocks.pedroza.dev/build-apps/write-javascript/built-in-javascript-functions.md)
- [Use third-party libraries](https://pocketblocks.pedroza.dev/build-apps/write-javascript/use-third-party-libraries.md)
- [Component guides](https://pocketblocks.pedroza.dev/build-apps/component-guides.md)
- [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)
- [Module](https://pocketblocks.pedroza.dev/build-apps/module.md)
- [Design app UI](https://pocketblocks.pedroza.dev/build-apps/design-app-ui.md)
- [Style, theme, and usability](https://pocketblocks.pedroza.dev/build-apps/design-app-ui/style-theme-and-usability.md)
- [Design an efficient and user-friendly form](https://pocketblocks.pedroza.dev/build-apps/design-app-ui/design-an-efficient-and-user-friendly-form.md)
- [Navigation](https://pocketblocks.pedroza.dev/build-apps/navigation.md)
- [Keyboard shortcuts](https://pocketblocks.pedroza.dev/build-apps/keyboard-shortcuts.md)
- [Version and release management](https://pocketblocks.pedroza.dev/build-apps/version-and-release-management.md)
- [Develop UI component plugins](https://pocketblocks.pedroza.dev/build-plugins/build-plugins.md)
- [Authentication](https://pocketblocks.pedroza.dev/workspace-management/auth.md)
- [Members and groups](https://pocketblocks.pedroza.dev/workspace-management/members-and-groups.md)
- [Permissions for resources](https://pocketblocks.pedroza.dev/workspace-management/permissions-for-resources.md): Manage permissions for apps, modules, navigations and folders in your workspace.
- [Custom branding](https://pocketblocks.pedroza.dev/workspace-management/customize-branding.md)
- [Where are the Data Sources/Query Library?](https://pocketblocks.pedroza.dev/miscellaneous/data-sources.md)
- [Embedding Apps](https://pocketblocks.pedroza.dev/miscellaneous/embedded.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://pocketblocks.pedroza.dev/readme.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.
