# 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)
