> For the complete documentation index, see [llms.txt](https://autoprox.gitbook.io/kor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://autoprox.gitbook.io/kor/app/reset.md).

# 장치 재설정

장치 재설정은 AutoPro X를 초기화할 때 사용하는 기능으로, 기기의 모든 설정값이 최초 상태로 초기화됩니다. 기기 사용에 문제가 없을 시 초기화를 권장하지 않습니다.\
(장치 재설정은 연결된 기록, 설정된 값들을 초기화 합니다. 버전을 초기화하지 않습니다.)

### **설정**

<mark style="color:blue;">**STEP01**</mark> 홈 메인화면 ▶ 우측 상단의 설정 메뉴 ▶ 장치 재설정

<figure><img src="/files/gWfeLYEygfQx4YktsLMX" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/mqPIrF1rCaL1byK0befS" alt=""><figcaption></figcaption></figure>

### **장치 재설정**

<mark style="color:blue;">**STEP02**</mark> 장치 재설정 ▶ 장치 재설정 버튼 선택

<figure><img src="/files/O7DStUYTLr7cRjeG2I4Y" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**다음의 경우, Android Auto를 1회 연결해 주세요.**

* 최초 구입 시
* 제품의 펌웨어를 업데이트 한 이후
* 앱의 **설정** 메뉴에서 **장치 재설정** 할 경우
  {% endhint %}


---

# 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://autoprox.gitbook.io/kor/app/reset.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.
