> 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/references/how-to-guides/how-to-whitelist-fenixpyres-windows-agent-in-your-antivirus-edr-xdr.md).

# How to Whitelist FenixPyre's Windows Agent in your Antivirus/EDR/XDR?

The FenixPyre Windows Agent installs various components such as filesystem drivers, background daemons, and local services. These components might be mistakenly flagged or blocked by your [AV](/references/glossary.md#anti-virus)/[EDR](/references/glossary.md#edr-endpoint-detection-and-response)/[XDR](/references/glossary.md#xdr-extended-detection-and-response) systems. To ensure seamless operation, consider adding FenixPyre services to the whitelist or trusted applications list in your security software.

You can either whitelist all processes and dlls in the installation folder: `C:\Program Files\FenixPyre Client` or whitelist the following executables and dlls individually

* `C:\Program Files\FenixPyre Client\AddIn\AddInLogHandler.dll`
* `C:\Program Files\FenixPyre Client\AddIn\CustomMessageBox.exe`
* `C:\Program Files\FenixPyre Client\AddIn\ExcelAddIn.dll`
* `C:\Program Files\FenixPyre Client\AddIn\Microsoft.Office.Tools.Common.v4.0.Utilities.dll`
* `C:\Program Files\FenixPyre Client\AddIn\Microsoft.Office.Tools.Outlook.v4.0.Utilities.dll`
* `C:\Program Files\FenixPyre Client\AddIn\Newtonsoft.Json.dll`
* `C:\Program Files\FenixPyre Client\AddIn\OutlookAddIn.dll`
* `C:\Program Files\FenixPyre Client\AddIn\PowerPointAddIn.dll`
* `C:\Program Files\FenixPyre Client\AddIn\RegistryConfiguration.dll`
* `C:\Program Files\FenixPyre Client\AddIn\Serilog.dll`
* `C:\Program Files\FenixPyre Client\AddIn\Serilog.Sinks.Console.dll`
* `C:\Program Files\FenixPyre Client\AddIn\Serilog.Sinks.File.dll`
* `C:\Program Files\FenixPyre Client\AddIn\ThirdPartySharing.dll`
* `C:\Program Files\FenixPyre Client\AddIn\WordAddIn.dll`
* `C:\Program Files\FenixPyre Client\Tools\TlsCertUtility.exe`
* `C:\Program Files\FenixPyre Client\AddInLogHandler.dll`
* `C:\Program Files\FenixPyre Client\AnchorUtility.dll`
* `C:\Program Files\FenixPyre Client\AnchorUtility_x86.dll`
* `C:\Program Files\FenixPyre Client\AnchorWpfLibrary.dll`
* `C:\Program Files\FenixPyre Client\AsyncAwaitBestPractices.dll`
* `C:\Program Files\FenixPyre Client\AsyncAwaitBestPractices.MVVM.dll`
* `C:\Program Files\FenixPyre Client\FESFPolicy.exe`
* `C:\Program Files\FenixPyre Client\FesfUtil2.dll`
* `C:\Program Files\FenixPyre Client\FesfUtility.dll`
* `C:\Program Files\FenixPyre Client\FesfUtility_x86.dll`
* `C:\Program Files\FenixPyre Client\FPBackup.exe`
* `C:\Program Files\FenixPyre Client\FPCBMonitor.exe`
* `C:\Program Files\FenixPyre Client\FPCmd.exe`
* `C:\Program Files\FenixPyre Client\FPContextMenu.dll`
* `C:\Program Files\FenixPyre Client\FPDaemon.exe`
* `C:\Program Files\FenixPyre Client\FPDaemonEvents.dll`
* `C:\Program Files\FenixPyre Client\FPDBLib.dll`
* `C:\Program Files\FenixPyre Client\FPExec.exe`
* `C:\Program Files\FenixPyre Client\FPHealthMonitoring.exe`
* `C:\Program Files\FenixPyre Client\FPIC.dll`
* `C:\Program Files\FenixPyre Client\FPIconOverlay.dll`
* `C:\Program Files\FenixPyre Client\FPKernelEvents.dll`
* `C:\Program Files\FenixPyre Client\FPMI.exe`
* `C:\Program Files\FenixPyre Client\FPPolicy.dll`
* `C:\Program Files\FenixPyre Client\FPScanner.exe`
* `C:\Program Files\FenixPyre Client\FPSetup.exe`
* `C:\Program Files\FenixPyre Client\FPSpyder.exe`
* `C:\Program Files\FenixPyre Client\FPTrayApp.exe`
* `C:\Program Files\FenixPyre Client\FPUserNotifyApp.exe`
* `C:\Program Files\FenixPyre Client\libcrypto-3-x64.dll`
* `C:\Program Files\FenixPyre Client\MaterialDesignColors.dll`
* `C:\Program Files\FenixPyre Client\MaterialDesignThemes.Wpf.dll`
* `C:\Program Files\FenixPyre Client\Microsoft.Web.WebView2.Core.dll`
* `C:\Program Files\FenixPyre Client\Microsoft.Web.WebView2.WinForms.dll`
* `C:\Program Files\FenixPyre Client\Microsoft.Web.WebView2.Wpf.dll`
* `C:\Program Files\FenixPyre Client\Newtonsoft.Json.dll`
* `C:\Program Files\FenixPyre Client\NLog.dll`
* `C:\Program Files\FenixPyre Client\System.Runtime.CompilerServices.Unsafe.dll`
* `C:\Program Files\FenixPyre Client\System.Threading.Tasks.Extensions.dll`
* `C:\Program Files\FenixPyre Client\ThirdPartySharing.dll`
* `C:\Program Files\FenixPyre Client\WebView2Loader.dll`
* `C:\Program Files\FenixPyre Client\WpfAnimatedGif.dll`


---

# 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/references/how-to-guides/how-to-whitelist-fenixpyres-windows-agent-in-your-antivirus-edr-xdr.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.
