> For the complete documentation index, see [llms.txt](https://docs.dexa.im/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dexa.im/tools-and-software/call-of-duty/afk-bot/setup-guide.md).

# Setup Guide

## 1. Preparing the Game

* Start the game and go into the settings menu
* Set the `graphic preset` to `minimum quality`

<figure><img src="/files/Ebyfm4tfv8pRvhZDd9kw" alt="" width="563"><figcaption><p>The graphic preset setting.</p></figcaption></figure>

* Set the `shader quality` to `medium`

<figure><img src="/files/K38eK2TdWe6NJ1kBInFk" alt="" width="563"><figcaption><p>The shader quality setting.</p></figcaption></figure>

* Set the `menu text size` to `default`

<figure><img src="/files/ei626DPQnjwIxpTUWFJX" alt="" width="563"><figcaption><p>The menu text size setting.</p></figcaption></figure>

* Set the game `display mode` to `Windowed`

<figure><img src="/files/cPhZcsiXdaERJvO928F0" alt="" width="563"><figcaption><p>The display mode setting.</p></figcaption></figure>

* Set the `aspect ratio` to `automatic`

<figure><img src="/files/1zCpzDDhylb6r0UjA3dg" alt="" width="563"><figcaption><p>The aspect ratio setting.</p></figcaption></figure>

* Set the `preferred language` to `English`

<figure><img src="/files/qQdG4Uhr8vEsNvYVYFUL" alt="" width="563"><figcaption><p>The preferred language setting.</p></figcaption></figure>

* Set `parachute automatic behavior` to `Free Fall`&#x20;
  * This will add additional XP per match

<figure><img src="/files/aZr6dTM8e7Okaol9UOCv" alt="" width="563"><figcaption></figcaption></figure>

### 2. Adjust the In-Game settings

* Set the `payout perk` on your primary loadout, as this will add additional XP per match in any mode
* Rename the primary (first) loadout to `MY LOADOUT 1` in Multiplayer
* Rename the primary (first) loadout to `CUSTOM LOADOUT 1` in Warzone
* Disable loadout switching

## 3. Preparing Windows

* set your [monitor's display resolution](ms-settings:display) to 1920x1080 or smaller

{% hint style="success" %}
Setup completed. You can now run the bot!
{% endhint %}

## 4. Using the Bot

{% hint style="warning" %}
If you have Battle.net installed, close it completely before using the bot.
{% endhint %}

### Tips for higher XP per hour

* The highest XP per hour game mode is `Prop Hunt`.
  * If you are not using the `Prop Hunt` mode, try playing small map modes and use `blast traps`, `smoke grenades`, `concussion grenades` and equip the `strategist perk` for additional XP per hour.
* If you are located in a low-population server region, [use a VPN](https://go.nordvpn.net/SH8k3) to NA or EU servers as queue times will be faster.

### To Level Weapons

* use the `Warzone` game mode

## Using Virtual Machines or Cloud PCs

A cloud PC is a virtual machine running on a server that lets users access a Windows desktop from any device over the internet. Cloud PCs are a convenient and scalable method for accessing high-end resources (high-spec CPUs, GPUs, etc.) for a low, monthly cost - eliminating the need to purchase a physical PC.

### Virtual Machine

A virtual machine (VM) is a software-based computer that mimics a physical computer. VMs can run programs, store data, and connect to networks, all on a host PC without interrupting the user.

#### 1. Download VM Software

We suggest [VirtualBox.](https://www.virtualbox.org/)

#### 2. Install Windows

Download [Windows as an .ISO](https://www.microsoft.com/en-us/software-download/windows11) and install it within a virtual machine you create within VirtualBox.

#### 3. Run the AFK Bot

Download, configure, and run the bot on the cloud PC - done! If needed, purchase an additional license for your cloud PC:

{% embed url="<https://dexa.im/products/afk-bot>" %}

### Cloud PCs

#### 1. Purchase a Cloud PC

We suggest [Shadow Tech cloud PCs](https://shadow.tech/) as they are the easiest and most user-friendly for customization of the cloud PC instance.

{% hint style="warning" %}
Purchase at least the **BOOST** or **POWER** tier, as the **DISCOVERY** tier does not have enough resources to run the bot smoothly.
{% endhint %}

#### 2. Install Preferred Launcher

Install:

* Steam, Battle.net, or Xbox Gamepass
* Update the [NVIDIA GPU drivers](https://www.nvidia.com/en-us/geforce/drivers/)

#### 3. Run the AFK Bot

Download, configure, and run the bot on the cloud PC - done! If needed, purchase an additional license for your cloud PC:

{% embed url="<https://dexa.im/products/afk-bot>" %}


---

# 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.dexa.im/tools-and-software/call-of-duty/afk-bot/setup-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.
