> For the complete documentation index, see [llms.txt](https://docs.fullsendrp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fullsendrp.com/getting-started/installing-fivem.md).

# Installing FiveM

## Installing FiveM

Installing FiveM is pretty straightforward. It's usually a matter of [downloading FiveM](https://fivem.net/), then simply running the downloaded file. For those who'd like a bit more detail, read below.

### Installing <a href="#installing" id="installing"></a>

Running into trouble? Make sure your system meets the [minimum requirements](https://docs.fivem.net/docs/client-manual/system-requirements/) and read the [client issues manual](https://docs.fivem.net/docs/support/client-issues/).

* Disable any antivirus before you download FiveM. Some antivirus vendors like Avast, AVG, and others are known to block FiveM procedures, so make sure your antivirus is fully turned off. Once FiveM is installed, add FiveM to the whitelist/exclusions of your antivirus. [See here how](https://docs.fivem.net/docs/client-manual/disabling-antivirus/). We're working on a solution.
* Make sure you have installed and updated [GTA V](https://docs.fivem.net/docs/client-manual/where-to-buy-gtav/).
* [Download FiveM](https://fivem.net/) off the website.
* Run FiveM.exe. If you run the installer in an empty folder, FiveM will install there. Otherwise, it will install in `%localappdata%\FiveM`.
* Start FiveM from your Windows start menu.

### Uninstalling <a href="#uninstalling" id="uninstalling"></a>

* If you installed FiveM in an empty folder, just delete that folder.
* Otherwise:
  * Press `WinKey+R` on your keyboard
  * Type `appwiz.cpl`
  * Find FiveM, right click and press uninstall
* Alternatively
  * Press `WinKey+R` on your keyboard
  * Type `%localappdata%` in the dialog that opens
  * Hit Enter
  * Delete the FiveM folder
* That is all you need to do!
* Run FiveM.exe again if you want to reinstall FiveM.


---

# 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:

```
GET https://docs.fullsendrp.com/getting-started/installing-fivem.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.
