# Installation Troubleshooting

## Windows

### App blocked by antivirus or malware prevention software

1. Uninstall the app completely from your system.&#x20;
2. Download the app again from our official website.&#x20;
3. Pause your antivirus software for an hour or until you restart your computer.&#x20;
4. Proceed with the app installation.&#x20;
5. Add an exception for the app in your antivirus software.

{% hint style="success" %}
[Click to see how to pause / disable Windows Defender](https://support.microsoft.com/en-us/windows/turn-off-defender-antivirus-protection-in-windows-security-99e6004f-c54c-8509-773c-a4d776b77960#:~:text=Select%20Start%20and%20type%20%22Windows,scans%20will%20continue%20to%20run.)
{% endhint %}

{% hint style="success" %}
[Click to see how to add an exception to Windows Defender](https://support.microsoft.com/en-us/windows/add-an-exclusion-to-windows-security-811816c0-4dfd-af4a-47e4-c301afe13b26)
{% endhint %}

{% hint style="info" %}
For other antivirus programs, please consult the software documentation.
{% 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://help.coneapp.top/troubleshooting-and-faqs/troubleshooting/installation-troubleshooting.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.
