# Controls

When driving your vehicle there are several controls for movement, sounds, and management. All of these are fairly intuitive and will be easy to remember.

***

## Movement

To move your vehicle, you can use **W**, **A**, **S**, and **D**. In order to brake you'll need to press **SPACE** whilst moving.

<figure><img src="/files/2xEBz5WzDSbapClpgghb" alt="" width="563"><figcaption></figcaption></figure>

### Acceleration Boost

In order to use an Acceleration boost, you must first have at least a Fast or SuperFast engine [Vehicle Upgrade](/vehicles/upgrades.md). You'll receive a message in your chat when your vehicle is ready to accelerate, once you receive the message you'll have 3 seconds to press your **F** key.

<figure><img src="/files/su4trTXdNa4SQLt4DclE" alt=""><figcaption></figcaption></figure>

***

## Sounds

To sound your **horn**, use **Left-Click**.

If you're driving an Emergency Service vehicle, you can use **F** to sound your **siren**.

***

## Management

To access the management menu, **SHIFT + RIGHT-CLICK**

<figure><img src="/files/Bj6VlF1vTaViyAir9KOL" alt="" width="563"><figcaption></figcaption></figure>

***


---

# 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://faq.schoolrp.net/vehicles/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.
