> For the complete documentation index, see [llms.txt](https://help.movin3d.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.movin3d.com/movin-tracin-kr/movin-studio-usage-guide/hands-setting.md).

# Hands Setting

{% embed url="<https://www.youtube.com/watch?v=Cx1DUseG5xE>" %}

카메라 기반의 손 모션 캡쳐가 베타 버전으로 출시되며, MOVIN TRACIN 기기 하나만으로 온몸과 손목, 손가락 움직임을 실시간으로 트래킹 할 수 있습니다. 손 모션캡처가 어려운 환경에서는 기본 손 동작 (Hand rest pose) 을 지정하거나, 역동적인 액션에서는 서드 파티 장갑을 연동하는 등 상황에 따라 보다 자연스러운 모션 캡쳐 데이터를 획득해보세요.

* 손가락 캡처가 어려운 환경에서는 기본 손 동작 (Hand rest pose) 을 활용해보세요. [Set Hand Rest Pose](/movin-tracin-kr/movin-studio-usage-guide/hands-setting/set-hand-rest-pose.md) 문서를 참고해주세요.
* 서드파티 장갑과 연동하려면 [Integrate with 3rd Party Gloves](/movin-tracin-kr/movin-studio-usage-guide/hands-setting/integrate-with-3rd-party-gloves.md) 문서를 참고해주세요.
* MOVIN의 손 모션캡처 베타 버전을 사용하려면 [Hands Motion Capture (Beta)](/movin-tracin-kr/movin-studio-usage-guide/hands-setting/hands-motion-capture-beta.md) 문서를 참고해주세요.&#x20;

해당 과정들을 차근차근 살펴볼까요?


---

# 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://help.movin3d.com/movin-tracin-kr/movin-studio-usage-guide/hands-setting.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.
