> 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/non-dma-products/call-of-duty/charlie/controller-setup.md).

# Controller Setup

## Xbox Controllers

Xbox controllers are natively supported within the cheat.

* To use a controller, toggle off the `use aim key` setting
* Plug in the controller via USB cable to the PC
* The menu will show the `mode` (also known as the `aim mode`) as `gamepad`

### PlayStation 4 and 5 Controllers

You will need third-party software to use the cheat with Dualshock 4 or Dualshock 5 PlayStation controllers.

* Download and install [DS4 Windows](https://ds4-windows.com/)
  * If DS4 Windows is installed on the PC, uninstall + remove all settings and then reinstall
* Connect the controller to the PC via USB
* Open DS4 Windows
* Check the controller is present in the `Controllers` tab
* Check the `Selected Profile` is set to `Default`

{% hint style="warning" %}
Do **not** remap any controller keys or modify settings in the `Profiles` tab.
{% endhint %}

* Click `Start` (bottom right of DS4 Windows)
  * If using Steam: click settings -> controller -> select `Xbox/Xinput Controller`
  * Check that `Enable Steam Input` is **not** active/selected
* Start the game
  * Navigate to settings -> controllers
  * Set `aim input device` to `Controller`
* Follow the steps to inject the cheat into the game
* Disable the aim key
* The menu will show the `mode` (also known as the `aim mode`) as `gamepad` (in most cases, some controllers do not set the mode)


---

# 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/non-dma-products/call-of-duty/charlie/controller-setup.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.
