# Whitelist DISCOVER

Anti-virus, EDR, and XDR solutions may block, quarantine, or interfere with DISCOVER components during scanning and monitoring. This can affect the reliability of background services, monitoring agents, and other components installed by the DISCOVER Scanning Server.

To prevent interference, add the following directories and executables to your security solution's exclusion or trusted applications list.

{% hint style="warning" %}
**Configure these exclusions in your security solution before installing the Scanning Server. Most anti-virus and endpoint security tools allow exclusions to be added before the specified files or directories exist on disk. Applying exclusions after installation may result in components being blocked or quarantined during the installation process itself.**
{% endhint %}

### Directories

Adding the DISCOVER installation directory and its subdirectories ensures that security tools do not scan or flag DISCOVER components during operation.

* `C:\Program Files\Guardware\GuardWare DISCOVER`
* `C:\Program Files\Guardware\GuardWare DISCOVER\MIPLabelHandler`

### Executables

The following executables should be added individually if your security solution requires per-file exclusions rather than directory-level exclusions.

<table><thead><tr><th width="272">Executable</th><th>Path</th></tr></thead><tbody><tr><td><code>GuardWareDiscoverAgent.exe</code></td><td>C:\Program Files\Guardware\GuardWare DISCOVER</td></tr><tr><td><code>GWActiveMon.exe</code></td><td>C:\Program Files\Guardware\GuardWare DISCOVER</td></tr></tbody></table>


---

# 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.guardware.com/setup-and-deploy/whitelist-guardware/whitelist-discover.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.
