# Importing data

In LumiDB, only users with Editor or Admin roles can import new datasets. This restriction ensures consistent data quality, structure, and access control across the system.

### Viewer users

If you’re a Viewer, the import option will be disabled. To make new data available in LumiDB:

1. Contact your organization’s Editor or Admin.
2. Provide the dataset along with relevant details such as coordinate system and intended use.
3. After approval and upload, the dataset will appear in your list.

### Editor and Admin users

If you have Editor or Admin access, follow these steps to import a dataset:

1. Open the *Upload data* menu.
2. Enter a name for the new dataset. If you reuse an existing name, it will be overwritten.
3. Fill in the *Attribution* field with the data provider’s name.
4. Specify the correct projection in the *Input projection* field. Only EPSG:#### formats are currently supported. For other formats, use the API.
5. To reproject the data, enter the target projection in the *Table projection* field (also in EPSG:#### format).
6. Drag and drop files or select them in the *Files (.laz)* field. Currently, only LAZ format is supported through the viewer.
7. Click *Upload* to start the process. This will initiate the file upload sequence.

<figure><img src="/files/cYA10btXqkoaxBGCYoSJ" alt=""><figcaption></figcaption></figure>


---

# 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.lumidb.com/user-guides/importing-data.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.
