> For the complete documentation index, see [llms.txt](https://docs.we360.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.we360.ai/deployment-and-it-ops/deployment/agent-deployment-hub/mass-deployment/direct-link.md).

# Direct Link

Use this method when employees need to download and install the We360.ai MyZen agent themselves from the We360.ai portal. It is the simplest deployment option when physical access, remote access, or device management tools are not available.

## When to Use This Method

* Devices are not on a shared network or VPN (preventing GPO/remote deployment).
* You want employees to install the agent themselves.
* No MDM or RMM infrastructure is available.

This direct download method supports both **Standard** and **Stealth** installers for Windows and macOS.

{% hint style="warning" %}
**Stealth installer security:** The stealth installer should ideally not be shared with employees directly, as they may misuse it or extract the embedded license key from within the installer. If stealth deployment is required, prefer an administrator-controlled method (GPO, MDM, or command-line).
{% endhint %}

{% hint style="danger" %}
**Do not rename the stealth installer file.** The **stealth** installer filename is tied to your organization's license. Renaming it, or allowing extra characters to be appended (e.g. `(1)` or `(2)` from duplicate downloads), will cause the installation to fail.
{% endhint %}

## How It Works

1. After employees are added in the We360.ai portal, they receive a **welcome email** with login credentials.
2. Employees log in to the We360.ai portal using those credentials.
3. They click the **download icon** in the top-right corner to reach the Download page.
4. They select their operating system (Windows or Mac) and click **Standard**. For stealth install, the installer has to be shared by the tenant administrator.
5. They open the downloaded file and follow the installation prompts.

## Administrator Steps

1. Add employees in the We360.ai portal (they receive welcome emails automatically).
2. Optionally send additional instructions pointing employees to the download page.
3. Monitor installation status via the admin dashboard.

| Platform | Standard | Stealth            |
| -------- | -------- | ------------------ |
| Windows  | Yes      | Yes (with caution) |
| macOS    | Yes      | Yes (with caution) |


---

# 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://docs.we360.ai/deployment-and-it-ops/deployment/agent-deployment-hub/mass-deployment/direct-link.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.
