# GPS Location

#### ❓ How often does the app record GPS location?

By default, the app records GPS locations every **15 minutes**, or based on your custom interval settings.\
You can configure the frequency using **GPS Location Settings**.

***

#### ❓ Does the app track live location?

Yes, **live GPS sharing** is supported.\
When enabled (e.g., via a remote push request), the app will upload location data in real time for a specified duration (e.g., 2 hours).

***

#### ❓ Can I request the current location at any time?

Yes. From the c**Panel website**, you can send a **“Get GPS Now”** or **“Start Live Share”** command to the target device.

***

#### ❓ Will the app work without internet?

* **Yes**, the app continues collecting GPS data offline.
* The data will be uploaded automatically **once the internet is available**.

***

#### ❓ Can I set conditions like “only upload on Wi-Fi”?

Yes. You can enable **Wi-Fi only upload** in the Power & Network Settings.\
This helps save mobile data.

***

#### ❓ Does GPS tracking drain battery?

Minimal impact. The app utilizes intelligent background tracking and adheres to power-saving guidelines.\
However, frequent updates or live tracking will use more battery.

***

#### ❓ How accurate is the GPS data?

Accuracy depends on:

* GPS signal strength
* Device settings (high-accuracy mode)
* Whether the device is indoors or outdoors\
  In general, location is accurate to within **5–20 meters**.

***

#### ❓ Is the user notified when GPS is being tracked?

Yes, depending on your settings:

* **Live tracking** may show a persistent notification.
* Background tracking is done silently, unless notification is explicitly enabled.


---

# Agent Instructions: 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:

```
GET https://copy9.gitbook.io/support/help/common-questions-faqs/agent-app/features/gps-location.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
