# Sandbox

## 2.0

- [Home](https://docs.sandboxpowered.org/master.md): Documentation for the Sandbox API
- [Introduction to Resources](https://docs.sandboxpowered.org/scripting-reference/resource-introduction.md): Servers run on a collection of resources. A resource is a collection of files - such as client scripts, server scripts, and assets - that can be started, stopped and restarted at any time.
- [Resource Manifest](https://docs.sandboxpowered.org/scripting-reference/resource-manifest.md): The resource manifest is a file named manifest.toml placed in a resource folder on the server.
- [Creating your first script](https://docs.sandboxpowered.org/scripting-reference/first-script.md)
- [In JavaScript](https://docs.sandboxpowered.org/scripting-reference/first-script/javascript.md)
- [In Python](https://docs.sandboxpowered.org/scripting-reference/first-script/python.md)
- [In Lua](https://docs.sandboxpowered.org/scripting-reference/first-script/lua.md)
- [In Java](https://docs.sandboxpowered.org/scripting-reference/first-script/jvm.md)
- [Events](https://docs.sandboxpowered.org/scripting-reference/events.md): List of internal events Sandbox has
- [Terminology](https://docs.sandboxpowered.org/api-guides/terminology.md): The dictionary for everything you may need
- [Release Policy](https://docs.sandboxpowered.org/api-guides/release-policy.md)
- [Silica FAQ](https://docs.sandboxpowered.org/silica/silica-faq.md)

## v0.5

- [Home](https://docs.sandboxpowered.org/v0.5/master.md): Documentation for the Sandbox API
- [Terminology](https://docs.sandboxpowered.org/v0.5/api-guides/terminology.md): The dictionary for everything you may need
- [Sandbox Addon Format](https://docs.sandboxpowered.org/v0.5/api-guides/sandbox-addon-format.md): Defines the structure of the sandbox addon
- [Release Policy](https://docs.sandboxpowered.org/v0.5/api-guides/release-policy.md)
- [Supported Platforms](https://docs.sandboxpowered.org/v0.5/platforms/supported.md)
- [Feature Parity](https://docs.sandboxpowered.org/v0.5/platforms/feature-parity.md): The official list and tracker for the current and planned experimental features in Sandbox and which platform supports them.
- [API Modules Parity](https://docs.sandboxpowered.org/v0.5/platforms/api-modules-parity.md): Which modules are available where?
- [Sandbox Silica](https://docs.sandboxpowered.org/v0.5/platforms/silica.md): Platform-specific details for the Silica platform
- [Fabric](https://docs.sandboxpowered.org/v0.5/platforms/fabric.md): Platform-specific details for Fabric
- [Forge](https://docs.sandboxpowered.org/v0.5/platforms/forge.md): Platform-specific details for Forge
- [Introduction](https://docs.sandboxpowered.org/v0.5/about/introduction.md)
- [Staff](https://docs.sandboxpowered.org/v0.5/about/staff.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://docs.sandboxpowered.org/master.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.
