> 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/left-handed-setup.md).

# 좌타 유저 설정 가이드

기본 설정을 좌타로 변경하면 앱의 모든 콘텐츠가 좌타 기준으로 표시됩니다. 기본 설정 변경과 촬영 중 임시 변경, 두 가지 방법을 안내합니다.

## 기본 설정을 좌타로 변경하기

1. 홈 화면에서 **마이페이지** → **개인정보 설정**을 탭하세요.
2. 화면 중간의 **스윙 방향**을 좌타로 설정하세요.
3. 이제 앱의 모든 콘텐츠가 좌타 기준으로 표시됩니다.

## 촬영 중 임시로 좌/우타 변경하기

내 설정을 바꾸지 않고 이번 촬영에만 방향을 바꿀 수 있습니다. 다른 사람의 스윙을 진단해 줄 때 유용합니다.

1. 촬영 시작 전 촬영 옵션 화면에서 방향 변경 아이콘을 탭하세요.
2. 원하는 방향을 선택하고 **확인**을 탭하세요.

## 다음으로 보기

* [촬영하기 — 공통 절차와 기능](/undefined-1/how-to-record.md)
* [환경 설정](/undefined-8/settings.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/left-handed-setup.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.
