> 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/create-an-app.md).

# Create an App

## What is an App

An App is your entry point to using Exa Drive. You can create multiple apps to group the files as per your use case. For example, one app could be utilized to store the static assets of a website you are building and another app could be for storing files uploaded by users on your mobile application.

You can link each app to a different domain or subdomain using CNAME.

The possibilities are seamless.

{% hint style="info" %}
Only 5 apps are allowed in the beta version, we will roll out an unlimited version soon
{% endhint %}

### Step 1: Access the Apps Section

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

* Navigate to the **Apps** section from the sidebar menu. Here, you can manage your applications and initiate the creation of new ones.
* Click on the **New App** button to open the app creation interface.

### Step 2: Start a New App

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

### Step 2: Enter App Details

* **App Name**: Enter a unique name for your app, between 4 to 16 characters.
* **Description**: Provide a brief description of your app, between 4 to 128 characters.

Once you have entered these details, click **Next** to proceed.<br>

### Step 4: Choose App Platform

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

Select the platform where your app will run:

* **On the Web**: Available now.
* **Android** and **iOS**: Coming soon.

Choose your desired platform and click **Next** to continue.

### Finalize App Creation

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

* Review your app details and settings.
* Complete the process by confirming your choices. Your new app will now appear in the **Apps** section, ready for further configuration and deployment.

By following these steps, you can efficiently create and manage applications using the ExaDrive Dashboard.

<br>


---

# 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/create-an-app.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.
