> For the complete documentation index, see [llms.txt](https://worldboxopenmods.gitbook.io/mod-tutorial-en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://worldboxopenmods.gitbook.io/mod-tutorial-en/player-manual/howtouseit.md).

# How to use it

## Install Mods

There are multiple ways to install mods:

1. Subscribe on Steam Workshop.
2. Install through [TMM](https://gamebanana.com/tools/15835)
3. Download from GameBanana or other websites, and put it in GAMEPATH/Mods folder

## Enable/Disable Mods

Click mod's icon in "Mods" window to enable/disable a mod. Some mods can be enabled/disabled at runtime. Most mods require restarting game manually.

## Mod Status

1. Loaded normally: normal color
2. Disabled: grey
3. Problems when loading: red

## Mod Configuration

Some mods have "Mod Configuration" button at right in "Mods" window. You can configure them.

## Problems on loading mods

First, check [TroubleShoot](/mod-tutorial-en/player-manual/attention.md). If there are still problems, go to [Discord modding-talk](https://discord.com/channels/522561390330904585/647736347980726273).

## Bug Feedback/Suggestion

### NeoModLoader

Report bug on [ISSUE](https://github.com/WorldBoxOpenMods/ModLoader/issues/new?assignees=\&labels=bug\&projects=\&template=bug-report-en.yaml\&title=%5BBug%5D%3A+)

Get NML version and commit:

![get-version](/files/UNzGczhxLusK8HLnScYE)

Move mouse to point 1.

### Other mods

Feedback here:

![feedback](/files/PFHtEdSovE6UsvCw2WRp)

If you jump to `https://github.com/WorldBoxOpenMods`, it means the mod does not provide relevant page or url. Go to [the mod's thread on Discord](https://discord.com/channels/522561390330904585/1031941725318553600) or [Discord modding-talk](https://discord.com/channels/522561390330904585/647736347980726273).


---

# 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:

```
GET https://worldboxopenmods.gitbook.io/mod-tutorial-en/player-manual/howtouseit.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.
