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