> For the complete documentation index, see [llms.txt](https://docs.meshmorpher.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.meshmorpher.com/editor/advanced-operations.md).

# Advanced Operations

- [Create from Mesh](https://docs.meshmorpher.com/editor/advanced-operations/create-from-mesh.md)
- [Create from Mesh Files](https://docs.meshmorpher.com/editor/advanced-operations/create-from-mesh-files.md)
- [General](https://docs.meshmorpher.com/editor/advanced-operations/create-from-mesh-files/general.md)
- [Base](https://docs.meshmorpher.com/editor/advanced-operations/create-from-mesh-files/base.md)
- [Morphed](https://docs.meshmorpher.com/editor/advanced-operations/create-from-mesh-files/morphed.md)
- [Options](https://docs.meshmorpher.com/editor/advanced-operations/create-from-mesh-files/options.md)
- [UV Match](https://docs.meshmorpher.com/editor/advanced-operations/create-from-mesh-files/uv-match.md)
- [Smoothing](https://docs.meshmorpher.com/editor/advanced-operations/create-from-mesh-files/smoothing.md)
- [Poser](https://docs.meshmorpher.com/editor/advanced-operations/poser.md): Create from Pose
- [Bake Skeleton](https://docs.meshmorpher.com/editor/advanced-operations/poser/bake-skeleton.md)
- [Create Reverse Morph Target](https://docs.meshmorpher.com/editor/advanced-operations/poser/create-reverse-morph-target.md)
- [Create Morph Target](https://docs.meshmorpher.com/editor/advanced-operations/poser/create-morph-target.md)
- [Animation Curves](https://docs.meshmorpher.com/editor/advanced-operations/poser/animation-curves.md)
- [To Morph Targets](https://docs.meshmorpher.com/editor/advanced-operations/poser/animation-curves/to-morph-targets.md)
- [To OBJ Files](https://docs.meshmorpher.com/editor/advanced-operations/poser/animation-curves/to-obj-files.md)
- [Morph Targets](https://docs.meshmorpher.com/editor/advanced-operations/poser/morph-targets.md)
- [To Bonesnapshot](https://docs.meshmorpher.com/editor/advanced-operations/poser/morph-targets/to-bonesnapshot.md)
- [Update from Pose](https://docs.meshmorpher.com/editor/advanced-operations/poser/morph-targets/update-from-pose.md)
- [To OBJ Files](https://docs.meshmorpher.com/editor/advanced-operations/poser/morph-targets/to-obj-files.md)
- [Correctives](https://docs.meshmorpher.com/editor/advanced-operations/poser/correctives.md)
- [Bone Editor](https://docs.meshmorpher.com/editor/advanced-operations/poser/bone-editor.md)
- [Symmetry](https://docs.meshmorpher.com/editor/advanced-operations/poser/bone-editor/symmetry.md)
- [Pivot](https://docs.meshmorpher.com/editor/advanced-operations/poser/bone-editor/pivot.md)
- [Draw](https://docs.meshmorpher.com/editor/advanced-operations/poser/bone-editor/draw.md)
- [Bone Scale and Animation Retargeting](https://docs.meshmorpher.com/editor/advanced-operations/poser/bone-editor/bone-scale-and-animation-retargeting.md)
- [Lock Bones](https://docs.meshmorpher.com/editor/advanced-operations/poser/bone-editor/lock-bones.md)
- [Unlock Bones](https://docs.meshmorpher.com/editor/advanced-operations/poser/bone-editor/unlock-bones.md)
- [Bone Snapshots](https://docs.meshmorpher.com/editor/advanced-operations/poser/bone-snapshots.md)
- [Corrective](https://docs.meshmorpher.com/editor/advanced-operations/poser/bone-snapshots/corrective.md): Corrective Bonesnapshots
- [Pose Driver](https://docs.meshmorpher.com/editor/advanced-operations/poser/pose-driver.md)
- [Meta Human DNA](https://docs.meshmorpher.com/editor/advanced-operations/poser/meta-human-dna.md)
- [Mirror Pose](https://docs.meshmorpher.com/editor/advanced-operations/poser/mirror-pose.md)
- [Modify Animations](https://docs.meshmorpher.com/editor/advanced-operations/poser/modify-animations.md)
- [Copy](https://docs.meshmorpher.com/editor/advanced-operations/copy.md): Also known as Project
- [Wrapper](https://docs.meshmorpher.com/editor/advanced-operations/wrapper.md)
- [Options](https://docs.meshmorpher.com/editor/advanced-operations/wrapper/options.md)
- [Wrapper Settings](https://docs.meshmorpher.com/editor/advanced-operations/wrapper/wrapper-settings.md)
- [Control Points](https://docs.meshmorpher.com/editor/advanced-operations/wrapper/control-points.md)
- [Bone Editor](https://docs.meshmorpher.com/editor/advanced-operations/wrapper/bone-editor.md)
- [Section Selection](https://docs.meshmorpher.com/editor/advanced-operations/wrapper/section-selection.md)
- [Masking](https://docs.meshmorpher.com/editor/advanced-operations/wrapper/masking.md)
- [Bake](https://docs.meshmorpher.com/editor/advanced-operations/bake.md)
- [Recompute Normals](https://docs.meshmorpher.com/editor/advanced-operations/recompute-normals.md)
- [Stitch](https://docs.meshmorpher.com/editor/advanced-operations/stitch.md)
- [By Bone Weights](https://docs.meshmorpher.com/editor/advanced-operations/stitch/by-bone-weights.md)
- [Append Geometry](https://docs.meshmorpher.com/editor/advanced-operations/append-geometry.md)
- [Remove Mesh Data](https://docs.meshmorpher.com/editor/advanced-operations/remove-mesh-data.md)
- [Transfer Weights](https://docs.meshmorpher.com/editor/advanced-operations/transfer-weights.md)
- [Remesh](https://docs.meshmorpher.com/editor/advanced-operations/remesh.md)


---

# 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.meshmorpher.com/editor/advanced-operations.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.
