# The First Steps - Navigating the Dashboard

Once signed up and logged in, the user is directed to the Dashboard page in the application.

<figure><img src="https://3705011622-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5CUI1NORcNX3gln8DjCB%2Fuploads%2F80DFFyys0LgqJaCQb6ba%2FDashboard.jpg?alt=media&#x26;token=34c499d6-c968-4bde-9097-de9da80afded" alt=""><figcaption><p>Dashboard</p></figcaption></figure>

The first section on this page is a collapsible Tutorial section. This section has different pointers to help the user navigate the application easily.&#x20;

There are four widgets providing you with an overview of your account. The widgets show the following data,

* Number of Projects - Total number of projects&#x20;
* Credits Used - Number of credits used so far
* Credits left -  Number of credits left&#x20;
* API requests - Number of API requests made so far

A card to display the ***Account Information*** is displayed on this page. The card displays the following data,

* User Name - Email ID of the logged-in user
* Subscription ID - The subscription ID
* Credit Limit - Number of credits allocated
* Last Login - Date and time of the last login
* Auth Token - Platform Access Token

There are two sections called ***Endpoints*** and ***DApps***. When the user logs in for the first time, the Create New button in these sections will glow indicating that creating endpoints and DApp are the first actions to be executed.

The ***Endpoints*** section has a button that says ***Create New***. Please click this button to create new endpoints. The following pop-up opens up,

<figure><img src="https://3705011622-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5CUI1NORcNX3gln8DjCB%2Fuploads%2FdH4iPdEhXmNvNDNeaKM2%2Fcreate%20new%20endpoint.jpg?alt=media&#x26;token=2da3bfe4-bcb9-445d-8979-02c8ca98c8d0" alt=""><figcaption><p>Create New Endpoint</p></figcaption></figure>

Please select the required Infrastructure type from the ***Select Infra Type*** dropdown. The options are

* Blockchain Node -  To create an endpoint to communicate with the Blockchain protocol
* Storage Node - To create an endpoint to communicate with the Storage provider
* DID Node - To create an endpoint to communicate with the decentralized Identifier

For different infrastructures, the available protocols for that infrastructure are displayed in the ***Select Protocol*** dropdown

Select the required endpoint type from the ***Select Endpoint Type*** dropdown

Click ***Create Endpoint*** button to create the endpoint

Once the endpoint is created, it is displayed in the same Endpoints section in the dashboard.

The ***DApps*** section has a button that says ***Create New***. Please click this button to create a new DApp. The page is navigated to the **Create DApp** page under the ***DApp Studio*** side menu. The DApp creation process is split into 4 steps.

### Step 1

<figure><img src="https://3705011622-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5CUI1NORcNX3gln8DjCB%2Fuploads%2Fx4ufMLKm9rcVqMjNXWIy%2FCreate%20dapp%20step%201.jpg?alt=media&#x26;token=144c7d42-11b2-4da2-913b-8ffc54654713" alt=""><figcaption><p>Create Project - Step 1</p></figcaption></figure>

In Step 1, the ***DApp Title*** and ***DApp Description*** are entered.&#x20;

Select the Industry from the ***Select Industries*** dropdown. Multiple Industries can be selected.

Click on the ***Next*** button to move to the next step.

### Step 2

<figure><img src="https://3705011622-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5CUI1NORcNX3gln8DjCB%2Fuploads%2Fn1p6WbJoz0QZ11Ayo4XI%2FCreate%20dapp%20step%202.jpg?alt=media&#x26;token=248ba660-a184-41e3-92c7-b7aff8431074" alt=""><figcaption><p>Create Project - Step 2</p></figcaption></figure>

In Step 2, the required ***Blockchain Node***, ***Storage Node,*** and ***DID Node*** are selected.&#x20;

Click on the ***+Create an Endpoint*** button to create a new endpoint. The respective create pop-up modal opens up (The same flow as explained in the Endpoints section earlier). You can enter the details and create your endpoint.

Click on the ***Next*** button to move to the next step.

### Step 3

<figure><img src="https://3705011622-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5CUI1NORcNX3gln8DjCB%2Fuploads%2FL6NXOoCh6XD1jK8GtgPb%2FCreate%20dapp%20step%203.jpg?alt=media&#x26;token=9e2d4a50-b5ea-42d0-945b-5d2d19782aa6" alt=""><figcaption><p>Create Project - Step 3</p></figcaption></figure>

In Step 3, you need to answer a series of questions. These questions are to understand what services you will require in the project.&#x20;

So if you answer ***Yes*** for a few services then the project will be created with preset information for the respective services. Even if you select ***No*** here in this step and if you require the service later, it can be done.

### Step 4

<figure><img src="https://3705011622-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5CUI1NORcNX3gln8DjCB%2Fuploads%2FufYQX6EgrW13iPee41KK%2FCreate%20dapp%20step%204.jpg?alt=media&#x26;token=c8645e33-cd2d-4537-9612-79a6293d4677" alt=""><figcaption><p>Create Project - Step 4</p></figcaption></figure>

In Step 4, you see a summary of all the selected options from the previous steps.

Click ***Create*** button to create the project.

Once the project is created, it is displayed in the same Projects section in the dashboard.
