# Creating Container

Go to the [Arkain Dashboard](https://arkain.io/my/dashboard) page, Click the **\[New container]** button.

{% stepper %}
{% step %}
**Set Up a Container Base template**

Currently, the supported base templates are **Blank, NVIDIA Tesla T4, Python, Node.js, Java, React and Go**.
{% endstep %}

{% step %}
**Configure OS**&#x20;

{% hint style="success" %}
**Available OS Versions**

* Ubuntu 24.04 LTS
* Ubuntu 22.04 LTS
* Ubuntu 20.04 LTS
  {% endhint %}
  {% endstep %}

{% step %}
**Set a Container Name**

Enter a name for your container.

{% hint style="warning" %}
**Note**

* Container names must only contain **alphabets, numbers, underscores (\_), or hyphens (-).**
* The container name must be **unique** among your containers.
  {% endhint %}
  {% endstep %}

{% step %}
**Configure Container Performance**

You can check the available container performance on [this page](https://docs.arkain.io/user-guide/dashboard/container/container-specifications).
{% endstep %}

{% step %}
**Enable the advanced feature (optional)**

You can enable the advanced features such as [**Code Supporter**](/user-guide/arkain-ai/code-supporter.md).

{% hint style="warning" %}
The cost for using the advanced feature such as **Code Supporter** is added to your container cost. However, when using a GPU container, there is no additional charge for this feature; instead, your allocated **GPU compute and memory resources** will be reduced.
{% endhint %}
{% endstep %}

{% step %}
**Configure Additional Storage**

* **Default:** 5GB / **Up to:** 80GB
* **Free Plan**: 5GB for free
* **Membership Plan**: 15GB for free

{% hint style="info" %}
GPU containers are created with **30GB of storage by default**.
{% endhint %}

{% hint style="warning" %}
**Note**

* Once upgraded, storage **cannot be downgraded.**
* If you **exceed your free storage**, **additional charges** will apply based on your usage.
* You can also **upgrade storage after the container has been created**.
  {% endhint %}
  {% endstep %}

{% step %}
**Activate Additional Modules/Packages (optional)**

Install additional modules and packages during container creation to save time.
{% endstep %}
{% endstepper %}

***

With these easy steps, you’re all set to create and customize your container in Arkain! \
Start building smarter and faster today.&#x20;


---

# 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/container/container-management/creating-container.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.
