# Driving-School

## <mark style="color:yellow;">Overview</mark>

* **Theory & Practical Exams** for **Cars, Trucks, Bikes & Planes** – each with its own question set, price and route.
* **Framework-agnostic** – auto-detects **ESX**, **QBCore** or **QBOX** (or force one).
* **NPC / Marker interaction** – configurable interaction method.
* **Practice HUD** – live speed limit, checkpoint counter and error counter.
* **Error logic** – speed infractions, vehicle damage & custom limits per category.
* **Reward system** – automatically grants ESX licenses or QBCore/QBOX items when a student passes.
* **Multi-language** – English & German strings supplied (add more in `locales.lua`).
* **Custom notify hooks** – easily plug in your own HUD / help-notify systems.

## <mark style="color:yellow;">**Preview Video**</mark>

{% embed url="<https://youtu.be/87Wq9-blAjc?si=BCcdvOUl6oAtczRf>" %}


---

# 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://risk-scripts.gitbook.io/risk-scripts/scripts/driving-school.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.
