# ION Importers

The ION Importers provide bulk CSV import for manufacturing data. They give a spreadsheet-like interface where users upload files to create or update records:

* Real-time validation — validates data as users type (parts exist, locations valid, etc.)
* Bulk operations — import up to hundreds of records at once
* Multiple entity types — Parts, Inventory, Suppliers, Locations, Tools, BOMs, Purchase Orders, etc.
* Update or create — Inventory importer can update existing records or create new ones
* Custom attributes — supports custom fields per entity type


---

# 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://manual.firstresonance.io/features/ion-importers.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.
