> For the complete documentation index, see [llms.txt](https://enoch-app.gitbook.io/enoch/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://enoch-app.gitbook.io/enoch/developers-integration-guide/unity-integration/avatar-creator-integration.md).

# Avatar Creator Integration

The Avatar Creator is a web-based, device-agnostic. and ready-to-use way of integrating the avatar creation and editing process into your game. In this guide you will learn how to integrate it for different deployment targets.

{% hint style="info" %}
You have various customization options for the Avatar Creator. \
See the **Avatar creator customization guide**
{% endhint %}

## Avatar Creator integration

Depending on your deployment platform there are different approaches to integrating the Avatar Creator directly with your Unity application.

Follow the steps in the integration guide for your platform.

<table data-view="cards"><thead><tr><th align="center"></th><th align="center"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center"><strong>Avatar Creator for</strong><br><strong>Android and iOS</strong></td><td align="center">Use the WebView component to include the Avatar Creator in your Android or iOS game.</td><td><a href="/pages/j0x7OP5Q5atopiVQiIxe">/pages/j0x7OP5Q5atopiVQiIxe</a></td></tr><tr><td align="center"><strong>Avatar Creator for</strong> <br><strong>VR and PC</strong></td><td align="center">Use Vuplex Web Component to include the Avatar Creator in your VR or PC game.</td><td><a href="/pages/PlxRS7xle0xjpu7QvwSe">/pages/PlxRS7xle0xjpu7QvwSe</a></td></tr><tr><td align="center"><strong>Avatar Creator for</strong> <br><strong>WebGL</strong></td><td align="center">Use a web overlay to integrate the avatar creator in your WebGL game.</td><td><a href="/pages/TwJBCaa5VE11IzQ6abN7">/pages/TwJBCaa5VE11IzQ6abN7</a></td></tr></tbody></table>


---

# 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://enoch-app.gitbook.io/enoch/developers-integration-guide/unity-integration/avatar-creator-integration.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.
