> For the complete documentation index, see [llms.txt](https://docs.fenixpyre.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fenixpyre.com/fenixpyre-for-admins/fenixpyre-windows-agent/how-to-install-fenixpyre-windows-desktop-client.md).

# How to install FenixPyre Windows Desktop Client

{% hint style="info" %}
If you don't have the FenixPyre Windows Installer zip, [follow these instructions](/fenixpyre-for-admins/admin-dashboard/installers/fenixpyre-windows-client/how-to-download-fenixpyre-windows-agent-from-installers-page.md) to download it from Admin Dashboard
{% endhint %}

### Prerequisites Checklist

Before beginning the installation, ensure that your system meets all the [**prerequisites**](/fenixpyre-for-admins/fenixpyre-windows-agent/prerequisites-for-fenixpyre-windows-client-installation.md). Verify that the necessary configurations, such as supported operating systems, disk space, and other required settings, are in place.

### Install FenixPyre Windows Agent

{% stepper %}
{% step %}
**Launch the Installer**

* **Double-click** the **FPInstaller.exe** file to begin the installation process.
* If prompted by User Account Control (UAC), click **Yes** to allow the installer to make changes to your device.
  {% endstep %}

{% step %}
**Enter Your Organization ID**

* During installation, you will be prompted to enter your **organization ID**.
* Enter the **organization ID** in **lowercase letters** exactly as provided to you.
  {% endstep %}

{% step %}
**Installation Progress**

The installation process will begin.
{% endstep %}

{% step %}
**Reboot the System**

* Once the installation is complete, you will be prompted to **reboot** your system to finalize the installation.
* Click the **Reboot** button. This step is **mandatory** for FenixPyre to function properly.
  {% endstep %}

{% step %}
**Sign In to FenixPyre Agent**

* After the reboot, launch the **FenixPyre agent** on your machine.
* Sign in using the appropriate credentials and complete the setup.
  {% endstep %}
  {% endstepper %}

### Video tutorial

{% embed url="<https://www.loom.com/share/41b16c52711046668e476bf5f2e7e718?sid=d5ed6b9e-f4d0-405c-a681-ce8ac3c1f834>" %}


---

# 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.fenixpyre.com/fenixpyre-for-admins/fenixpyre-windows-agent/how-to-install-fenixpyre-windows-desktop-client.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.
