# Drive Status Menu

The drive status menu pops up automatically when you initiate an upload from a local drive into the app, and can be brought up manually by clicking the tray in the bottom left corner of the app. The drive you want to view the status for can be selected at the top of this menu.

Going left to right:

## **Uploading Status**

This panel shows you the status of any uploads you have initiated through the web app. This includes upload speed, time left, and the ability to cancel uploads.

## **Downloading Status**

This panel shows you the status of any downloads you have initiated through the web app. This includes download speed, time left, and the ability to cancel downloads.

## **Indexing Status**

This panel shows you the status of the jobs that are run on your uploaded assets:

**Basic Jobs:**

* Syncing with mounted drives
* Generating Previews and Proxies

**AI Jobs:**

* Audio generation
* Automated custom metadata

**Additional Jobs**

* Color Palette
* Facial Recognition
* Transcription

## **Mount Status**

This panel shows you the status of any uploads you have initiated through the ShadeFS mount, and status for syncing any changes from other editors. These are files you uploading through the mount in your file explorer. This includes upload speed, and time left.


---

# 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://academy.shade.inc/workspaces-and-drives/drive-status-menu.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.
