> For the complete documentation index, see [llms.txt](https://docs.sandbox.game/the-voxedit-academy-jp/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/the-voxedit-academy-jp/animator/library-menu.md).

# Library Menu

### VXM Models

The Library display port shows all the available VXM models for the current project.&#x20;

When dragged onto a node in the Skeleton Menu these models will be added to the hierarchy and visible in the main viewport. Once added to a node they will follow the position and rotation of that node.

{% hint style="info" %}
The same VXM model can be added to multiple nodes and will move independently.
{% endhint %}

### Delete Model Button

By clicking the trash bin icon in the bottom right corner of the selected VXM model you can permanently delete it from the Library.&#x20;

Once clicked, a confirmation box will popup asking you to confirm that you want to delete the model, and warning you that the action cannot be reverted.

Click 'Yes' to Delete the model and 'No' to cancel.

![](/files/DRErBO5OpSATRW1N8Dsz) ![](/files/BlXI7uhkIS5wijrareFH)

### New VXM

Select the Library Menu button represented by three lines next to the Library title.

Select Create a new .VXM model from the drop-down. This will open a popup asking the 'Name of new Model'. Enter your desired name and hit enter. &#x20;

This will automatically open the Modeler to start creating a new model from scratch.

You can click the arrow in the top left corner of the modeler window, next to the save icon, to navigate back to the Animation viewport.

### Import VXM

Select the Library Menu button represented by three lines next to the Library title.

This option lets you import a .VXM file not currently in your library and use it in the current rig.

### Import VOX

Select the **Library Menu** button represented by three lines next to the Library title.

This option allows you to import models made in **MagicaVoxel**.&#x20;

Please take into account that we currently only support single model .VOX files.

### Delete Unattached

Select the Library Menu button represented by three lines next to the Library title.

This function will remove any model files from the Library that aren't currently assigned to a node in your rig.


---

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

```
GET https://docs.sandbox.game/the-voxedit-academy-jp/animator/library-menu.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.
