> 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-download-and-install-windows-agent.md).

# How to download and install windows agent

{% hint style="info" %}
Watch video tutorial [here](#watch-this-video-tutorial-on-how-to-install-windows-agent)
{% endhint %}

### Download FenixPyre Windows Agent

Follow these steps to successfully install FenixPyre on your system:

{% stepper %}
{% step %}
**Ensure Minimum System Requirements Are Met**

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

{% step %}
**Download the FenixPyre Installer zip file**

* **Go to the Admin Dashboard**: Log in to the FenixPyre admin dashboard.
* **Navigate to Installers**: On the dashboard, click on the **Installers** section to view available installer versions.
* **Download the Desired Version**: Find and click the **download icon** next to FenixPyre version **6.3.0+** to download the installer zip file to your machine.

<figure><img src="/files/rQn8kAeSqoGXedexVadk" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Unzip the Downloaded File**

* Once the zip file is downloaded, **right-click** on the file and select **Extract All** to unzip the contents.
* This will extract the **FPInstaller.exe** executable that you’ll use to install FenixPyre.
  {% endstep %}
  {% endstepper %}

### 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-download-and-install-windows-agent.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.
