# MetaHuman DNA

- [Load DNA File](https://docs.meshmorpher.com/graph/metahuman-dna/load-dna-file.md): Loads a MetaHuman DNA file
- [Load DNA](https://docs.meshmorpher.com/graph/metahuman-dna/load-dna.md): Loads a MetaHuman DNA asset from Skeletal Mesh
- [DNA To Mesh](https://docs.meshmorpher.com/graph/metahuman-dna/dna-to-mesh.md): Converts a specified LOD from a MetaHuman DNA to Mesh format
- [Get DNA Blendshape](https://docs.meshmorpher.com/graph/metahuman-dna/get-dna-blendshape.md): Converts a MetaHuman DNA Blendshape to Mesh format
- [Get DNA Expression](https://docs.meshmorpher.com/graph/metahuman-dna/get-dna-expression.md): Converts an MetaHuman DNA Expression to Mesh format. It also outputs Bones used by Expression.
- [Set DNA Expression](https://docs.meshmorpher.com/graph/metahuman-dna/set-dna-expression.md): Converts a Mesh Skeleton to Metahuman DNA expression
- [Set DNA Blendshape](https://docs.meshmorpher.com/graph/metahuman-dna/set-dna-blendshape.md): Converts  Mesh deltas to Metahuman DNA blendshape
- [Bake DNA Geometry](https://docs.meshmorpher.com/graph/metahuman-dna/bake-dna-geometry.md): Bakes Mesh geometry to DNA
- [Get DNA RBF Pose](https://docs.meshmorpher.com/graph/metahuman-dna/get-dna-rbf-pose.md)


---

# 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.meshmorpher.com/graph/metahuman-dna.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.
