> 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-3/swing-records.md).

# 스윙 기록 조회하기

지금까지 받은 스윙 진단과 기록은 **스윙 기록** 탭에 모입니다. 날짜별로 조회하며 그때의 나와 지금의 나를 비교할 수 있습니다.

## 스윙 기록 조회하기

1. 하단 탭에서 **스윙 기록**을 탭하세요.
2. 날짜별 목록에서 확인하고 싶은 스윙을 선택하세요.

{% hint style="info" %}
무료 이용 시 최근 30일의 기록만 조회할 수 있습니다. 구독 중에는 전체 기록을 조회할 수 있고, 동기화된 스윙 영상(최대 10,000건)을 언제든 다운로드할 수 있습니다. [플랜 비교](/undefined-7/plans.md)를 참고하세요.
{% endhint %}

## 스윙 영상은 어디에 저장되나요?

스윙 기록과 리포트는 계정에 저장되고, 영상은 기기에 저장됩니다. 기기 변경 시 영상 처리 방법은 [기기 변경과 여러 기기 사용](/undefined-8/devices.md)을 참고하세요.

## 다음으로 보기

* [AI 코치 — 일일/월간 리포트와 노트](/undefined-3/ai-coach.md)
* [기기 변경과 여러 기기 사용](/undefined-8/devices.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-3/swing-records.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.
