# 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.&#x20;
{% 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: 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:

```
GET https://docs.fenixpyre.com/fenixpyre-for-admins/fenixpyre-windows-agent/how-to-download-and-install-windows-agent.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
