> For the complete documentation index, see [llms.txt](https://docs.sandbox.game/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sandbox.game/en/creator/voxedit/creative-guides/art-techniques/3d-design/trim-all-volumes.md).

# Trim All Volumes

## A Simple Step for Better Feel in Game

Once you are satisfied with the shape of your asset's models, make sure that you trimmed the bounding box for each one so the collisions are as small as possible in the game world.

### Check Each Model in the Animator Library

Open each model in the Animator Library to complete this quick quality check. Pressing the Trim Volume button automatically shrinks the collision to the smallest fit, removing empty space. If you have extra models in the library that aren't being used, remove them.

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

## Trimming in the Animator

If you are creating a more complex entitiy within the animator. There is a very handy feature in the library panel. \
In the 3d workspace, Left Click and select the entire asset. With all of the models selected in the library panel you will see the trim icon. From here you can trim all of the models in one simple click.&#x20;

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

{% hint style="info" %}
If the asset has a high amount of models it may take a moment to trim all of the models.&#x20;
{% endhint %}


---

# 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.sandbox.game/en/creator/voxedit/creative-guides/art-techniques/3d-design/trim-all-volumes.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.
