# Before we begin

## A few notes before we begin playing!

1. Every time you want to play Skyrim Together Reborn, you must use the custom launcher we made in Vortex/VMM.
2. When you first launch Skyrim Together Reborn, you should create a NEW CHARACTER. When playing Skyrim Together Reborn, it is recommended that you only use that character and savegame.
3. You **MUST** finish the first Helgen mission before attempting to connect. Otherwise, things will go wrong for you, and you may have to restart with a new savegame.
4. Bugs should be expected. There are [numerous bugs](https://github.com/tiltedphoques/TiltedEvolution/issues). This will not be a smooth, MMO-like experience in which everything "just works." Remember, they're a group of volunteers doing this in their spare time for free.
5. If you want to contribute to the mod's development, we are always looking for **C++ coders** and people with **reverse engineering** skills for the mod, and **Angular/TypeScript coders** for the mod's UI. Join our [Discord server](https://discord.com/invite/skyrimtogether) and introduce yourself.
6. If you don't know how to code but still want to help, please report your bugs and discoveries [here](https://github.com/tiltedphoques/TiltedEvolution/issues). Use the template; it exists for a reason. If you truly want to help fix the bug, be as thorough as possible.

{% hint style="warning" %}
Read the [playguide](/tilted-online/general-information/playguide.md) to learn how to properly complete quests with your friends!
{% endhint %}

#### Onwards to the next step!


---

# 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/guides/client-setup/using-vortex-mod-manager-vmm/playing-skyrim-together-reborn/before-we-begin.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.
