> 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/admin-dashboard/installers/fenixpyre-windows-client/how-to-download-fenixpyre-windows-agent-from-installers-page.md).

# How to download FenixPyre Windows Agent from Installers Page

### 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**. [Check this document for 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.
{% 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 Desktop Client

{% content-ref url="/pages/1L7uyyDhgTw7sQbtcmrd" %}
[How to install FenixPyre Windows Desktop Client](/fenixpyre-for-admins/fenixpyre-windows-agent/how-to-install-fenixpyre-windows-desktop-client.md)
{% endcontent-ref %}


---

# 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/admin-dashboard/installers/fenixpyre-windows-client/how-to-download-fenixpyre-windows-agent-from-installers-page.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.
