> For the complete documentation index, see [llms.txt](https://faq.xmod.club/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.xmod.club/xmod-basics/quick-start-guide.md).

# Quick Start Guide

### What is XMod?

XMod is a revolutionary tool that brings trainers for all your games to one location. With XMod you will never have to worry about questionable downloads or spending time looking for trainers when you should be playing your favorite games.&#x20;

***

### Are there any requirements for using XMod?

XMod requires a computer that supports hardware acceleration and .NET Framework 4.7 or above. Requirements for .NET Framework 4.7 can be found [here](https://learn.microsoft.com/en-us/dotnet/framework/get-started/system-requirements#supported-client-operating-systems). We recommend installing .NET Framework 4.8, which includes 4.7.

***

### Installing XMod

1. Download the [XMod installer](https://p3dhack.ru/xmod/)

   <figure><img src="/files/COSIpb9I8JMlNPo5QqMa" alt=""><figcaption></figcaption></figure>
2. Open XMod-Setup.exe

   <figure><img src="/files/gyUkF2ZWOtjtqIs6FWce" alt=""><figcaption></figcaption></figure>
3. Finally, click Install Now

   <figure><img src="/files/55nbz4LidJQssvkpgL6D" alt=""><figcaption></figcaption></figure>

***

### Using XMod

1. Open XMod.
2. Start typing to begin searching for the game you want to use mods with.
3. Select the trainer and click play.

   <figure><img src="/files/4r5EsvjKPSauU9ZkdodS" alt=""><figcaption></figcaption></figure>
4. Activate mods using the hotkeys listed next to each mod.

   <figure><img src="/files/rIPFdkyPTkYrP4nykKdm" alt=""><figcaption></figcaption></figure>


---

# 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://faq.xmod.club/xmod-basics/quick-start-guide.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.
