# Building Web App

- [Environment](https://docs.shimoku.com/dev/building-web-app/environment.md)
- [Overview](https://docs.shimoku.com/dev/building-web-app/environment/overview.md)
- [Environment Variables](https://docs.shimoku.com/dev/building-web-app/environment/environment-variables.md)
- [Management](https://docs.shimoku.com/dev/building-web-app/management.md)
- [Managing Universes](https://docs.shimoku.com/dev/building-web-app/management/managing-universes.md)
- [Managing Workspaces](https://docs.shimoku.com/dev/building-web-app/management/managing-workspaces.md)
- [Managing Boards](https://docs.shimoku.com/dev/building-web-app/management/managing-boards.md)
- [Menu](https://docs.shimoku.com/dev/building-web-app/menu.md)
- [Changing the Menu Path](https://docs.shimoku.com/dev/building-web-app/menu/changing-the-menu-path.md)
- [Updating the Menu Path](https://docs.shimoku.com/dev/building-web-app/menu/updating-the-menu-path.md)
- [Deleting the Menu Path](https://docs.shimoku.com/dev/building-web-app/menu/deleting-the-menu-path.md)
- [Grid](https://docs.shimoku.com/dev/building-web-app/grid.md)
- [Using the Grid](https://docs.shimoku.com/dev/building-web-app/grid/using-the-grid.md)
- [Theming](https://docs.shimoku.com/dev/building-web-app/theming.md)
- [Colors Usage](https://docs.shimoku.com/dev/building-web-app/theming/colors-usage.md)
- [Actions](https://docs.shimoku.com/dev/building-web-app/actions.md)
- [Modals](https://docs.shimoku.com/dev/building-web-app/modals.md): Pop-up navigation
- [IO](https://docs.shimoku.com/dev/building-web-app/io.md): File IO


---

# 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://docs.shimoku.com/dev/building-web-app.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.
