> For the complete documentation index, see [llms.txt](https://docs.akenza.io/akenza.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.akenza.io/akenza.io/get-started/create-new-device/asset-bulk-import.md).

# Bulk actions

The functionality of **Asset Bulk Actions** allows managing the fleet by importing, editing, or deleting multiple assets at once. Asset bulk actions are managed in the **Asset Inventory**.

### Bulk import

Bulk import allows importing multiple assets at once to the **Asset Inventory**. Assets can be imported to an existing **Data Flow** or to an **Integration (no data processing (LoRa only))**. **HTTP,** **MQTT** **& CoAP** devices can also be bulk uploaded.&#x20;

To import multiple assets at once, *+ Bulk import* has to be selected on the **Asset Inventory Overview**.

![Bulk import on the Asset Inventory Overview](/files/g1kCwsKc8KiQhIhygUki)

Data processing either to an existing **Data Flow** or to a **Connectivity integration** has to be defined. The CSV file needs to be uploaded accordingly. Find more details of how to use **CSV templates** [here](/akenza.io/get-started/create-new-device/bulk-import-csv-templates.md).

![](/files/x9Qs4fkY8QdBd820Zl4i)

Once the CSV file is uploaded, the file validation can be started. If the validation is successful, the import can start. All imported assets will be displayed now on the **Asset Inventory Overview**.

If further assistance is required, please contact us at <support@akenza.io>

### Bulk edit

Bulk edit allows editing the common set of properties of the current selection of Assets. Single or multi-select of Assets is possible. Only one field can be edited at a time. Fields that have not been selected will not be changed.

Editable fields are supported for:

* Name
* Description
* LoRa properties
* Custom field values

Bulk edit is possible via filter or by selecting single device ID's.

### Bulk register & deregister

Bulk register allows registering multiple Assets at once.  A Data Flow can be assigned and edited to a set of Assets.

{% hint style="info" %}
This will remove the Assets from the LNS and require a rejoin upon registration.
{% endhint %}

Bulk deregister allows deregistering multiple Assets at once. Deregistering is possible via filter or by selecting single device ID's.

### Bulk delete

Bulk delete allows deleting a set of Assets. Deleting is possible via filter or by selecting single device ID's.

{% hint style="info" %}
Optionally: Assets can be deleted on the LNS (LoRaWAN Network Server).
{% endhint %}


---

# 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.akenza.io/akenza.io/get-started/create-new-device/asset-bulk-import.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.
