# Custom emotes

{% hint style="danger" %}
The tutorial is not done yet!
{% endhint %}

## Getting started

Infobox type description:

{% hint style="info" %}
There are a few keywords on the top of every section. Like:

Mod install

Getting started
{% endhint %}

If you think, you know what do these mean and do EXACTLY, you can skip the section.

{% hint style="success" %}
Green infoboxes are informations for advanced users.
{% endhint %}

{% hint style="warning" %}
Important things to know.
{% endhint %}

{% hint style="danger" %}
Do it, or listen to these things.
{% endhint %}

## Sections:

### [Section 1: Into the 3D animation](https://kosmx.gitbook.io/emotecraft/tutorial/section-1-into-the-3d-animation)

{% hint style="info" %}
Keyframes

Easing functions
{% endhint %}

### [Section 2: The secret feature and other useful things](https://kosmx.gitbook.io/emotecraft/tutorial/section-2-the-secret-feature-and-other-useful-things)

{% hint style="info" %}
The secret developer feature

Minecraft log output
{% endhint %}

### [Section 3: The Blender emote creator](https://kosmx.gitbook.io/emotecraft/tutorial/section-3-the-blender-emote-creator)

{% hint style="info" %}
blender emote creator
{% endhint %}

### [Section 4: Saving the emote](https://kosmx.gitbook.io/emotecraft/tutorial/section-4-saving-the-emote.)

{% hint style="info" %}
Export with the blender script

open and edit JSON files
{% endhint %}

### [Section 5: Advanced functions and JSON](https://kosmx.gitbook.io/emotecraft/tutorial/section-5-advanced-functions-and-json)

{% hint style="success" %}
If you want to create custom tools or edit the JSON manually
{% endhint %}


---

# 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://kosmx.gitbook.io/emotecraft/tutorial/custom-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.
