> 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/eng/app/reset.md).

# Device Reset

Device reset is used to initialize AutoPro X, restoring all device settings to their original state. If there are no issues with the device, resetting is not recommended. (Resetting the device clears connection history and configured settings but does not reset the version.)

### Settings

<mark style="color:blue;">**STEP01**</mark> Home main screen ▶ Settings menu in the top right corner ▶ Device Reset

<figure><img src="https://576902132-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fltj4dqei7bYdDyXBzPEs%2Fuploads%2Fp8oXrH3bOcZsi9tZyNdT%2F%EC%98%A4%ED%86%A0%ED%94%84%EB%A1%9CX%EC%95%B1%20%EA%B8%B0%EC%96%B4%EC%95%84%EC%9D%B4%EC%BD%98.png?alt=media&amp;token=9a644248-cf19-49c5-aca3-c1c02f174a2f" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="https://576902132-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fltj4dqei7bYdDyXBzPEs%2Fuploads%2F0Bla5626oH3DYOTwzenQ%2F%EC%98%A4%ED%86%A0%ED%94%84%EB%A1%9CX%EC%95%B1%20GM%EB%AA%A8%EB%93%9C%EC%84%A4%EC%A0%95%ED%99%94%EB%A9%B4.jpg?alt=media&amp;token=cd693e94-1f76-40b0-a583-b5c52566796d" alt="" width="375"><figcaption></figcaption></figure>

### Device Reset

<mark style="color:blue;">**STEP02**</mark> Device Reset ▶ Select the Reset button

<figure><img src="https://576902132-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fltj4dqei7bYdDyXBzPEs%2Fuploads%2FRV0bDszbQbsJyVq6DkbI%2Fimage.translated%20(70).jpg?alt=media&amp;token=f7c5d897-da12-464b-9d09-7366cb640105" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**In the following cases, please connect Android Auto once:**

* First purchase
* After updating the product's firmware
* After **resetting the device** through the app's **settings** menu
  {% 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/eng/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.
