# Platforms

- [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


---

# 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.sandboxpowered.org/v0.5/platforms.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.
