# Controls

## Movement

| Key             | Action     |
| --------------- | ---------- |
| W / Up Arrow    | Move up    |
| A / Left Arrow  | Move left  |
| S / Down Arrow  | Move down  |
| D / Right Arrow | Move right |
| SHIFT           | Sprint     |
| J               | Jump       |

## Combat

| Key                       | Action                  |
| ------------------------- | ----------------------- |
| Left Mouse Button / SPACE | Fire / Attack           |
| Mouse Cursor              | Aim direction           |
| Mouse Scroll Wheel        | Switch weapon (on foot) |

## Vehicles

| Key                | Action               |
| ------------------ | -------------------- |
| E                  | Enter / Exit vehicle |
| W / Up Arrow       | Accelerate           |
| S / Down Arrow     | Brake / Reverse      |
| A / Left Arrow     | Steer left           |
| D / Right Arrow    | Steer right          |
| H                  | Horn                 |
| Mouse Scroll Wheel | Change radio station |

## Interaction

| Key | Action                                    |
| --- | ----------------------------------------- |
| F   | Interact (buildings, phone booths, shops) |
| E   | Enter / Exit vehicle                      |
| B   | Detonate bomb (faction mission)           |
| G   | Fart (on foot only)                       |

## UI

| Key   | Action            |
| ----- | ----------------- |
| P     | Scoreboard        |
| ESC   | Close panels      |
| ENTER | Send chat message |

## Tips

* **Auto-fire weapons** (Fists, MP5): Hold the fire button for continuous fire
* **Semi-auto weapons** (Pistol, Shotgun, RPG): Click for each shot
* Aim is based on your mouse cursor position in the world, not your movement direction


---

# 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://guide.pta2.com/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.
