# Databox Documentation

## Databox Documentation

- [Welcome](https://giantgrey.gitbook.io/databox-documentation/welcome.md)
- [Installation](https://giantgrey.gitbook.io/databox-documentation/installation.md)
- [QuickStart](https://giantgrey.gitbook.io/databox-documentation/quickstart.md)
- [Concept And Workflow](https://giantgrey.gitbook.io/databox-documentation/concept-and-workflow.md)
- [Demo Scenes](https://giantgrey.gitbook.io/databox-documentation/demo-scenes.md)
- [Databox Object](https://giantgrey.gitbook.io/databox-documentation/databox-object.md)
- [Databox Object Manager](https://giantgrey.gitbook.io/databox-documentation/databox-object-manager.md)
- [Databox Data Schemes](https://giantgrey.gitbook.io/databox-documentation/databox-data-schemes.md)
- [Import](https://giantgrey.gitbook.io/databox-documentation/import.md)
- [Cloud](https://giantgrey.gitbook.io/databox-documentation/cloud.md)
- [Runtime editor](https://giantgrey.gitbook.io/databox-documentation/runtime-editor.md)
- [UI Binding](https://giantgrey.gitbook.io/databox-documentation/ui-binding.md)
- [Databox variable types](https://giantgrey.gitbook.io/databox-documentation/databox-variable-types.md)
- [Runtime usage](https://giantgrey.gitbook.io/databox-documentation/runtime-usage.md)
- [Save and load on Mobile](https://giantgrey.gitbook.io/databox-documentation/save-and-load-on-mobile.md)
- [Custom data type](https://giantgrey.gitbook.io/databox-documentation/custom-data-type.md)
- [Playmaker](https://giantgrey.gitbook.io/databox-documentation/playmaker.md)
- [Playmaker Actions](https://giantgrey.gitbook.io/databox-documentation/playmaker-actions.md)
- [API](https://giantgrey.gitbook.io/databox-documentation/api.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://giantgrey.gitbook.io/databox-documentation/welcome.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.
