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

# 절전 모드 해제

### **절전 모드로 인한 앱 사용 정지**&#x20;

휴대폰을 절전 모드로 사용할 시 DeX의 연결 장애나 일부 앱이 사용 중지되는 문제가 발생할 수 있습니다. 절전 모드를 종료하시거나 AutoPro X 모드에서 사용할 앱의 배터리 제한을 “제한 없음”으로 설정합니다.

### **1. 휴대폰 절전 모드 해제**

스마트폰의 절전 모드가 활성화되어있을 경우 DeX 사용에 문제가 있을 수 있습니다.

<mark style="color:blue;">**STEP01**</mark> 설정 ▶ 배터리

<figure><img src="/files/QYSG6Eth6N17DzL0APv2" alt=""><figcaption><p>설정 > 배터리</p></figcaption></figure>

<mark style="color:blue;">**STEP02**</mark> 배터리 ▶ **절전 모드** 비활성화

<figure><img src="/files/olc3bPBau8FXnF2aM3UT" alt=""><figcaption><p>절전모드 비활성화</p></figcaption></figure>

### **2. 앱 배터리 제한 해제**

DeX에서 사용할 앱의 배터리 제한을 해제합니다. (예:티맵)

<mark style="color:blue;">**STEP01**</mark> 설정 ▶ 애플리케이션

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

<mark style="color:blue;">**STEP02**</mark> 애플리케이션 ▶ TMAP 선택 (배터리 제한을 해제할 앱을 선택)

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

<mark style="color:blue;">**STEP03**</mark> TMAP ▶ 배터리 선택

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

<mark style="color:blue;">**STEP04**</mark> 배터리 ▶ 제한 없음 선택

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


---

# 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/autopro_x/power_saving.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.
