> 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 para Decentraland
- [Criando Wearables](https://docs.decentraland.org/creator/content-creator-pt/wearables-e-emotes/wearables/creating-wearables.md): Dicas e diretrizes para criar Wearables da Decentraland
- [Spring Bones](https://docs.decentraland.org/creator/content-creator-pt/wearables-e-emotes/wearables/spring-bones.md): Adicione física dinâmica a 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 na Decentraland.
- [Rig do 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.
- [Particles em Emotes](https://docs.decentraland.org/creator/content-creator-pt/wearables-e-emotes/emotes/particles-in-emotes.md): Como exportar particles nos seus Emotes usando Armature
- [Props e Sounds](https://docs.decentraland.org/creator/content-creator-pt/wearables-e-emotes/emotes/props-and-sounds.md): Diretrizes para adicionar props e Sounds 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 da 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 da 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 Comitê de Curadoria de Wearables


---

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