# Uploading Scooters in Bulk

Admins can upload multiple scooters in bulk by using a **.csv** file. To begin, from the Hardware section, click Scooters to display all scooters in your System. Click the three dots in the upper right corner and select Import to upload CSV file.

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

A new page will pop up and ask you to fill in the hardware details such as the Hardware Product, Product Version, Override State, and Overide Location.&#x20;

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

{% hint style="info" %}
When uploading a CSV formatted file, prepare a spreadsheet and make sure you follow the exact format in the description. Ensure that the designated columns are all filled out. Once done, save it as a csv and upload it on admin.
{% endhint %}

![Example of how to type the information on a spreadsheet](/files/-MhKgrcuf4XnV4RlJUQg)


---

# 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://documentation.movatic.co/admin-site/modes/scooters/uploading-scooters-in-bulk.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.
