> For the complete documentation index, see [llms.txt](https://docs.glbnxt.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.glbnxt.com/configure-glbnxt/applications/sandbox.md).

# Use cases

The Use cases provides a collection of ready-made templates that showcase configurations you can download and use in your own setups. Some templates include interactive demos you can try out directly.

### Overview

The Sandbox page displays a browsable collection of templates. Each template demonstrates a specific configuration or workflow that can be replicated in your own environment. Templates also indicate which applications are required, so you can quickly assess whether a template is relevant to your setup.

<figure><img src="/files/mFB2fzPJHa8Xo4ngi9Gq" alt=""><figcaption></figcaption></figure>

### Finding Templates

The Sandbox includes search and filter options to help you find templates that are relevant to you:

* **Search**: Filter templates by typing a name or keyword. Results update as you type.
* **Filter by category**: Use the dropdown to narrow the list. You can view all templates, show only those available to your organization ("Available to Me"), or filter by a specific application (e.g., OpenWebUI, n8n).

These controls are especially useful as the template library grows, helping you quickly identify templates that match the applications your organization has access to.

### Templates

Each template is presented as a card that gives you a quick overview of what it offers. You can see the template's name, a short description of what it demonstrates, and which applications are needed to use it. Required applications are displayed as icons, making it easy to check compatibility at a glance.

From each template card, you have two options:

* **Try Demo**: Launches an interactive demo so you can experience the template in action.
* **Instructions**: Opens setup instructions for replicating the template in your own environment.


---

# 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 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, and the optional `goal` query parameter:

```
GET https://docs.glbnxt.com/configure-glbnxt/applications/sandbox.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
