> 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/rhythm-tempo-practice.md).

# 집중연습 — 리듬템포 연습

리듬템포 연습은 목표 리듬을 설정하고 그 리듬에 맞춰 스윙을 반복 연습하는 기능입니다. 일관된 리듬·템포는 스윙의 일관성, 비거리, 공의 방향에 영향을 주는 중요한 요소입니다.

리듬·템포 개념이 처음이라면 [스윙의 리듬·템포란?](/undefined-4/about-rhythm-tempo.md)을 먼저 읽어보세요.

## 시작하기

1. **아카데미** 탭에서 **집중연습**을 선택하고 **리듬템포**를 탭하세요.
2. 스윙 방향과 사용 클럽을 선택하세요.
3. 목표 리듬과 연습 횟수(5회 또는 10회)를 선택하세요.
4. 촬영을 시작하세요.

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

{% hint style="info" %}
어떤 리듬으로 연습할지 모르겠다면, 스윙 진단을 받으면 자신에게 맞는 리듬을 찾을 수 있습니다. 리듬의 예시는 [스윙의 리듬·템포란?](/undefined-4/about-rhythm-tempo.md)을 참고하세요.
{% endhint %}

## 연습 흐름

스윙할 때마다 중간 결과가 표시됩니다. 결과와 피드백을 참고해 목표 리듬에 맞춰가세요. 모든 스윙이 끝나면 최종 리포트가 제공됩니다.

최종 리포트의 그래프와 점수를 해석하는 방법은 [리듬·템포 그래프 읽는 법 — 최종 리포트 편](/undefined-3/rhythm-tempo-graph-final-report.md)과 [최종 리포트 점수](/undefined-3/final-report-score.md)를 참고하세요.

## 다음으로 보기

* [집중연습 — 자세 연습](/undefined-2/posture-practice.md)
* [리듬·템포 그래프 읽는 법 — 최종 리포트 편](/undefined-3/rhythm-tempo-graph-final-report.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/rhythm-tempo-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.
