> For the complete documentation index, see [llms.txt](https://docs.otherside.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.otherside.xyz/odk-docs/characters/creating-a-custom-character.md).

# Creating a Custom Character

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

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

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

[Asset Production Best Practices](/odk-docs/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](/odk-docs/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](/odk-docs/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.otherside.xyz/platform-documentation/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
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.otherside.xyz/odk-docs/characters/creating-a-custom-character.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.
