> For the complete documentation index, see [llms.txt](https://api.raftmodding.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api.raftmodding.com/getting-started/installing-raft-mod-loader/configuring-your-antivirus/avast.md).

# Avast

Open Avast then click on "Menu" in the top right and select "Settings":

<figure><img src="/files/hukUBKaSwrET0QlkGs1Y" alt=""><figcaption></figcaption></figure>

Go into the "General" then "Exceptions" tab:

<figure><img src="/files/Q5cH1bISyy3TN6iAyYzU" alt=""><figcaption></figcaption></figure>

Now click on "Add Exception"-> "Browse". It is a bit tedious to select exceptions as you need to check the box next to the File/Folder. First you select the **RMLLauncher.exe :**

<figure><img src="/files/j7ZsJzs1Bjv3UZAUI1VW" alt=""><figcaption></figcaption></figure>

And then you select the **RaftModLoader** folder which is located at **C:\Users\YourUserName\AppData\Roaming\RaftModLoader**:

<figure><img src="/files/ve0Ogxfj4CbzLX3wC5zI" alt=""><figcaption></figcaption></figure>

Once both are selected hit "Ok". Then "Add Exception":

<figure><img src="/files/BNGPQZt529pK0ftD7gtW" alt=""><figcaption></figcaption></figure>

Now click on "Add Exception" again:

<figure><img src="/files/H5eTht1MCkhs9YZbvffM" alt=""><figcaption></figcaption></figure>

And let's add exceptions for the website:

`raftmodding.com`

<figure><img src="/files/sa599IMxOCYrWPLxbmC0" alt=""><figcaption></figcaption></figure>

and `fastdl.raftmodding.com` .

This is how the exceptions should look like for you in the end:

<figure><img src="/files/3ql5uWqosIYSf3ch5WgX" alt=""><figcaption></figcaption></figure>

Now go into the "Blocked & Allowed Apps tab" and click on "Allow App":

<figure><img src="/files/noCPxJEiEe24PjblcSR3" alt=""><figcaption></figcaption></figure>

Then "Select App Manually":

<figure><img src="/files/mNWhrWH3Zg5OuBkV8UmS" alt=""><figcaption></figcaption></figure>

Do this for the RMLLauncher.exe

<figure><img src="/files/l48EZf7AJ2nHU99IegBf" alt=""><figcaption></figcaption></figure>

as well as the **HMLCore.exe** file located in **C:\Users\YourUserName\AppData\Roaming\RaftModLoader .**

This is what the exceptions should look like:

<figure><img src="/files/BDdO1uMKTTMfkd0I5fZ2" alt=""><figcaption></figcaption></figure>

Finally restart the computer to apply the settings!

## Aaaand you're done !

**Simply restart our launcher and it should be working !** :thumbsup:


---

# 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://api.raftmodding.com/getting-started/installing-raft-mod-loader/configuring-your-antivirus/avast.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.
