# Uploading Photos

Adding or updating photos for your vehicles on the Loopit platform is a simple process. This guide outlines two methods for uploading images, whether you're adding photos to a new vehicle or updating an existing listing.

## Upload Photos While Adding a New Vehicle

{% stepper %}
{% step %}
Add a New Vehicle:

During the process of [adding a new vehicle](/assets/adding-your-fleet.md) to your fleet, navigate to the **Photos** tab.
{% endstep %}

{% step %}
Upload Images:

* Click **Upload Photos** or drag files directly into the upload area.
* Select the images from your computer to upload.
  {% endstep %}

{% step %}
Save Changes:

Once the images have been uploaded, click **Save Changes** to finalize the listing.
{% endstep %}
{% endstepper %}

## Update Photos for an Existing Vehicle

{% stepper %}
{% step %}
Open the Vehicle Listing:

* Navigate to the **Fleet** section from the left-hand menu.
* Select the specific vehicle for which you want to update or add photos.
  {% endstep %}

{% step %}
Access the Photos Tab:

* In the vehicle’s details, click on the **Photos** tab.
* The upload interface here is identical to the one used for adding new vehicles.
  {% endstep %}

{% step %}
Upload or Update Photos:

* Drag and drop images into the upload area or click to browse files from your computer.
* Select the desired images and confirm the upload.
  {% endstep %}

{% step %}
Save Changes:

After adding the images, click **Save Changes** to apply updates.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Use clear, well-lit photos to showcase your vehicles professionally. Include front, side, rear, and interior shots to give customers a comprehensive view. Optimise the image file size to reduce load times on your website.
{% endhint %}


---

# 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://docs.loopit.co/assets/adding-your-fleet/uploading-photos.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.
