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

# FiveOS

FiveOS is a free Windows app that helps you make FiveM (GTA V multiplayer) mods. No experience needed — each tool walks you through it, one step at a time.

New here? Just find what you want to do below and click it.

## Pick what you want to do:

* Turn a singleplayer car into a FiveM car → [Vehicles](/fiveos-docs/guides/vehicles.md)
* Turn a 3D model into a FiveM prop or weapon → [3D Model](/fiveos-docs/guides/3d_model.md)
* Make a big/laggy mod file smaller → [Optimize](/fiveos-docs/guides/optimize.md)
* Package a mod into a ready-to-use file → [Mods → RPF](/fiveos-docs/guides/rpf.md)
* Make a custom emote (dance, pose, action) → [Pose → Emote](/fiveos-docs/guides/pose_to_emote.md)
* Change how FiveOS works (language, folders, etc.) → [Settings](/fiveos-docs/reference/settings.md)

***

Download the latest `FiveOS.exe` from the [releases page](https://github.com/w3bportal/FiveOS/releases/latest).


---

# 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://fiveos.gitbook.io/fiveos-docs/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.
