# Installing Mods

## Installing OneLoader

In order to run and use Omori mods, a mod loader must first be installed to the game. The most commonly used mod loader is [OneLoader](https://github.com/rphsoftware/OneLoader/releases), and it supports nearly every mod for the game. To install it, download the latest release zip to the `OMORI` folder on Steam (if you're having trouble finding it, go to the Local Files tab of the Properties window and click Browse Local Files), then extract the zip there. When prompted to overwrite files, select "Yes to All".

Below is a video walking through the installation process:

{% embed url="<https://www.youtube.com/watch?v=AmUxUtd-rEQ>" %}
*A video demonstrating the installation for Omori mods. Credit: ITR*
{% endembed %}

## Installing Mods

*Mods are formatted in either a zip or folder format, and are stored in the `www/mods` folder of Omori.*

To install an Omori mod, copy or download the zip file or folder of the mod to the `OMORI/www/mods` folder. The above video also walks through that process if you're confused.

OMORI installed from steam, the game folder are likely to be in `SteamLibrary\steamapps\common\OMORI` or similar, depending on location of where you installed the game.


---

# 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://omori-modding.gitbook.io/wiki/getting-started/installing-mods.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.
