> For the complete documentation index, see [llms.txt](https://fleetmulti.hyvikk.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fleetmulti.hyvikk.space/explore-features/vehicles/vehicle-list/edit-vehicle-details.md).

# Edit Vehicle Details

{% embed url="<https://s3.ap-southeast-1.wasabisys.com/media.hyvikk.com/fleet-multibranch-videos/Vehicles/Fleet-MultiBranch-Edit-Vehicle-Details.mp4>" %}
Edit Vehicle Details
{% endembed %}

#### Information About Fields (Editable) :&#x20;

* Select Vehicle Make : Vehicle Manufacturing Company Name
* Select Vehicle Color : Color of Vehicle
* Select Vehicle Model : Vehicle Model Name
* Vehicle Number : Vehicle Number Plate
* Select Vehicle Type : Type of Vehicle (Sedan/SUV/Hatchback etc.)
* Select Vehicle Franchisee : Franchisee Name Under which Vehicle will be Working
* Vehicle Engine Type : Petrol/Diesel
* Average(km/gallon) : Average kilometers the is vehicle going to run per gallon of fuel
* Initial Mileage(km) : Mileage at the Time of Adding Vehicle in the System

####

#### OTHER FEATURES :

### Edit Images

To Edit Vehicle Image and its Related Documents Like RC Book, Permit, Insurance Etc.

{% embed url="<https://s3.ap-southeast-1.wasabisys.com/media.hyvikk.com/fleet-multibranch-videos/Vehicles/Fleet-MultiBranch-Edit-Vehicle-Images.mp4>" %}
Edit Vehicle Images
{% endembed %}

**To Upload Images & Docs**

* Click on Image Icon at the Top Right Corner of the Screen to Open *"Edit Images"*.
* Select Image(s) from Phone Gallery for the Related Fields.
* Navigate to Bottom of the Screen and Click on **"Edit"** Button to Save.

#### Information About Fields (Image Upload \[jpg/jpeg]) :

Vehicle Image : Vehicle Photo

RC  Book : An official document issued by the Gov. of India, which certifies your vehicle is legally registered with the RTO

Permit : Certificate which allows vehicle to travel from one place to another

Vehicle Fitness : A document that certifies that the vehicle is fit in every aspect to ply on roads.

Insurance : Insurance of Added Vehicle

Other Image : Any Other Document Image which you want to Add.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://fleetmulti.hyvikk.space/explore-features/vehicles/vehicle-list/edit-vehicle-details.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
