# Uninstall

#### 🔄 How to Uninstall the Agent App Remotely

If you no longer want to monitor a device or the device is no longer in use, you can uninstall the **Agent** app remotely using your Admin tools.

**✅ Option 1: From the Web Control Panel (recommended)**

1. Go to the **cPanel** website.
2. Sign in with your **cPanel** account
3. Navigate to **Devices**
4. Select the device you want to remove
5. Click **Uninstall** or **Remove Agent**
6. Confirm the action

This will send a remote command to the Agent app. The app will then:

* Stop all tracking and data uploads
* Delete its local cache (if configured)
* Unregister from your account
* Attempt self-uninstallation (if permitted by Android version)

**✅ Option 2: From the Admin App (if installed)**

1. Open the **Admin** app
2. Go to **Linked Devices**
3. Tap the target device
4. Choose **Uninstall Agent** and confirm

***

#### ⚠ Important Notes:

* Remote uninstall may not work if the device is **offline** or **unreachable**
* Some Android versions restrict silent uninstallation; in such cases, the Agent app may stop functioning but remain installed until the user removes it manually
* You can always **revoke access** or **disable features** remotely as an alternative

***

#### 🛑 What happens after remote uninstall?

* The device will no longer be tracked
* It will be removed from your Admin dashboard
* Historical data remains in your account unless you choose to delete it


---

# 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://phoneparental.gitbook.io/support/guide/agent-app/uninstall.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.
