# Main Pages

- [Architect](https://docs.goril.app/main-pages/architect.md)
- [Toolbox](https://docs.goril.app/main-pages/architect/toolbox.md)
- [Explorer](https://docs.goril.app/main-pages/architect/explorer.md)
- [Application Preview](https://docs.goril.app/main-pages/architect/application-preview.md)
- [Settings Panel](https://docs.goril.app/main-pages/architect/settings-panel.md)
- [Storyboard](https://docs.goril.app/main-pages/storyboard.md): The Storyboard tab allows you to see the global design of your app.
- [Assets](https://docs.goril.app/main-pages/assets.md): The Assets tab allows you to upload any assets you want to build your app.
- [State](https://docs.goril.app/main-pages/state.md): The State tab allows you tu create accessible and modifiable variable throughout every page and components.
- [Custom Code](https://docs.goril.app/main-pages/custom-code.md): The Custom Code tab allows you to add custom code to create Custom Actions, Functions, Widgets and Dependencies.
- [Custom Functions](https://docs.goril.app/main-pages/custom-code/custom-functions.md): Create a custom function reusable throughout the application.
- [Custom Actions](https://docs.goril.app/main-pages/custom-code/custom-actions.md): Create a custom action reusable throughout the application.
- [Custom Dependencies](https://docs.goril.app/main-pages/custom-code/custom-dependencies.md): Create a custom dependencies reusable throughout the application.
- [Custom Widgets](https://docs.goril.app/main-pages/custom-code/custom-widgets.md): Create a custom widget reusable throughout the application.
- [Settings](https://docs.goril.app/main-pages/settings.md): The Settings tab allows you to configure your projects
- [General](https://docs.goril.app/main-pages/settings/general.md): Manage and configure the general settings of your project
- [Theme](https://docs.goril.app/main-pages/settings/theme.md): Manage and configure the theme of your project
- [Firebase](https://docs.goril.app/main-pages/settings/firebase.md): Manage firebase configuration for your project
- [Action Flow Editor](https://docs.goril.app/main-pages/action-flow-editor.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://docs.goril.app/main-pages.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.
