# Phone Contacts

#### ❓ What does the app collect from the contact list?

The app collects:

* **Full name**
* **Phone numbers**
* **Email addresses** (if available)
* **Contact photo** (if any) <mark style="color:red;">Notes: not supported yet in year 2025!</mark>
* **Timestamps** for when each contact was created or updated (if supported by device)

***

#### ❓ How often are contacts synced?

By default, contacts are synced:

* **Once per day**, or
* When changes are detected (new, edited, or deleted contacts), or
* When a manual sync is triggered from the Admin panel.

***

#### ❓ Can I trigger a contact sync on demand?

Yes. You can send a **“Sync Now”** (including Sync Contact) command from the Admin dashboard or cPanel interface.

***

#### ❓ Will the app detect if a contact was deleted or renamed?

Yes. The app compares the latest snapshot with previous data and flags:

* **New contacts**
* **Updated contacts** (name or number changed)
* **Deleted contacts**

***

#### ❓ Does it collect hidden or blocked contacts?

No. The app only collects **visible contacts** from the system address book.\
Contacts stored in secure folders, private apps, or SIM card (on some devices) may not be accessible.

***

#### ❓ Will the user know their contacts are being read?

By default, contact syncing is **silent** and runs in the background.\
You can optionally enable a notification (e.g., "📤 Contact sync in progress") via app settings.

***

#### ❓ Is the contact list stored securely?

Yes. Contacts are encrypted during transmission and stored in a secure cloud database tied to your device ID.


---

# 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/phone-contacts.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.
