> For the complete documentation index, see [llms.txt](https://docs.velorarp.dk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.velorarp.dk/readme.md).

# Velora Roleplay

## Velkommen til Velora Roleplay

Skab en historie. Find din gruppe. Sæt dit præg på Los Santos.

Velora Roleplay er et seriøst FiveM-rollespilsfællesskab. Brug denne side til regler og hjælp.

<button type="button" class="button primary" data-action="ask" data-icon="gitbook-assistant">Stil et spørgsmål</button>

<button type="button" class="button secondary" data-action="ask" data-query="Hvordan kommer jeg i gang på Velora Roleplay?" data-icon="rocket-launch">Kom godt i gang</button>

<button type="button" class="button secondary" data-action="ask" data-query="Hvad er reglerne for rollespil?" data-icon="scale-balanced">Serverregler</button>

<button type="button" class="button secondary" data-action="ask" data-query="Hvordan kontakter jeg staff?" data-icon="life-ring">Få hjælp</button>

### Start din historie

Skab en karakter med en tydelig baggrund og motivation. Respektér andre spillere, og hold hver scene fair.

{% stepper %}
{% step %}

#### Læs reglerne

Kend forventningerne, før du træder ind i byen. Regler skaber indlevende og godt rollespil.
{% endstep %}

{% step %}

#### Skab din karakter

Giv din karakter en troværdig identitet, historie og mål. Lad deres valg forme historien.
{% endstep %}

{% step %}

#### Træd ind i byen

Forbind til Velora Roleplay, og mød fællesskabet. Bliv i karakter, og lad scener udvikle sig naturligt.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
**Ny i rollespil?**

Tag dig god tid. Stil spørgsmål, når du har brug for hjælp. Lær gennem hver scene.
{% endhint %}

### Fællesskabets standarder

Vi skaber scener sammen. Hver spiller fortjener respekt og en fair mulighed for at reagere.

* Hold kommunikation i og uden for karakter adskilt.
* Værn om din karakters liv i farlige situationer.
* Brug ikke viden, som din karakter ikke med rimelighed kan kende.

{% hint style="warning" %}
**Afgørelser fra staff**

Afbryd ikke en aktiv scene for at bestride en afgørelse. Notér detaljerne, og kontakt staff bagefter.
{% endhint %}

### Har du brug for hjælp?

Brug assistenten til hjælp med at komme i gang, regler og rollespilsstandarder.

<a href="https://discord.gg/E753cCHqG" class="button primary" data-icon="discord">Discord</a>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.velorarp.dk/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
