> For the complete documentation index, see [llms.txt](https://phonetracker247-1.gitbook.io/support.phonetracker247.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://phonetracker247-1.gitbook.io/support.phonetracker247.com/help/faqs/agent-app/connectivity-and-data-sync/data-sync.md).

# Data Sync

#### Why don’t I see my latest messages or call logs immediately?

The MyPhones Agent app uploads data in small batches to optimize performance and battery life.\
Each sync cycle sends a limited number of records (for example, 100 messages or 100 call history items per upload).\
This approach prevents the app from slowing down your device or consuming excessive battery power.

#### Why are only old messages or calls appearing first?

Data is uploaded gradually, starting with the oldest records and moving **to the newest ones**.\
That’s why you may initially see messages or call logs from one or two years ago — the system is still processing older data.\
Newer data will appear automatically during subsequent sync cycles.

#### How long does it take for all my data to sync?

It depends on the amount of data stored on the target device and the sync interval configured in your settings.\
If the device stays connected to the internet, the upload continues silently in the background until all data is synced.

#### Can I speed up the sync process?

To improve sync speed:

* Keep the device connected to Wi-Fi and plugged into power when possible.
* Avoid enabling “upload only on Wi-Fi” if you have a stable mobile data connection.
* Ensure battery optimization is disabled for the Agent app so background sync isn’t paused.

#### Is my data safe during this process?

Yes. All data is encrypted before transmission and stored securely on the server.\
The gradual sync process doesn’t affect your privacy or data integrity — it only controls performance and resource usage.


---

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

```
GET https://phonetracker247-1.gitbook.io/support.phonetracker247.com/help/faqs/agent-app/connectivity-and-data-sync/data-sync.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.
