> For the complete documentation index, see [llms.txt](https://docs.golffix.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.golffix.io/undefined-2/posture-practice.md).

# 집중연습 — 자세 연습

자세 연습은 스윙에서 고치고 싶은 자세 문제점을 선택해 반복 연습하는 기능입니다. 매 스윙마다 피드백을 받으며 같은 동작을 교정할 수 있습니다.

## 시작하기

1. **아카데미** 탭에서 **집중연습**을 선택하고 **자세 연습**을 탭하세요.
2. 연습 테마 중 개선하고 싶은 테마를 선택하세요. 정면과 측면에서 할 수 있는 연습이 다릅니다.
3. 문제점 이미지와 설명을 읽고 **자세 연습하기**를 탭하세요.
4. 사용 클럽을 선택하고 연습 횟수(5회 또는 10회)를 선택한 뒤 촬영을 시작하세요.

프리뷰 세팅과 카메라 배치는 [촬영하기](/undefined-1/how-to-record.md), [촬영 환경 준비](/undefined-1/recording-setup.md)를 참고하세요.

## 연습 흐름

스윙할 때마다 점수와 팁이 표시됩니다. 피드백을 반영해 다음 스윙을 교정하세요. 선택한 횟수를 모두 채우면 최종 리포트가 제공됩니다.

최종 리포트에는 모든 스윙 영상과 점수, 문제점 해결 팁이 포함됩니다.

{% hint style="info" %}
선택한 연습 횟수를 다 채우지 않아도 최종 결과를 받아볼 수 있습니다.
{% endhint %}

## 스윙 진단과 연결하기

스윙 진단 리포트 하단의 **자세 연습하기**를 탭하면 진단된 문제점을 바로 연습할 수 있습니다. [스윙 레코더 — 스윙 진단 모드](/undefined-2/swing-analysis-mode.md)를 참고하세요.

## 다음으로 보기

* [집중연습 — 리듬템포 연습](/undefined-2/rhythm-tempo-practice.md)
* [스윙 기록 조회하기](/undefined-3/swing-records.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.golffix.io/undefined-2/posture-practice.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.
