> 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/autopro-x-dex/icon-1.md).

# Turn off battery saving mode

### **App Usage Stopped Due to Power Saving Mode**

When using the phone in power saving mode, issues such as connection interruptions with DeX or some apps being stopped may occur. To resolve this, exit power saving mode or set the battery restriction for apps used in AutoPro X mode to "No restrictions."

### **1. Disable Power Saving Mode**

If the smartphone's power saving mode is active, it may cause issues with using DeX.

<mark style="color:blue;">**STEP01**</mark> Settings ▶ Battery

<figure><img src="/files/xSuxVIjVcZ5WtzLnLI3E" alt="" width="375"><figcaption></figcaption></figure>

<mark style="color:blue;">**STEP02**</mark> Battery ▶ Disable Power Saving

<figure><img src="/files/xwhH57o9QnIgFpAI2p0n" alt="" width="375"><figcaption></figcaption></figure>

### 2. Set the app to unrestricted battery usage

<mark style="color:blue;">**STEP01**</mark> Settings ▶ Apps

<figure><img src="/files/kwi2DvOIl8QDFGtP6zxY" alt="" width="375"><figcaption></figcaption></figure>

<mark style="color:blue;">**STEP02**</mark> Apps ▶ Maps (Your App)

<figure><img src="/files/RFC1RZE47ecRsAWDpkj7" alt="" width="375"><figcaption></figcaption></figure>

<mark style="color:blue;">**STEP03**</mark> Maps ▶ Battery

<figure><img src="/files/pLpnrY3RWeFspM3Tom0T" alt="" width="375"><figcaption></figcaption></figure>

<mark style="color:blue;">**STEP04**</mark> Battery ▶ Unrestricted

<figure><img src="/files/63NezAfduCuW4QW6ZCx1" alt="" width="375"><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/eng/autopro-x-dex/icon-1.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.
