# Creating your Avatar using UniVRM

There are two common methods to create a VRM, UniVRM and the 'VRM for Blender' add-on. As noted in the [VRM Creation](/create/creating-avatars/vrm-creation.md) doc, there are multiple ways to create your avatar, rig, and then create the VRM itself.

Generally speaking, UniVRM is an easier approach that also allows you to test the spring bones (if you decide to add them) in Unity directly. It also seems easier to add materials using UniVRM. The only catch is you have to use it within Unity.

The following tutorials assume that you already have an optimised character ready to rig and create the VRM with.


---

# 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.monaverse.com/create/creating-avatars/creating-your-avatar-using-univrm.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.
