# What is Fivem

{% hint style="info" %}
If you already know what FiveM is and have it installed, click [Connect to Moments RP on FiveM](/moments-rp/getting-started/connect-to-moments-rp-on-fivem.md) to skip forward to connecting
{% endhint %}

**FiveM** is a multiplayer modification framework for *Grand Theft Auto V* (GTA V) that enables players to connect to custom servers with a wide range of personalized gameplay experiences. Unlike the traditional GTA V multiplayer mode (*GTA Online*), FiveM offers a platform where server administrators can modify game mechanics, integrate custom scripts, and create unique scenarios.

## Key Features of FiveM: <a href="#key-features-of-fivem" id="key-features-of-fivem"></a>

* **Custom Servers**: Players can join privately hosted servers that offer a variety of experiences, from roleplaying (RP) communities to competitive racing or even survival-based games.
* **Modding Support**: FiveM allows server owners to use custom assets, scripts, and mods, providing flexibility in gameplay, including new vehicles, weapons, and features.
* **Roleplay (RP) Community**: One of the most popular uses of FiveM is for roleplay servers where players assume specific roles, such as police officers, criminals, or civilians, and engage in immersive scenarios.
* **Sync with GTA V**: FiveM works seamlessly with *Grand Theft Auto V*'s single-player experience, allowing players to switch between the base game and modded servers without affecting game files.

FiveM unlocks creative freedom for both players and server owners, expanding the potential of the GTA V universe.


---

# 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://moments-rp.gitbook.io/moments-rp/getting-started/quickstart.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.
