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

# Welcome

Learn how Smart Merge V helps FiveM server owners and creators resolve conflicting GTA V resources.

## Introduction

Welcome to the documentation for **Smart Merge V**, a practical way for FiveM server owners, maintainers, and creators to resolve overlapping map and resource content without spending hours comparing files by hand.

Smart Merge V guides you from a visible in-game problem to a ready-to-install result: choose the affected resources, review the conflicts it finds, run the merge, and follow the included installation steps. You can use it from the web, the Windows or Linux desktop app, or the CLI.

## What is Smart Merge V?

**Smart Merge V** helps compatible creator resources work together when they change the same part of the GTA V world. It focuses on the conflicts behind common server issues such as missing props, invisible walls, flickering map pieces, broken doors, misplaced water, and incorrect AI navigation.

In simple terms, it finds supported overlaps and creates one combined result, so you can keep more of the content you chose for your server instead of accepting that one resource must overwrite another.

<figure><img src="https://2042107425-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fv5yFX8VgKWYqKdeNo2ku%2Fuploads%2FqNKc2iOhc4rD7bT3Cufz%2FDtVVDM1kRr.png?alt=media&amp;token=7ea270a1-bb2a-4ebb-89c6-5cc24333d32d" alt=""><figcaption><p>Smart Merge V Quick Merge folder selection</p></figcaption></figure>

{% hint style="info" %}
**Privacy by design:** Smart Merge V checks folders on your machine first. Quick Merge shows the files included in the final upload plan before cloud processing begins, while Server Watcher uploads only the supported conflict files selected by its local precheck. Scripts, configs, and unrelated files stay local.
{% endhint %}

{% hint style="success" %}
**A guided result, not just a download:** most finished results are drop-in overlays that keep the original creator files in place and load afterward. If a special case needs cleanup, Smart Merge V shows only the exact files and manifest steps that need attention.
{% endhint %}

## Start with the symptom

Most users do not start with a file extension. They start with something broken in game:

* props disappear or load as the wrong model
* players hit invisible walls
* players fall through the floor
* buildings, interiors, or props flicker
* LODs or visibility behave strangely
* water is missing, sits at the wrong height, or sinks vehicles

The docs follow the same beginner-friendly path: identify the symptom, scan the affected resources, review what Smart Merge V found, install the result, and test the area again.

Ready to see what Smart Merge V finds? Start with the [Quickstart](/getting-started/quickstart.md).

### Jump right in

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Quickstart</strong></td><td>Find conflicts and create your first merge.</td><td></td><td></td><td><a href="/getting-started/quickstart.md">Quickstart</a></td></tr><tr><td><strong>Downloads</strong></td><td>Choose the web, desktop, or CLI experience.</td><td></td><td></td><td><a href="/getting-started/downloads.md">Downloads</a></td></tr><tr><td><strong>Server Watcher</strong></td><td>Monitor a server folder for new conflicts.</td><td></td><td></td><td><a href="/using-smart-merge-v/server-watcher.md">Server Watcher</a></td></tr><tr><td><strong>CLI</strong></td><td>Bring Quick Merge and Server Watcher to your terminal.</td><td></td><td></td><td><a href="/using-smart-merge-v/command-line-interface.md">Command Line Interface</a></td></tr></tbody></table>

{% hint style="warning" %}
Smart Merge V is an independent tool. It is not affiliated with, endorsed by, or sponsored by Rockstar Games, Take-Two Interactive, Cfx.re, or FiveM. Product names and trademarks belong to their respective owners.
{% endhint %}


---

# 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.smartmerge.de/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.
