> 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/zen-fr/appareils-pris-en-charge/ps3.md).

# PlayStation®3

Cronus Zen™ prend en charge toutes les versions de la console PlayStation®3, y compris toutes les variantes des manettes DualShock®3 et PlayStation® Move via USB et Bluetooth®.

Tout appareil pris en charge fonctionne avec votre PlayStation®3 via le Cronus Zen™, y compris [manettes](/zen-fr/appareils-pris-en-charge/manette.md), [souris](/zen-fr/appareils-pris-en-charge/souris.md), et [claviers](/zen-fr/appareils-pris-en-charge/clavier.md).

***

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

| Modèle                               |              Pris en charge              |
| ------------------------------------ | :--------------------------------------: |
| PlayStation®3 (CECH-L00)             | <mark style="color:vert;">**Oui**</mark> |
| PlayStation®3 Slim (CECH-2000)       | <mark style="color:vert;">**Oui**</mark> |
| PlayStation®3 Slim (CECH-3000)       | <mark style="color:vert;">**Oui**</mark> |
| PlayStation®3 Super Slim (CECH-4000) | <mark style="color:vert;">**Oui**</mark> |

***

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

| Modèle                                    |                    USB                    |                Bluetooth®                |                   Audio                   |
| ----------------------------------------- | :---------------------------------------: | :--------------------------------------: | :---------------------------------------: |
| DualShock®3 (SCPH-98050)                  |  <mark style="color:vert;">**Oui**</mark> | <mark style="color:vert;">**Oui**</mark> | <mark style="color:rouge;">**Non**</mark> |
| DualShock®3 (CECH-ZC2)                    |  <mark style="color:vert;">**Oui**</mark> | <mark style="color:vert;">**Oui**</mark> | <mark style="color:rouge;">**Non**</mark> |
| PlayStation® Move Motion (CECH-ZCM1X)     | <mark style="color:rouge;">**Non**</mark> | <mark style="color:vert;">**Oui**</mark> |                     —                     |
| PlayStation® Move Navigation (CECH-ZCS1X) | <mark style="color:rouge;">**Non**</mark> | <mark style="color:vert;">**Oui**</mark> |                     —                     |

{% hint style="info" %}
Dans les numéros de modèle, la dernière lettre indique la région : **U** pour les États-Unis, **E** pour l’Europe, **J** pour le Japon.
{% 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/zen-fr/appareils-pris-en-charge/ps3.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.
