# User Interface Intro

## Navigating the Nara Interface

Nara is designed to be intuitive, responsive, and accessible. The user interface presents the media within in a clean, panel-based structure providing instant access to storage volumes, directories, projects and metadata.

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

The separate areas or 'panels' are described below:

{% tabs fullWidth="true" %}
{% tab title="Left Panel" %}

## Projects & Browsing Modes

This is the main navigation hub. It allows you to browse through all the media storage you have access to. It also allows you to select an existing project or create a new one (as long as you have permission to do so - see the section on [user permissions](/admin/user-permissions.md) ).

* **Browser Mode**

  Clicking on the **Browse Storage** button will open the [media browser](/using-the-app-core-features/markdown.md) in the centre panel of the UI. The button tile (and folder icon) turns blue showing that you are currently in browser mode.
* **Project Selector**

  To select a project, simply click on its name in the [Projects list](/using-the-app-core-features/projects.md) - the project name will become highlighted with a blue background 'tile' and a list of any project folders and playlists (if any) will appear below the project name. The centre panel will now show media related to the selected project.&#x20;

  If you want to switch to another project, simply click on its name.
* **Baselight Job Browser**

  If this option is available to you then clicking on the [Browse Baselight](/advanced-features/browse-baselight.md) button will open a Job Browser in the centre panel allowing you to select a Baselight Job in order to view its media content.

The current mode is indicated by the blue highlighted button - the example below shows the [Browse Storage](/using-the-app-core-features/browse-storage.md) mode selected on the left and a [Project](/using-the-app-core-features/projects.md) (Anaconda25) selected on the right:

<div align="left"><figure><img src="/files/5Ov275XU8YxX6tGEAHfE" alt="" width="563"><figcaption></figcaption></figure></div>
{% endtab %}

{% tab title="Centre Panel" %}

## Media Browser

This is your main working area, the heart of the application.

* **Thumbnails or List View**

  [Browse](/using-the-app-core-features/markdown.md) your media visually as thumbnails or in list format, depending on your preference or task. The list view shows columns of metadata.
* **Playback Window**

  Double-clicking a shot launches full-resolution [playback](/using-the-app-core-features/playback-window.md), with accurate colour and audio sync. Playback supports frame-by-frame navigation, loop ranges etc. The playback window also can also display timecode and other metadata plus it also allows you to type in notes for the media.
* **Storage Navigator (top)**

  The area above the thumbnails allows you to [navigate through](/using-the-app-core-features/browse-storage.md) the directory structures of the storage volumes you have access to.

<figure><img src="/files/0yvbzLipnMCOkUWJ5QqG" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Right Panel" %}

## Metadata Inspector

The right-hand panel can be shown or hidden by clicking on the panel show/hide button at the right-hand end of the browser's top bar. This is highlighted in blue in the example below:

<div align="left"><figure><img src="/files/SIWMeliU1uJ7IrN0kBRn" alt="" width="140"><figcaption></figcaption></figure></div>

All the available metadata for the currently selected clip will be displayed within the panel - everything from codec and resolution to scene/take info, camera/lens details, timecode, and more:

<div align="left"><figure><img src="/files/pmA00fj7eZM3uzYsluSt" alt="" width="375"><figcaption></figcaption></figure></div>

You can copy the metadata to your clipboard by clicking on the 'Copy to clipboard' button at the bottom right-hand corner of the metadata window:

<div align="left"><figure><img src="/files/ykf1zqmnoD49eRxT1syg" alt="" width="164"><figcaption></figcaption></figure></div>
{% endtab %}
{% endtabs %}

{% hint style="info" %}
When a button is active its icon is shown in blue. Inactive buttons have grey icons
{% 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.nara.stream/using-the-app-core-features/editor.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.
