> For the complete documentation index, see [llms.txt](https://copy9.gitbook.io/support/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://copy9.gitbook.io/support/guide/agent-app/what-is-the-agent-app.md).

# What is the Agent app?

The **Agent** app is the application that you install on the device you want to monitor. This is typically a smartphone or tablet that belongs to you or someone in your family — such as your child’s phone, a spare family device, or a company-owned mobile phone.

The purpose of the Agent app is to collect specific data from the device, such as GPS location, call history, text messages, battery status, and other authorized information. It runs in the background and sends the data securely to the cloud system, where it can be reviewed through the **Admin** app or online dashboard.

{% hint style="danger" %}
The **Agent** app must only be installed on devices that you legally own or manage. It is not intended for surveillance or unauthorized tracking. Installing the Agent app on someone else’s phone without their knowledge or consent may violate privacy laws.
{% endhint %}

**Why the Agent app does not have a username/password login**

The Agent app is designed to be a lightweight background app that runs on the child’s (or target) device.\
It does **not** manage your account and it does **not** store any usernames or passwords.

All account authentication (email & password, Google, Facebook, Apple Sign-In, password reset, two-factor authentication, etc.) is handled in the **Admin app or web dashboard** only.

Keeping the Agent app free from complex login flows makes it:

* Easier for parents to install (no typing long emails or passwords on a small screen).
* Safer, because the device being monitored never stores your account password.
* More reliable as a background service, with fewer screens and fewer errors.

To link a device, simply:

1. Sign in to your Admin app or dashboard.
2. Generate a pairing / activation code.
3. Install the Agent app on the device and enter that code.


---

# 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://copy9.gitbook.io/support/guide/agent-app/what-is-the-agent-app.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.
