> 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/content-creator-pt/wearables-e-emotes.md).

# Wearables e Emotes

- [Wearables](https://docs.decentraland.org/creator/content-creator-pt/wearables-e-emotes/wearables.md): Uma visão geral dos NFTs de wearables do Decentraland
- [Criando Wearables](https://docs.decentraland.org/creator/content-creator-pt/wearables-e-emotes/wearables/creating-wearables.md): Dicas e Diretrizes para Criar Wearables do Decentraland
- [Spring Bones](https://docs.decentraland.org/creator/content-creator-pt/wearables-e-emotes/wearables/spring-bones.md): Adicione física dinâmica aos Wearables com Spring Bones
- [Wearables Vinculados](https://docs.decentraland.org/creator/content-creator-pt/wearables-e-emotes/wearables/linked-wearables.md): Representações de Wearables de Tokens de Terceiros
- [Emotes](https://docs.decentraland.org/creator/content-creator-pt/wearables-e-emotes/emotes.md): Uma visão geral dos NFTs de Emotes para Decentraland
- [Criando Emotes](https://docs.decentraland.org/creator/content-creator-pt/wearables-e-emotes/emotes/creating-emotes.md): Dicas e diretrizes para criar Emotes do Decentraland.
- [Rig de Avatar](https://docs.decentraland.org/creator/content-creator-pt/wearables-e-emotes/emotes/avatar-rig.md): Noções básicas sobre o rig do avatar.
- [Partículas em Emotes](https://docs.decentraland.org/creator/content-creator-pt/wearables-e-emotes/emotes/particles-in-emotes.md): Como exportar particles em seus Emotes usando Armature
- [Props e Sons](https://docs.decentraland.org/creator/content-creator-pt/wearables-e-emotes/emotes/props-and-sounds.md): Diretrizes para adicionar props e sons aos emotes.
- [Recursos do Rig](https://docs.decentraland.org/creator/content-creator-pt/wearables-e-emotes/emotes/rig-features.md): Recursos sobre o rig do avatar e o arquivo para download.
- [Gerenciar coleções](https://docs.decentraland.org/creator/content-creator-pt/wearables-e-emotes/gerenciar-colecoes.md): Gerencie suas coleções de Wearables e Emotes
- [Criando uma Collection](https://docs.decentraland.org/creator/content-creator-pt/wearables-e-emotes/gerenciar-colecoes/creating-a-collection.md): Diretrizes para criar uma Collection do Decentraland
- [Enviando Wearables](https://docs.decentraland.org/creator/content-creator-pt/wearables-e-emotes/gerenciar-colecoes/uploading-wearables.md): Diretrizes para enviar Wearables para o Editor
- [Enviando Emotes](https://docs.decentraland.org/creator/content-creator-pt/wearables-e-emotes/gerenciar-colecoes/uploading-emotes.md): Diretrizes para enviar Emotes para o Editor
- [Enviando Smart Wearables](https://docs.decentraland.org/creator/content-creator-pt/wearables-e-emotes/gerenciar-colecoes/uploading-smart-wearables.md): Diretrizes para enviar Smart Wearables para o Editor
- [Publicação de Collections](https://docs.decentraland.org/creator/content-creator-pt/wearables-e-emotes/publicacao-de-collections.md)
- [Publicação de Collections](https://docs.decentraland.org/creator/content-creator-pt/wearables-e-emotes/publicacao-de-collections/publishing-collections.md): Uma descrição do processo de publicação e aprovação para wearables do Decentraland
- [Comitê de Curadoria](https://docs.decentraland.org/creator/content-creator-pt/wearables-e-emotes/publicacao-de-collections/curation-committee.md): Uma descrição e discussão do 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/content-creator-pt/wearables-e-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.
