> 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/supported-devices/xboxseriesxs.md).

# Xbox Series X|S®

## Xbox Series X|S®

Cronus Zen™ supports all versions of the Xbox Series X|S® console and all official Xbox Series X|S® controllers.

Any supported device works with your Xbox Series X|S® through the Cronus Zen™, including [controllers](/supported-devices/controller.md), [mice](/supported-devices/mice.md), and [keyboards](/supported-devices/keyboard.md).

***

### <i class="fa-xbox">:xbox:</i> Consoles <a href="#consoles" id="consoles"></a>

| Model                  |                 Supported                 |
| ---------------------- | :---------------------------------------: |
| Xbox Series X®         | <mark style="color:green;">**Yes**</mark> |
| Xbox Series S® Digital | <mark style="color:green;">**Yes**</mark> |

***

### <i class="fa-gamepad-modern">:gamepad-modern:</i> Controllers <a href="#controllers" id="controllers"></a>

Xbox Series X|S® controllers connect over **USB** or the **Xbox® Wireless Adapter**. Bluetooth® is not supported.

{% hint style="warning" %}
Some Xbox Series X|S® and Xbox® One controllers share the same name, but one may be supported and the other not. Identify yours by the extra **Capture** button, which only the Series X|S® models have.
{% endhint %}

***

### <i class="fa-gear">:gear:</i> GameSir G7 SE setup <a href="#g7se" id="g7se"></a>

The GameSir G7 SE needs a one-time configuration before it works with the Cronus Zen™.

**Configure the controller**

{% stepper %}
{% step %}

#### Update the firmware

Download the [GameSir Nexus app](https://www.gamesir.hk/pages/gamesir-nexus), select **Update**, and program the controller to the latest version.
{% endstep %}

{% step %}

#### Open profile 1

Select **Profiles**. Profile 1 should be highlighted — select **Configure**, then select **Sticks** at the top of the screen.
{% endstep %}

{% step %}

#### Set both stick ranges

Set the **Initial** value to `0` for the left stick and enable **RAW**. Do the same for the right stick.
{% endstep %}

{% step %}

#### Calibrate

Move both sticks around until X and Y read `0.00%`, then press **A** to confirm.
{% endstep %}
{% endstepper %}

**Connect to the Cronus Zen™**

{% stepper %}
{% step %}

#### Connect the Zen to the console

Use the **CONSOLE/PC USB** port.
{% endstep %}

{% step %}

#### Wait, then connect the controller

Wait 5 seconds, then connect the GameSir controller to **A1**.

{% hint style="warning" %}
If you do not wait, the controller will not power on. Look for the white LED.
{% endhint %}
{% endstep %}

{% step %}

#### Reset

Tap the Zen's reset button. After a few seconds the RGB LEDs turn **green**.
{% endstep %}
{% endstepper %}


---

# 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/supported-devices/xboxseriesxs.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.
