# Installing a mod

## 1. Installing the mod loader

If you haven't done so already, please install RaftModLoader. \
For detailed explanations, refer to our guide on this topic.

{% content-ref url="/pages/Z8OY6gQt59Is2eDWLj0Q" %}
[Installing Raft Mod Loader](/getting-started/installing-raft-mod-loader.md)
{% endcontent-ref %}

## 2. Finding mods

To search and discover mods of your choice, we strongly recommend utilizing [our mods directory](https://www.raftmodding.com/mods). Simply scroll through the page and click on the mod you're interested in.\
Alternatively, you can find a list of the most popular mods on [our home page](https://www.raftmodding.com/).

![In the mods directory, you can use the search bar to find a specific mod or simply browse through the list.](/files/27PBt7RSiU5oZL6sPDYp)

## 3. Installing a mod

On a mod's page, you can find all the information about the mod.\
**To install it, just click the large green '*****Install Mod*****' button.**

![](/files/0qRfpErUIWneN5scXjtD)

Your browser may prompt you to allow raftmodding.com to open the Raft Mod Loader for installing a mod. **Click '*****Open*****' to proceed.**

![The browser will prompt you to confirm opening the Mod Installer.](/files/-ML2o67nMag-br1WvBz6)

{% hint style="info" %}
If nothing happens, you can download the mod's .rmod file by clicking '***Download this mod***' and place it in the '***mods***' folder inside your Raft directory.
{% endhint %}

## 4. Allowing the mod installation

Now, the Raft Mod Installer should open.\
It will display the mod that is about to be installed and ask you once again if you want to proceed. **Click '*****Yes, Install It*****' to begin the installation.**

![The Raft Mod Installer asks you whether you want to install a specific mod.](/files/yW8CgHacwrdpm2mwHsA6)

## 5. Loading the mod

We've installed the mod! To load it, start the game using the launcher's 'Play' button.\
In the game, go to 'Mod Manager' tab. **Click '*****Load Mod*****' if available**; for Permanent Mods, no action is needed.

![Click 'Load Mod' to load a mod.](/files/zM93263uUV7fol4JyPCr)

![Permanent mods are loaded automatically.](/files/NNxGaM4vD0CRmdeV6Hhb)

## 6. You are done !

If everything worked out, the mod status will be green, and the text should say '***RUNNING...***' as shown below.

![Your mod should show a Running... status once it is loaded.](/files/NxlO7lsDehJEt3sZsRPL)

{% hint style="success" %}
There you have it! Your first mod is now successfully installed and active!
{% endhint %}

## **Troubleshooting**

Encountering issues? Don't worry! If anything isn't working as expected, join our [Discord server](https://www.raftmodding.com/discord), and we'll be more than happy to assist you.


---

# 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://api.raftmodding.com/getting-started/installing-a-mod.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.
