> For the complete documentation index, see [llms.txt](https://help.watcherlink.online/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.watcherlink.online/watcher-links.md).

# Watcher links

{% hint style="success" %}
Access is available on **Core, Scale, and Enterprise** plans. Permissions for creating and managing links can be set in **Role editing** if employee permissions are enabled.
{% endhint %}

### Key Features

* Access to the miner dashboard without logging into an account.
* Full read-only mode, no data editing.
* Links can be created, copied, and deactivated.

### How to create a watcher link?

1. Go to **Settings > Admin Settings > Watchers**.
2. Fill in the form:
   * Client name
   * Client email
   * Interface language
3. Save. The system will generate a unique link with a secure token.
4. The email acts as a client identifier but no login is required.
5. Share the link with the client — they can view only their miners.

### What the client sees via the link

A simplified read-only interface, without the system logo:

* Header with client name and farm selector
* A panel with 24-hour data visualization (graph)
* Equipment table filtered by the client’s email:
  * Index and serial number
  * Model and submodel
  * Operating mode
  * 24-hour and last 5-hour stats
  * Temperature, hashrates, efficiency
  * Uptime
  * Device statuses

### Link security

* Access only via the unique link — no other entry point.
* No login required, email is used only as an identifier.
* You can deactivate a link manually by deleting it.
* Once deleted, the link becomes invalid.

### FAQ

<details>

<summary>How do I share a link with a client?</summary>

Copy the link from the management panel and send it any way you like.

</details>

<details>

<summary>Can a client edit anything in the interface?</summary>

No, the access is strictly view-only.

</details>

<details>

<summary>Can I remove or disable a link?</summary>

Yes, use the delete button next to the link in the owner panel.

</details>

<details>

<summary>What if I try to create multiple links for the same email?</summary>

The system does not allow multiple links per email.

</details>

<details>

<summary>Can I see the link on the client’s page?</summary>

Yes. Each client has an “eye” icon. If no link exists, the button takes you to create one. If it does, you’ll see the link.

</details>

***

#### We're always available! <a href="#were-always-available" id="were-always-available"></a>

Chat with us on [Telegram](https://t.me/moondmc_bot).


---

# 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://help.watcherlink.online/watcher-links.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.
