# Installation Guide

In order to install our mod, you may follow two different paths:

{% hint style="info" %}
As of version **0.0.3-alpha** the mod is only compatible with game versions **2699, 3258** and **3274**. If you would like to request a different version, you can do so through our [discord](https://discord.gg/QfZjHwfhPQ).
{% endhint %}

## FiveM

If you are already using FiveM, or plan on using the mod while being online; please read the following instructions:

* First, Install [FiveM](https://fivem.net/)
* Go to the folder where you installed FiveM (By default this would be over at `%localappdata%\FiveM`).
* Find the Plugins folder.
* Download our mod.
* Copy **OWOGTAVMOD.asi** into the folder.
* Start your game. Once you start actually playing, you can press F3 to connect to the MyOWO App.

## ScriptHook V

If you only want to play on singleplayer, you can use ScriptHookV to use our mod.

* First, download [ScriptHookV](http://www.dev-c.com/gtav/scripthookv/) by clicking on the first **Download** link.
* Decompress the file and go into the bin folder.
* Copy the files **ScriptHookV.dll** and **dinput8.dll** in the same folder as your GTAV.exe is in.
* Download our mod.
* Copy **OWOGTAVMOD.asi** into the same folder.
* Start your game. Once you start actually playing, you can press F3 to connect to the MyOWO App.


---

# 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://owo-game.gitbook.io/owo-gta-v-integration-roadmap/installation-guide.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.
