# Controls

#### All controls can be remappable in game.

| Action                             | Gamepad                                                              | Keyboard (Default keybinds) |
| ---------------------------------- | -------------------------------------------------------------------- | --------------------------- |
| Up Note                            | <p>PlayStation: Triangle <br>Xbox: Y<br>Nintendo: X</p>              | W or Up arrow key           |
| Left Note                          | <p>PlayStation: Square <br>Xbox: X<br>Nintendo: Y<br></p>            | A or Left arrow key         |
| Down Note                          | <p>PlayStation: Cross <br>Xbox: A<br>Nintendo: B<br></p>             | S or Down arrow key         |
| Right Note                         | <p>PlayStation: Circle <br>Xbox: B<br>Nintendo: A<br></p>            | D or Right arrow key        |
| End game (pause in a later update) | <p>PlayStation: Options <br>Xbox: Start<br>Nintendo: +/Start<br></p> | Space                       |
| Open and close volume sliders      |                                                                      | < and > (temporary)         |


---

# Agent Instructions: 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:

```
GET https://slystudios.gitbook.io/pm/all-things-technical/controls.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
