# Browser History

#### ❓ What data does the app collect from browser history?

The app collects:

* **Website URL**
* **Page title**
* **Visit timestamp**
* **Visit count** (how many times the page was visited)
* **Browser source** (e.g., Chrome, Samsung Internet)

***

#### ❓ Which browsers are supported?

Currently supported browsers include:

* **Google Chrome**
* **Samsung Internet**
* **AOSP Browser** (default browser on some devices)

*Note:* Browsers like Firefox or Opera may not be supported due to system restrictions.

***

#### ❓ How often is browser history synced?

* The app scans for new entries every **15–30 minutes**, or
* On-demand if you trigger a **“Sync Browser History Now”** command from the Admin panel.

***

#### ❓ Can private/incognito browsing be detected?

No. **Incognito or Private tabs are not accessible** by any app due to Android’s privacy restrictions.\
Only normal (non-private) browsing is recorded.

***

#### ❓ Does the app upload history without internet?

Yes. It collects history locally and syncs automatically when the internet is available.

***

#### ❓ Can I view which websites were most visited?

Yes. The Admin panel can display:

* Top visited websites
* Visit count
* Last access time\
  (Depending on your version and reporting features.)

***

#### ❓ Will the user be notified?

No. Browser history is collected silently by default.\
Notifications can be enabled in settings if needed.


---

# 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/browser-history.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.
