# Platforms

## Creating Platforms

The most important consideration for platforms is to remember that animated assets have a single collider box. You do not want to create any assets where players seem to be hovering above the visible surface of the platform.&#x20;

You can avoid this by creating your platform as a compound asset that is broken down with tighter collisions or making an animated asset where the standing surface is at the highest level of the collider box.


---

# 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.sandbox.game/en/creator/voxedit/creative-guides/asset-guide/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.
