> For the complete documentation index, see [llms.txt](https://guide.cronuszen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.cronuszen.com/setup-guides/quick-start-guide/step-3-controller-setup.md).

# STEP 3: Controller Setup

Identify whether your controller is USB-only, Bluetooth-compatible, or requires a wireless adapter (e.g., some Xbox® controllers or the Astro® C40).

<table><thead><tr><th></th><th>USB</th><th width="187">BT</th><th>ADAPTER</th></tr></thead><tbody><tr><td>DualSense™</td><td><mark style="color:green;"><strong>YES</strong></mark></td><td><mark style="color:orange;"><strong>YES*</strong></mark></td><td>N/A</td></tr><tr><td>DualSense Edge™</td><td><mark style="color:green;"><strong>YES</strong></mark></td><td><mark style="color:orange;"><strong>YES*</strong></mark></td><td>N/A</td></tr><tr><td>DualShock®4</td><td><mark style="color:green;"><strong>YES</strong></mark></td><td><mark style="color:green;"><strong>YES</strong></mark></td><td>N/A</td></tr><tr><td>Xbox® (All models)</td><td><mark style="color:green;"><strong>YES</strong></mark></td><td><mark style="color:red;"><strong>NO</strong></mark></td><td><mark style="color:purple;"><strong>YES**</strong></mark></td></tr><tr><td>Nintendo Switch® (All models)</td><td><mark style="color:red;"><strong>NO</strong></mark></td><td><mark style="color:green;"><strong>YES</strong></mark></td><td><strong>N/A</strong></td></tr><tr><td>Astro® C40</td><td><mark style="color:green;"><strong>YES</strong></mark></td><td><mark style="color:red;"><strong>NO</strong></mark></td><td><mark style="color:green;"><strong>YES</strong></mark></td></tr></tbody></table>

*<mark style="color:orange;">**\*Bluetooth does not support Adaptive Triggers, Rumbles, Gyroscope, or Mic**</mark>*&#x20;

*<mark style="color:purple;">**\*\*Wireless Xbox Series X|S® & Xbox One® controllers require the**</mark>* [***Xbox® Wireless Adapter***](https://cronus.shop/products/xbox-one-wireless-adapter)*<mark style="color:purple;">**.**</mark>*

## Supported Devices

***

Cronus Zen supports all major consoles, official controllers, and most licensed third-party controllers.

{% columns %}
{% column %}
**PlayStation®5**\
**PlayStation®4**\
**PlayStation®3**\
**Nintendo Switch®**\
**Nintendo Wii®**\
**Windows® PC**
{% endcolumn %}

{% column %}
**Xbox Series X|S®**\
**Xbox One®**\
**Xbox 360®**\
**Racing Wheels**\
**Mouse & Keyboard**\
**PS Remote Play**
{% endcolumn %}
{% endcolumns %}

{% hint style="info" %}

## WIRED HEADSETS:

Due to the wide variety of headsets, controllers, and consoles, full audio compatibility cannot be guaranteed for every configuration. Many USB-connected setups are supported.

**Note:** Wired headsets are not supported over Bluetooth. The controller must be connected to the Zen via USB. For PlayStation 5, connect the headset to the device running the PS Remote Play app.
{% endhint %}

{% hint style="success" %}

## NINTENDO SWITCH®:

When using a Switch TV Dock, ensure the 15V power supply is connected. Otherwise, the Zen will not power on.

In Handheld Mode, a USB-C OTG adapter is required.

Enable the following setting on the console:\
**System Settings > Controllers and Sensors > Pro Controller Wired Communication: On**
{% endhint %}


---

# 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://guide.cronuszen.com/setup-guides/quick-start-guide/step-3-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.
