> For the complete documentation index, see [llms.txt](https://reblium.gitbook.io/reblium-studio-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://reblium.gitbook.io/reblium-studio-docs/import-export-character.md).

# Import / Export Character

Exporting from studio will export your avatar including the changes and customizations.

There are 3 types of exports, the settings apply to ‘Export Avatar’ only, as the other 2 types are for meshes only.&#x20;

**Exporting options explained:**

* **Export Avatar -** entire character, export includes files: DHS file(Reblium SDK Importer file), FBX file, Textures and Grooms files (abc - alembic file).
* **Export Raw BaseMesh -** Export Base Mesh of the Reblium Avatar (Quad Export)
* **Export Avatar (only head base Mesh) -** Export base head mesh, use in any DCC and import back your custom head shape.

> If the application shows an **error** or **crashes** during export, please refer to the [Known Bugs](/reblium-studio-docs/known-bugs.md) section for fixes.&#x20;

**Materials**:

* **Merge** is on by default - Export a single texture and material will be generated and assigned to the character
* Setting **Merge** off will export higher quality, separated textures and materials up to 4k per texture.

<div align="left"><figure><img src="/files/NuvQN0nDuoA46OVQU3AJ" alt="" width="375"><figcaption><p>The export menu</p></figcaption></figure></div>

### **Video tutorial on custom character workflow:**

{% embed url="<https://youtu.be/HNk1e8DXXBQ?si=6Sv9e0WYXAg0UsRQ>" %}


---

# 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://reblium.gitbook.io/reblium-studio-docs/import-export-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.
