# Feature

- [Device Management](https://docs.moamocap.com/feature/device-management.md)
- [Device](https://docs.moamocap.com/feature/device-management/device.md)
- [Glove](https://docs.moamocap.com/feature/device-management/glove.md)
- [Stretchsense](https://docs.moamocap.com/feature/device-management/glove/stretchsense.md)
- [Network Streaming](https://docs.moamocap.com/feature/network-streaming.md)
- [Streaming](https://docs.moamocap.com/feature/network-streaming/streaming.md)
- [Unity](https://docs.moamocap.com/feature/network-streaming/streaming/unity.md): How to send streaming data to Unity.
- [UnrealEngine](https://docs.moamocap.com/feature/network-streaming/streaming/unrealengine.md): How to send streaming data to UnrealEngine.
- [UnrealEngine Lagacy](https://docs.moamocap.com/feature/network-streaming/streaming/unrealengine/unrealengine-lagacy.md): How to send streaming data to UnrealEngine.
- [Warudo](https://docs.moamocap.com/feature/network-streaming/streaming/warudo.md): How to send streaming data to Warudo.
- [Warudo Lagacy](https://docs.moamocap.com/feature/network-streaming/streaming/warudo/warudo-lagacy.md): How to send streaming data to Warudo.
- [VMC Protocol](https://docs.moamocap.com/feature/network-streaming/streaming/vmc-protocol.md): How to send streaming data to VMC Protocol.
- [Server](https://docs.moamocap.com/feature/network-streaming/streaming/server.md)
- [Trigger](https://docs.moamocap.com/feature/network-streaming/trigger.md): This feature is supported starting from version 1.8.
- [Streaming(Old)](https://docs.moamocap.com/feature/network-streaming/streaming-old.md)
- [Motion File Management](https://docs.moamocap.com/feature/motion-file-management.md)
- [Play Motion](https://docs.moamocap.com/feature/motion-file-management/play-motion.md)
- [Actor Management](https://docs.moamocap.com/feature/actor-management.md)
- [Create](https://docs.moamocap.com/feature/actor-management/create.md): Create new actor
- [Actor List](https://docs.moamocap.com/feature/actor-management/actor-list.md)
- [Bind Tracker](https://docs.moamocap.com/feature/actor-management/bind-tracker.md)
- [Actor Retarget](https://docs.moamocap.com/feature/actor-management/actor-retarget.md)
- [Skeleton Dimension](https://docs.moamocap.com/feature/actor-management/skeleton-dimension.md)
- [Prop Management](https://docs.moamocap.com/feature/prop-management.md): This feature is supported starting from version 1.8.
- [Create / Calibration](https://docs.moamocap.com/feature/prop-management/create-calibration.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.moamocap.com/feature.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.
