# Creating a Custom Character

In this documentation we've set up a few sections to go over:

[Key Concepts for 3D Characters](/documentation/characters/creating-a-custom-character/key-concepts-for-3d-characters.md) - Quick overview of some common 3D terms and approaches

[Technical Specifications](/documentation/characters/creating-a-custom-character/technical-specifications.md) - Basic 3D asset specifications

[Asset Production Best Practices](/documentation/characters/creating-a-custom-character/asset-production-best-practices.md) - General Guides for how to create good character art for Otherside

[Creating A Simple Avatar Collection](/documentation/characters/creating-a-custom-character/creating-a-simple-avatar-collection.md) - A full tutorial of creating a complete avatar collection.

[Making Avatars Available in the Otherside](/documentation/characters/making-avatars-available-in-the-otherside.md) - Overview of how to get your 3D assets to be available in the Otherside.

The Otherside and ODK is built on top of the Msquared network. Full documentation on their Avatar system here → [Avatars | Morpheus Docs](https://docs.msquared.io/creation/unreal-development/features-and-tutorials/avatars) . This guide is meant as a QuickStart resource to guide ODK developers in creating a full NFT collection of Avatars.

While there are many ways to build assets for digital worlds, this information will present comprehensive guidelines on how to make sure you can build and maintain avatar collections for Otherside.

### 🦴 Base Skeleton for Otherside

{% file src="/files/YqKIVYmVLdPXOsG7FaHV" %}


---

# 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.otherside.xyz/documentation/characters/creating-a-custom-character.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.
