# Interface overview

This guide introduces the main parts of the LumiDB interface.

{% embed url="<https://youtu.be/uvPfjvc2RPg>" %}

### **Top navigation**

* **Home button (top left):** Clears all selections.
* **Share button:** Generates a shareable link to the current view.
* **User menu (top right, circle icon):** Manage your account, add a profile picture, or set a password.

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

### **Side navigation**

The left-hand sidebar includes the following tools:

* **View datasets:** Displays all datasets on your account. Select which ones appear on the map.
* **Filters:** Filter data by classification or elevation.
* **Display options:** Adjust coloring, point size, and render quality.
* **Measure:** Measure distances, paths, and surface areas.
* **Crop:** Define a map area to isolate part of a dataset. Cropped areas can be exported or shared.
* **Compare datasets:** Compare two datasets side by side. First select the base dataset, then the one to compare.
* **Upload data:** Available only to users with editor or admin roles. Upload new datasets to the system.
* **Reset camera:** Resets the view to its default position.

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

### **Bottom bar**

The bottom of the screen lists all datasets currently selected for visualization.

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

<br>


---

# 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/basics/interface-overview.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.
