> For the complete documentation index, see [llms.txt](https://documentation.movatic.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.movatic.co/admin-site/modes/scooters/uploading-scooters-in-bulk.md).

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