# UNREAL ENGINE PLUG-IN

- [Getting Started](https://docs.heat.tech/unreal-engine-plug-in/getting-started.md): How to download and install the HEAT Unreal Engine plug-in.
- [Quick Guide](https://docs.heat.tech/unreal-engine-plug-in/quick-guide.md): How to use the HEAT plug-in inside of Unreal Engine 5.
- [Animation Sequencer with HEAT](https://docs.heat.tech/unreal-engine-plug-in/animation-sequencer-with-heat.md): How to use HEAT animations in the Unreal Engine animation sequencer to blend multiple animations together.
- [Advanced Tools in UE5](https://docs.heat.tech/unreal-engine-plug-in/advanced-tools-in-ue5.md): Further reading and advanced techniques
- [User Models](https://docs.heat.tech/unreal-engine-plug-in/advanced-tools-in-ue5/user-models.md): Using your own user models with the HEAT plug-in
- [Free Blueprint Configs](https://docs.heat.tech/unreal-engine-plug-in/advanced-tools-in-ue5/user-models/free-blueprint-configs.md): Heat created blueprint configuration for some standard rigs.
- [MetaHumans](https://docs.heat.tech/unreal-engine-plug-in/advanced-tools-in-ue5/metahumans.md): Animate your MetaHumans with HEAT!
- [IK Retargeting with HEAT](https://docs.heat.tech/unreal-engine-plug-in/advanced-tools-in-ue5/ik-retargeting-with-heat.md): Easily use Unreal Engine's IK retargeter with HEAT.
- [Troubleshooting](https://docs.heat.tech/unreal-engine-plug-in/troubleshooting.md): Common issues within the HEAT plug-in for Unreal Engine.
- [HEAT Animations with State Machines](https://docs.heat.tech/unreal-engine-plug-in/troubleshooting/heat-animations-with-state-machines.md): How to use HEAT Animations with State Machines in Unreal Engine


---

# 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.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.
