> 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/ps4.md).

# PlayStation®4

Cronus Zen™ supports all versions of the PlayStation®4 console, including every variation of the DualShock®4 controller over USB and Bluetooth®.

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

***

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

| Model              |                      Supported                     |
| ------------------ | :------------------------------------------------: |
| PlayStation®4      |      <mark style="color:green;">**Yes**</mark>     |
| PlayStation®4 Slim |      <mark style="color:green;">**Yes**</mark>     |
| PlayStation®4 Pro  | <mark style="color:orange;">**Conditional**</mark> |

{% hint style="warning" %}
On the PlayStation®4 Pro, the CONSOLE/PC USB cable must go into the **rear USB port**. The front ports do not supply enough power for the Cronus Zen™.
{% endhint %}

***

### <i class="fa-gamepad-modern">:gamepad-modern:</i> DualShock®4 v1 versus v2 <a href="#ds4-versions" id="ds4-versions"></a>

There are two DualShock®4 models, and the difference matters.

|                          |               v1 (CUH-ZCT1X)              |               v2 (CUH-ZCT2X)              |
| ------------------------ | :---------------------------------------: | :---------------------------------------: |
| USB                      | <mark style="color:green;">**Yes**</mark> | <mark style="color:green;">**Yes**</mark> |
| Bluetooth®               | <mark style="color:green;">**Yes**</mark> | <mark style="color:green;">**Yes**</mark> |
| Audio over USB           |   <mark style="color:red;">**No**</mark>  | <mark style="color:green;">**Yes**</mark> |
| Works as AUTH controller |   <mark style="color:red;">**No**</mark>  | <mark style="color:green;">**Yes**</mark> |

The v1 is fine for basic gaming, but it has no audio — no headset and no controller speaker — and it cannot serve as the authentication controller in a PS4® crossover setup. The v2 supports all of it.

**How to tell them apart:** the v2 has a light bar visible through the touchpad.

{% hint style="info" %}
In the model numbers, the final letter is the region: **U** for USA, **E** for Europe, **J** for Japan.
{% endhint %}

***

### <i class="fa-gamepad">:gamepad:</i> PlayStation® Move controllers <a href="#move" id="move"></a>

The original and most third-party PlayStation® Move controllers pair to the Zen over Bluetooth® — left and right on separate Bluetooth® channels.

***

### <i class="fa-list">:list:</i> Licensed controllers <a href="#licensed" id="licensed"></a>

{% hint style="info" %}
For Bluetooth® support on a PlayStation®4, some third-party licensed controllers require a DualShock®4 v2 as the authentication controller in **A1**.
{% 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/supported-devices/ps4.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.
