> 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/quick-access/deeplink.md).

# Deeplink

If you have hidden the Agent app icon on the target device,\
You can reopen it safely using the **official deeplink** provided for this brand.

**Why deeplink matters**

When the Agent app icon is hidden for privacy or security reasons,\
The only way to open it again is by visiting the brand’s **deeplink URL**\
from the **target device’s browser**.

go.copy9.com&#x20;

Open this address directly on the device where the Agent app is installed.\
Do **not** open it from your Admin device — it must be accessed on the target phone.

**How it works**

1. On the target device, open Chrome or another web browser.
2. Enter the address [go.copy9.com](https://go.copy9.com)  the URL bar.
3. If the Agent app is already installed, the system will open it instantly.
4. If it’s not installed, the link will redirect you to the official Download Center.
5. This process works even when the app icon is hidden — no need to unhide or reinstall the app.

> 🧭 **Tip:** Always open [go.copy9.com](https://go.copy9.com) **on the target device** where the Agent app was installed.\
> This is the safe and official method to relaunch the hidden Agent app.


---

# 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/quick-access/deeplink.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.
