> For the complete documentation index, see [llms.txt](https://docs.decentraland.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decentraland.org/creator/wearables-and-emotes.md).

# Wearables & Emotes

- [Wearables](https://docs.decentraland.org/creator/wearables-and-emotes/wearables.md): An overview of wearables NFTs for Decentraland
- [Creating Wearables](https://docs.decentraland.org/creator/wearables-and-emotes/wearables/creating-wearables.md): Tips And Guidelines For Creating Decentraland Wearables
- [Spring Bones](https://docs.decentraland.org/creator/wearables-and-emotes/wearables/spring-bones.md): Add dynamic physics to wearables with Spring Bones
- [Linked Wearables](https://docs.decentraland.org/creator/wearables-and-emotes/wearables/linked-wearables.md): Wearable Representations Of 3rd Party Tokens
- [Emotes](https://docs.decentraland.org/creator/wearables-and-emotes/emotes.md): An overview of emotes NFTs for Decentraland
- [Creating Emotes](https://docs.decentraland.org/creator/wearables-and-emotes/emotes/creating-emotes.md): Tips and guidelines for creating Decentraland Emotes.
- [Avatar Rig](https://docs.decentraland.org/creator/wearables-and-emotes/emotes/avatar-rig.md): Basics about the avatar rig.
- [Particles in Emotes](https://docs.decentraland.org/creator/wearables-and-emotes/emotes/particles-in-emotes.md): How to export particles in your Emotes using Armature
- [Props and Sounds](https://docs.decentraland.org/creator/wearables-and-emotes/emotes/props-and-sounds.md): Guidelines to add props and sounds to the emotes.
- [Rig Features](https://docs.decentraland.org/creator/wearables-and-emotes/emotes/rig-features.md): Features about the avatar rig and downloadable file.
- [Manage Collections](https://docs.decentraland.org/creator/wearables-and-emotes/manage-collections.md): Manage your wearables and emotes collections
- [Creating a Collection](https://docs.decentraland.org/creator/wearables-and-emotes/manage-collections/creating-a-collection.md): Guidelines to Create a Decentraland Collection
- [Uploading Wearables](https://docs.decentraland.org/creator/wearables-and-emotes/manage-collections/uploading-wearables.md): Guidelines to Upload Wearables to the Editor
- [Uploading Emotes](https://docs.decentraland.org/creator/wearables-and-emotes/manage-collections/uploading-emotes.md): Guidelines to upload Emotes to the Editor
- [Uploading Smart Wearables](https://docs.decentraland.org/creator/wearables-and-emotes/manage-collections/uploading-smart-wearables.md): Guidelines to Upload Smart Wearables to the Editor
- [Publishing Collections](https://docs.decentraland.org/creator/wearables-and-emotes/publishing-collections.md)
- [Publishing Collections](https://docs.decentraland.org/creator/wearables-and-emotes/publishing-collections/publishing-collections.md): A description of the publication and approval process for Decentraland wearables
- [Curation Committee](https://docs.decentraland.org/creator/wearables-and-emotes/publishing-collections/curation-committee.md): A description and discussion of the Wearables Curation Committee


---

# 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.decentraland.org/creator/wearables-and-emotes.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.
