# Emote Videos

Step-by-step video tutorials for creating custom emotes in Decentraland. Learn how to animate, rig, and publish emotes for avatars.

## Watch the Full Playlist

{% embed url="<https://www.youtube.com/playlist?list=PLAcRraQmr_GN8LcnnQk2BByo9L2Orvp9c>" %}
Emote Creation Video Tutorials Playlist
{% endembed %}

## Topics Covered

The video series includes tutorials on:

* **Avatar Rigging** - Understanding the Decentraland avatar rig
* **Animation Basics** - Creating emote animations
* **Blender Workflow** - Using Blender to create emotes
* **Particles & Effects** - Adding visual effects to emotes
* **Props & Sounds** - Including props and audio in emotes
* **Publishing** - Uploading emotes to the Builder

## Additional Resources

* [Emotes Overview](https://github.com/decentraland/docs/blob/main/creator/wearables-and-emotes/emotes/README.md)
* [Creating Emotes](/creator/wearables-and-emotes/emotes/creating-emotes.md)
* [Avatar Rig](/creator/wearables-and-emotes/emotes/avatar-rig.md)
* [Uploading Emotes](/creator/wearables-and-emotes/manage-collections/uploading-emotes.md)


---

# 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/tutorials-and-examples/video-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.
