> For the complete documentation index, see [llms.txt](https://exaprotocol.gitbook.io/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://exaprotocol.gitbook.io/home/exadrive-dashboard/introduction.md).

# Introduction

<figure><img src="/files/ZkzcLPYHtox63PspZR67" alt=""><figcaption><p>Home Dashboard</p></figcaption></figure>

Introduction

Welcome to the ExaDrive Dashboard, your hub for managing storage solutions tailored for enterprises and businesses. it offers an intuitive interface for overseeing your data storage, application management, and billing information.

### Key Features

### Navigation Panel

* **Dashboard**: Provides an overview of your storage activities and key metrics.
* **Apps**: Manage and create applications that utilize ExaDrive storage.
* **Buckets**: Organize and access your stored files within buckets.
* **Billing**: View and manage your billing information and usage.
* **Settings**: Customize your account settings and preferences.

### Metrics Overview

* **Egress this month**: Displays data egress for the current month, updated every 5 minutes.
* **Ingress this month**: Shows data ingress for the current month, updated every 5 minutes.
* **Total Files**: The total number of files stored, updated with every upload.
* **Total Apps**: Number of applications, with a maximum of 5 allowed during the beta phase.

### Recent Activity

* **Last 10 Uploaded Files**: View your most recent file uploads across all applications.

{% hint style="danger" %}
ExaDrive Management Console is in beta.
{% endhint %}

### Exa Drive Grant

Apply for up to 1000 $XAP through the ExaDrive Grants program.

The ExaDrive Dashboard is designed for simplicity and efficiency, providing enterprises with a seamless experience in managing their storage needs. With real-time updates and easy navigation, users can quickly access essential tools and information to optimize their storage solutions.For further assistance, consult the documentation or reach out to our support team.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://exaprotocol.gitbook.io/home/exadrive-dashboard/introduction.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
