# Frameworks

The EVE Agent uses certain frameworks for its correct installation and operation, and it is necessary that they are installed (if they are not already installed) before installing the Insider.&#x20;

-The EVE Agent requires .NET Desktop Runtime 6.0.0 or later (Windows 7.0 and above), **x86 version MANDATORY** even if your system is running x64. If it is not installed on the device, the user will be redirected to the compatible .NET installation package. For linux systems is also required.&#x20;

<https://dotnet.microsoft.com/es-es/download/dotnet/thank-you/runtime-desktop-6.0.28-windows-x86-installer>&#x20;

-The isolation process uses Visual C++ Redistributable Packages. It is **MANDATORY** to install it. [https://www.microsoft.com/en-US/download/details.aspx?id=48145 ](<https://www.microsoft.com/en-US/download/details.aspx?id=48145 >)

-Some Windows systems also require version 4.7.2 of NET Framework (Windows 7.0 or later). If it is not installed on the device, the user will be redirected to the compatible .NET installation package. <https://dotnet.microsoft.com/en-us/download/dotnet-framework/thank-you/net472-offline-installer>

{% hint style="danger" %}
The EVE agent will notify the correct installation of the frameworks other than the .NET Desktop Runtime. It is the user's responsability to ensure all the framworks are installed prior  running emulations.
{% endhint %}

{% hint style="info" %}
For Linux, the intallation script will make sure to install the frameworks. However, the user must verify the correct installation.
{% endhint %}


---

# 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.reveald.com/technical-documentation/admin-guides/epiphany-validation-engine-users-guide/chapter-2-eve-endpoint/eve-agent-requirements/frameworks.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.
