# Advanced Tools in UE5

* [User Models](/unreal-engine-plug-in/advanced-tools-in-ue5/user-models.md) - Using your own User Models in the UE5 HEAT plug-in
* [MetaHumans](/unreal-engine-plug-in/advanced-tools-in-ue5/metahumans.md) - Using MetaHumans with the UE5 HEAT plug-in
* [IK Retargeting with HEAT](/unreal-engine-plug-in/advanced-tools-in-ue5/ik-retargeting-with-heat.md) - Using IK (inverse kinematics) with UE5 HEAT plug-in for less foot sliding


---

# 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.heat.tech/unreal-engine-plug-in/advanced-tools-in-ue5.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.
