# Dashboard

## [Dashboard](https://arkain.io/my/dashboard)&#x20;

The **Dashboard** is where you can manage your development environments, created and owned by you. Here's everything you need to know to get started.

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

## **What Can You Do on the Dashboard?**

#### **View Your Containers** &#x20;

View all the containers you’ve created or own, along with their statuses, configurations, and more.

#### **View** **Templates**&#x20;

Check out the popular templates. See a list of templates you've created.

#### **Manage Your Containers**&#x20;

Create your container, modify its information, update resources and options directly, or delete any containers you no longer need.

{% hint style="info" %}

## **Tips for Managing Containers**

* **Organize Your Workspaces** : Give each container a clear and descriptive name to easily find them later.
* **Clean Up Regularly** : Delete unused containers to keep your workspace tidy and efficient.
  {% endhint %}

#### **Check Your** [**Credit** ](/credits-and-membership/credits.md)

Purchase credits to use the container and check your credit usage.

#### Access the AI Assistant (Side Chat)

Get real-time guidance on platform usage, container management, credit tracking, and template recommendations across all Dashboard pages.

#### Refer Your Friends

Click the Gift Box button (<i class="fa-gift">:gift:</i>) in the bottom-left corner to invite friends and earn bonus credits together.


---

# 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.arkain.io/user-guide/dashboard.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.
