# Overview

We create multiplayer mods for Bethesda games. Currently, we only support Skyrim through Skyrim Together Reborn, but we plan to support Fallout 4 too. We aim to bring co-op to these games, meant for 2 to 8 players.

{% hint style="warning" %}
We are not a game development studio. We do not have any resources, our team mostly consists of students, we do all of this in our free time, and we appreciate donations. All things considered, you should manage your expectations before jumping into one of our mods. **Our mods are not perfect.** They will occasionally crash, some quests will break, there will be bugs. This is not fixable. This is just the reality of making a multiplayer mod instead of having a massive studio like Bethesda make a multiplayer game. Still, it is playable and it is a lot of fun.
{% 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://wiki.tiltedphoques.com/tilted-online/readme.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.
