> 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/ai-coach.md).

# AI 코치 — 일일/월간 리포트와 노트

**AI 코치** 탭에서는 연습 데이터를 모아 분석한 일일 리포트와 월간 리포트, 그리고 작성한 노트를 볼 수 있습니다.

## 일일 리포트

하루 동안 진행한 스윙 데이터를 종합해 보여줍니다. 스윙 템포 분포 등 카드별 분석이 제공되며, '스윙 템포 분포' 카드의 템포 일관성 점수는 [템포 일관성 점수](/undefined-3/tempo-consistency-score.md)에서 자세히 설명합니다.

{% hint style="info" %}
무료 이용 시 일일 리포트에서 리듬·템포 분석은 제외됩니다. 구독 중에는 클럽별 분석을 포함한 전체 리포트를 볼 수 있습니다. [플랜 비교](/undefined-7/plans.md)를 참고하세요.
{% endhint %}

## 월간 리포트

한 달간의 스윙 데이터를 종합 분석한 리포트입니다. 아이언과 드라이버를 구분한 클럽별 상세 분석으로 개선 방향을 확인할 수 있습니다. 무료 이용 시에는 랭킹 정보만 제공됩니다.

## 노트

## 다음으로 보기

* [템포 일관성 점수](/undefined-3/tempo-consistency-score.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-3/ai-coach.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.
