> For the complete documentation index, see [llms.txt](https://docs.stayonhire.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stayonhire.com/fleet/bulk-import-assets.md).

# Bulk Importing Assets

***

### Step 1: Open your source Spreadsheet (Excel/CSV/XLSX)

Open your spreadseet asset list (i.e. in Excel). Select and copy (`Ctrl + C` or `Cmd + C`) the specific text column that holds the values you want to copy

* Tip: Always start with your unique identifiers column (e.g. Asset ID, or Unit Code) to smoothly establish the system base rows

<figure><img src="/files/q6eaAwoPFs3uMhCASdj5" alt=""><figcaption><p>Copy the column from your spreadsheet</p></figcaption></figure>

#### Step 2: Go to the StayOnHire Fleet Page

Log into your Fleet page at [`app.stayonhire.com/assets`](https://app.stayonhire.com/assets/active). In the primary dark left-hand navigation sidebar panel, move down to the Company grouping list section and click onto the Fleet page.&#x20;

Look directly at the utility actions running along the top header bar of your active fleet data table:

1. Turn on interactive layout updates by clicking the inline slide indicator text marked 'Edit' mode.
2. Once active, go over to the right side of the filter controls and click the blue action button named `+ Add Asset`. This instantly focuses your selection onto a freshly generated empty data row.

<figure><img src="/files/iC2EXfqIWBRooLz2dicz" alt=""><figcaption><p>Click the 'Edit', then '+ Add Asset' buttons</p></figcaption></figure>

#### Step 3: Paste your copied column of data

Click directly inside the focused primary input cell text box for your new line (specifically the Asset ID entry block). Execute a direct system clipboard paste action (`Ctrl + V` or `Cmd + V`).

<figure><img src="/files/LiiqeBnmepKBIcfNlaGQ" alt=""><figcaption><p>Paste your data into a column of StayOnHire</p></figcaption></figure>

StayOnHire will automatically intercept the multi-line array on your clipboard and instantly project every line item down sequentially, generating multiple rows across your asset tracking catalogue simultaneously in real time.

> 💡 Pro-Tip: Sequential Column Mapping: > Once your empty rows are successfully built out using the Asset IDs, you can go back to your Excel spreadsheet, copy subsequent data columns (such as *Short Description*, *Type*, or *Make/Model*), and paste them right into the matching column block in StayOnHire to quickly enrich your workspace profiles.

<figure><img src="/files/jBszUNhjKH4U0nnIGpyU" alt=""><figcaption><p>We reccomend pasting one column at a time to accurately map all values you want to import</p></figcaption></figure>


---

# 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://docs.stayonhire.com/fleet/bulk-import-assets.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.
