> 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/manual-installation/windows-standard.md).

# Windows Standard Installation

## Prerequisites

| Requirement      | Detail                                                                                                                                                                                                                                              |
| ---------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **OS**           | Windows 10 or later (Windows 8 is end-of-life; Windows 10+ is recommended)                                                                                                                                                                          |
| **Hardware**     | Minimum: any x86-64 machine. Recommended: 8 GB RAM, SSD                                                                                                                                                                                             |
| **Admin rights** | Not required for Standard mode                                                                                                                                                                                                                      |
| **Antivirus**    | Add an exception for the MyZen process and install directory if a third-party AV or Windows Firewall is active (see [AV and EDR Exclusions](/deployment-and-it-ops/security-and-hardening/network-and-security-hardening/av-and-edr-exclusions.md)) |

## Download the Installer

1. Log in to the We360.ai web portal.
2. Click the **Download Apps** button in the top bar.
3. In the **Windows** section, click **Standard** to download `MyZenV2-setup.exe`.

> **Tip:** Employees can also download Standard mode themselves after logging in with the credentials provided in their welcome email.

## Install

1. Open the `MyZenV2-setup.exe` file from your Downloads folder (do **not** rename the file).
2. If a Windows SmartScreen prompt appears, click **Yes** to allow the installation.
3. The installer runs silently and closes automatically when finished.
4. The MyZen app window appears. Enter your **Workspace** name and click **Sign in**.
5. Enter your **Email** and **Password** on the sign-in page.
6. Return to the MyZen desktop app via the taskbar icon and click **Punch In** to begin tracking.

### Post-Installation Notes

* After signing in, the employee must punch in before closing or minimising the window. MyZen continues running in the system tray.
* Employees must **Punch Out** before they can log out.

## Automatic Updates

MyZen updates itself automatically in the background. No manual intervention is required.

## Install Locations (Reference)

| Item                  | Path                                            |
| --------------------- | ----------------------------------------------- |
| Application directory | `C:\Program Files\Zenstack\MyZenV2\`            |
| Version file          | `C:\Program Files\Zenstack\MyZenV2\version.txt` |


---

# 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/manual-installation/windows-standard.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.
