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

# 기기 변경과 여러 기기 사용

기기를 바꾸거나 여러 기기에서 골프픽스를 사용할 때 알아두어야 할 내용을 안내합니다.

## 기기를 변경하면 데이터는 어떻게 되나요?

스윙 기록과 리포트는 계정에 저장됩니다. 새 기기에서 같은 계정으로 로그인하면 그대로 이용할 수 있습니다.

다만 스윙 영상은 기기에 저장되기 때문에, 기기를 변경하면 기본적으로 이전 영상을 볼 수 없습니다.

{% hint style="info" %}
구독 중이라면 스윙 영상 동기화 기능(최대 10,000건 보관)으로 이전 기기의 영상을 새 기기에서 다시 다운로드할 수 있습니다. 무료 이용 시 동기화된 영상은 다운로드할 수 없으며 1개월 후 삭제됩니다. 자세한 차이는 [플랜 비교](/undefined-7/plans.md)를 참고하세요.
{% endhint %}

## 여러 기기에서 동시에 사용할 수 있나요?

같은 계정으로 여러 기기에서 동시에 사용할 수 있습니다. Android와 iOS를 함께 사용해도 됩니다.

{% hint style="warning" %}
플랫폼(Android↔iOS)을 변경하는 경우 구독 결제는 옮겨지지 않습니다. 자세한 내용은 [요금제 변경](/undefined-7/change-plan.md)을 참고하세요.
{% endhint %}

## 다음으로 보기

* [계정 관리 — 정보 수정, 탈퇴](/undefined-8/account-settings.md)
* [요금제 변경](/undefined-7/change-plan.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/devices.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.
