> 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

## Introduction

Welcome to the documentation site for **Smart Merge V**. These docs are written for FiveM server owners, server maintainers, and content creators who need a practical way to fix map and resource conflicts without manually comparing every GTA V file.

Smart Merge V helps you select the resources that are visibly broken, review detected conflict groups, create a cloud merge task, download the generated resource, and load it correctly on your server. It is available as a web app, Windows desktop app, Linux desktop app, and CLI archive.

## What is Smart Merge V?

**Smart Merge V** is a merge workflow for GTA V and FiveM resource files. It focuses on the files that commonly break when multiple resources touch the same area, collision, model, map placement, or navigation data.

In simple terms, Smart Merge V helps turn overlapping server resources into one generated resource that can be loaded after the originals.

<figure><img src="/files/LjQkmui0480l72hUAQwY" alt=""><figcaption><p>Smart Merge V Quick Merge folder selection</p></figcaption></figure>

{% hint style="info" %}
Smart Merge V uses a local-first workflow. It scans selected folders on your machine first, then shows the exact supported conflict files before you choose what to upload for cloud processing.
{% 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

The docs are organized around that workflow: understand the problem, scan the affected resources, merge only what is needed, install the result, and test the area again.

### 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>Run your first Quick Merge and download the result.</td><td></td><td></td><td><a href="/pages/7FvWQMF0kTK7HGhlQfmo">/pages/7FvWQMF0kTK7HGhlQfmo</a></td></tr><tr><td><strong>Downloads</strong></td><td>Get the web app, desktop app, or CLI archive.</td><td></td><td></td><td><a href="/pages/UgteuKZd4tukv5Q71GPJ">/pages/UgteuKZd4tukv5Q71GPJ</a></td></tr><tr><td><strong>Server Watcher</strong></td><td>Let the desktop app or CLI check a server folder and apply watcher results.</td><td></td><td></td><td><a href="/pages/59rME1Xj2r9EaqFd99B6">/pages/59rME1Xj2r9EaqFd99B6</a></td></tr><tr><td><strong>CLI</strong></td><td>Use terminal Quick Merge and CLI Server Watcher automation.</td><td></td><td></td><td><a href="/pages/ZmYBt4qqqnty6XbZumgg">/pages/ZmYBt4qqqnty6XbZumgg</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.
