> For the complete documentation index, see [llms.txt](https://docs.lmarket.fr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lmarket.fr/red-dead-redemption-2/ovix/how-do-i-use-ovix.md).

# How do I use Ovix?

1. Activate your license on [ovix.one](https://dash.ovix.one/).
   * Create an account
   * Then paste your license and click "Redeem".
2. Download and install [VC Redist](https://aka.ms/vs/16/release/vc_redist.x64.exe). Also available on the dashboard.
3. Download the [OVIX Installer](https://dash.ovix.one/).
4. Run the OVIX Installer. Choose a folder to install OVIX into and provide administrator permissions.
5. You should now have the OVIX Loader installed on your system. A shortcut to it has been created in both your start menu and desktop.
6. Add an [antivirus exclusion](https://support.microsoft.com/en-gb/help/4028485/windows-10-add-an-exclusion-to-windows-security) to the OVIX executable. [Click here to open the Exclusions](https://docs.ovix.one/ms-settings:windowsdefender).
7. Launch RDR2 and load into story mode.
8. When fully loaded in, launch the OVIX Loader and connect using your credentials.
9. Press the inject button. This will inject the menu into your game.
10. If everything went well pressing F8 should make the menu appear ingame.
11. Enjoy!


---

# 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.lmarket.fr/red-dead-redemption-2/ovix/how-do-i-use-ovix.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.
