> 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-8/settings.md).

# 환경 설정

촬영부터 리포트까지, 자주 쓰는 기능을 원하는 방식으로 설정할 수 있습니다. 환경 설정의 주요 항목을 안내합니다.

홈 화면 오른쪽 상단 버튼을 탭하고 **환경설정**을 선택하세요.

## 촬영 설정

### 기본 촬영 카메라

**기본 촬영 카메라**에서 자주 사용하는 카메라를 선택하세요. 한 번 설정하면 다음 촬영에도 유지되며, 기능별로 각각 설정할 수 있습니다.

### 블루투스 리모컨 지원

블루투스 리모컨을 기기에 연결하고 **블루투스 리모컨 지원** 설정을 켜면, 리모컨 버튼으로 촬영을 시작할 수 있습니다. 리모컨 페어링과 자세한 사용법은 [원격 촬영 세팅](/undefined-1/remote-setup.md)을 참고하세요.

## 구독 전용 설정

아래 설정은 구독 중일 때 이용할 수 있습니다. [플랜 비교](/undefined-7/plans.md)를 참고하세요.

### 타이머

촬영 시작 전 준비 시간이 필요할 때 사용합니다. 타이머를 설정하면 **START**를 탭한 뒤 설정한 시간이 지나고 촬영이 시작됩니다. 기능별로 각각 설정할 수 있습니다.

### 피드백 시간

반복 촬영·연습 중에 표시되는 중간 피드백을 끄거나 표시 시간을 조절할 수 있습니다 (1\~15초).

* 스윙 진단: 촬영 횟수가 2회 이상일 때 중간 피드백 시간을 설정합니다. 최종 리포트만 받고 싶다면 끄세요.
* 자세 연습: 연습 사이의 중간 피드백 시간을 설정합니다. 꺼도 최종 리포트에서 스윙별 결과를 확인할 수 있습니다.
* 리듬·템포: 피드백 페이지(그래프 / 단계별 피드백)별로 시간을 조절할 수 있습니다.

### 대표 탭

AI 리포트를 열 때 가장 먼저 볼 탭(자세 진단/풀스윙/리듬템포)을 설정할 수 있습니다.

### 영상 재생 속도

AI 리포트 영상의 기본 재생 속도를 선택할 수 있습니다. 스윙을 더 자세히 보고 싶다면 속도를 늦춰보세요.

## 다음으로 보기

* [계정 관리 — 정보 수정, 탈퇴](/undefined-8/account-settings.md)
* [원격 촬영 세팅 — 스탠드 거치와 블루투스 리모컨](/undefined-1/remote-setup.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-8/settings.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.
