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