> For the complete documentation index, see [llms.txt](https://help.glpi-project.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.glpi-project.org/faq/plugins/data-injection.md).

# Data Injection

***

### How do I set up **`Data Injection`** ?

A [procedure ](/doc-plugins/plugins-glpi/datainjection.md)is available to help you set up the plugin.

***

### What are the features of **`Data Injection`** ?

This plugin allows you to import data from a **`CSV`** file. For example, you can :

* import machines on delivery (electronic delivery note in CSV)
* import additional data
* import equipment
* migrate from another fleet management tool

***

### What types of data can I import?

A lot of data can be imported.

<details>

<summary><strong>Here is an exhaustive list:</strong></summary>

* **`Appliances`**
* **`Budgets`**
* **`Cartridge models`**
* **`Case types`**
* **`Cases`**
* **`Certifcates`**
* **`Computer models`**
* **`Computer types`**
* **`Computers`**
* **`Consumable models`**
* **`Contact types`**
* **`Contacts`**
* **`Controllers`**
* **`Database instances`**
* **`Database`**
* **`Devices`**
* **`Devices types`**
* **`Documents types`**
* **`Domains`**
* **`Drives`**
* **`Editions`**
* **`Entities`**
* **`File systems`**
* **`Followup templates`**
* **`Groups`**
* **`Hard drives`**
* **`ITIL categories`**
* **`Interface types (Hard drive...)`**
* **`Kernel versions`**
* **`Kernels`**
* **`Knowledge base`**
* **`Knowledge base categories`**
* **`Liences types`**
* **`Licences`**
* **`Locations`**
* **`Manufacturers`**
* **`Memories`**
* **`Memory types`**
* **`Monitor types`**
* **`Monitor models`**
* **`Monitors`**
* **`Monitors types`**
* **`Network cards`**
* **`Network devices`**
* **`Network interfaces`**
* **`Networking equipment models`**
* **`Networking equipment types`**
* **`Network`**
* **`Operating system`**
* **`Peripheral models`**
* **`Phone models`**
* **`Phone power supply types`**
* **`Phone types`**
* **`Phones`**
* **`Printer models`**
* **`Printer types`**
* **`Printers`**
* **`Processors`**
* **`Profiles`**
* **`Request sources`**
* **`Service packs`**
* **`Sockets`**
* **`Software`**
* **`Solution templates`**
* **`Solution types`**
* **`States of the virtual machine`**
* **`Statuses of items`**
* **`Suppliers`**
* **`System boards`**
* **`Task caterories`**
* **`Task templates`**
* **`Third party types`**
* **`Update Sources`**
* **`Users`**
* **`VLANs`**
* **`Versions`**
* **`Versions of the operating system`**
* **`Virtualization models`**
* **`Virtualzation systems`**

</details>


---

# 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://help.glpi-project.org/faq/plugins/data-injection.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.
