> ## Documentation Index
> Fetch the complete documentation index at: https://coolcars.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Quick Start

> Basics of spawning, driving, refueling, and repairing vehicles in CoolCars.

This section will help you get started with CoolCars immediately after installation.

## 1. Spawning and Driving

To spawn your first car, enter the following command:

```bash theme={null}
/car spawn volga
```

### Basic Controls:

* **Enter Vehicle:** **Right-Click (RMB)** on the car body.
* **Start Engine:** Press **F** (or your swap-hand key) to open the car menu, then click the engine icon.
* **Driving:** Use movement keys (**W, A, S, D**).
* **Horn:** Press **Space** while in the driver's seat.

<Frame caption="Demonstration of car control">
  <iframe width="560" height="315" src="https://www.youtube.com/embed/DdJ6PT0Xh48?si=DFfyTgh-WXLyU8oE" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen />
</Frame>

***

## 2. Refueling

Vehicles in CoolCars consume fuel while moving. If the tank is empty, the engine will not start.

### How to Refuel:

1. Give yourself a canister: `/fuel give 10` (10 liters).
2. Hold the canister in your main hand.
3. Approach the rear of the car (the fuel point).
4. Press **Shift + Right-Click** on the car.
5. Hold **Shift** to continue refueling automatically.

<Frame caption="Refueling process using a canister">
  <iframe width="560" height="315" src="https://www.youtube.com/embed/DHmuxmeqvQ0?si=P3_XlDwMASeq1mG5" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen />
</Frame>

***

## 3. Repairing Damage

If you crash or have a rough landing, the car may take damage.

### How to Repair:

1. Give yourself a repair kit: `/repair give 10` (10 units).
2. Hold the repair kit in your main hand.
3. Approach the damaged zone (front, rear, or wheels).
4. Press **Shift + Right-Click** on that zone.
5. Hold **Shift** until the repair is complete.

<Tip>
  To see exactly where to click for repairs, use the `/car repairhitbox on` command. It will highlight damage zones with particles.
</Tip>

***

## 4. Creating Your Own Model

If you want to add your own car, follow these steps:

1. Create a new folder in `plugins/CoolCars/cars/` (e.g., `MyCar`).
2. Copy the four files from the `Volga` folder into it.
3. Edit `localization.yml` to change the display name.
4. Run the `/car reload` command.
5. Your new car is ready to spawn: `/car spawn MyCar`.

<Info>
  Read the detailed guide in the [Creating a Car](/en/creating-a-car/creating) section.
</Info>
