# Manage Vehicle

Go to: BRW >> Manage Vehicle

## 1: List All Vehicle

With this feature, you can quickly filter vehicles by date or search for them by name.

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

## 2: Add Vehicle for products

### 2.1: Settings in the Backend

#### Step 1: Create Vehicle

Go to **BRW** >> **Manage Vehicle >> Add New Vehicle**

* **Add Vehicle Name**
* **Add Vehicle ID** ( unique )
* **Require Location**: Choose Yes/No. If you choose "yes", you will set location for the vehicle
* **Add Unavailable Time**

Suppose that you have 3 same BMW cars and you want to control those 3 ones according to their different license plates ( 30A456, 29B123, 31C765 ). You will create 3 new cars with 3 unique IDs ( 30A456, 29B123, 31C765 )

<div><figure><img src="/files/vvZWhhUu4ll1DyhEo7ei" alt=""><figcaption></figcaption></figure> <figure><img src="/files/95vLVa6tGwtw73q1QMYk" alt=""><figcaption></figcaption></figure> <figure><img src="/files/PH4UkjIgbgV6h5iV3O4I" alt=""><figcaption></figcaption></figure></div>

#### Step 2: Select Vehicle for products

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

### 2.2: Show in The Frontend

a) Show in the Frontend

Display in Cart, Checkout and Order Details

<div><figure><img src="/files/QZTjpaMeszwO8n7CRA33" alt=""><figcaption></figcaption></figure> <figure><img src="/files/lN5VbPRkf0pESJcYnLcP" alt=""><figcaption></figcaption></figure></div>

## 3: Manage Vehicles in Backend

* See the corresponding vehicle for each order in Booking List ( go to: **BRW >> Manage Booking** )

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

* Quickly find Orders by vehicle ( go to: **BRW >> Manage Booking** )

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

* View Vehicle ID in Order Details

<figure><img src="/files/3AKpyYtHtqp6gwKRwjqD" alt=""><figcaption></figcaption></figure>

* Check Available Vehicle IDs of any product in any time

<figure><img src="/files/iLWLYFZyX64MVlj80uZL" alt=""><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://ovatheme.gitbook.io/brw/brw/manage-vehicle.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.
