# Avatars

## Overview

Odyssey has provided customizable, high-fidelity avatars to use in your project. The avatars are already networked, animated, and do not require any configuration to use.

Features include:

* **Metahuman bodies & clothing** - Diverse set of body and clothing options.
* **Ready Player Me heads** - Users can easily create heads from their likeness.
* **High-fidelity animations** - Naturalistic movements crafted by Odyssey.
* **Loading screen integration** - Users can customize while waiting.

{% hint style="info" %}
Avatars are completely optional. You can also use your own networked player.
{% endhint %}

## Enable Avatars

Enabling Avatars is easy and doesn't require any configuration or code.

1. Open your project. Navigate to **Project Settings -> Odyssey -> Player Type.**
2. Set Player Type to `Odyssey Avatar`.
3. Follow the validation prompts that will correctly set up your project settings.

<figure><img src="/files/8nFLfMeasbIcQbXbDfgS" alt=""><figcaption></figcaption></figure>

4. When you ship your project you will now automatically be using Avatars for your player pawn.


---

# 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.odyssey.stream/instant-multiplayer/avatars.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.
