# Installation Prerequisites

{% hint style="info" %}
These prerequisites are also packaged in the complete installation setup package. See [Installing the Windham Portfolio Advisor](/installation/installing-the-windham-portfolio-advisor.md#where-can-i-download-the-windham-portfolio-advisor)
{% endhint %}

{% tabs %}
{% tab title="64-bit WPA Prerequisites" %}
The following prerequisite components are for 64-bit operating systems required by the Windham Portfolio Advisor.

| Prerequisite Component                            | Download URL                                                                                |
| ------------------------------------------------- | ------------------------------------------------------------------------------------------- |
| Microsoft .NET Framework 4.0                      | <https://www.microsoft.com/en-us/download/details.aspx?id=17851>                            |
| Microsoft .NET Framework 4.0 Client Profile       | <https://www.microsoft.com/en-us/download/details.aspx?id=24872>                            |
| Microsoft Visual C++ 2008 Redistributable Package | <https://files.windhamlabs.com/wpa/prerequisites/vcredist_x64(2008_30729_MCR).exe>          |
| Microsoft Visual C++ 2010 Redistributable Package | <https://files.windhamlabs.com/wpa/prerequisites/vcredist_x64(2010).exe>                    |
| MATLAB Compiler Runtime 8.0                       | <https://files.windhamlabs.com/wpa/prerequisites/mcr_signed/MCR_R2012b_win64_installer.zip> |
| {% endtab %}                                      |                                                                                             |
| {% endtabs %}                                     |                                                                                             |


---

# 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://wpahelp.windhamlabs.com/installation/prerequisites.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.
