# Create a Virtual Machine

{% hint style="success" %}
You cannot create a Virtual Machine if you have not completed the Choose Package and Top-Up steps.
{% endhint %}

{% hint style="warning" %}
You can't skip this section, if you want use Deka LLM and Deka Notebook.
{% endhint %}

This guide will only explain how to create a Virtual Machine in the Service Portal Deka GPU. After successfully logging into the Service Portal Deka GPU, on the Service Portal Deka GPU page, select the VMs menu.

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

<p align="center">Create a VM</p>

On the Virtual Machine page, click the "+ Create VM" button and select "Create."

<figure><img src="/files/2AsJscBpTqsSlRXLGj5o" alt=""><figcaption></figcaption></figure>

<p align="center">Create a VM</p>

There are three steps to creating a Virtual Machine in the Deka GPU Service Portal

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

<p align="center">Three Step</p>

In the first step, Details, you need to enter the name for the VM in the VM Name field. Ensure you use lowercase letters and avoid spaces. Specify the operating system and version that the VM will use in the Operating System & Version field. Select the Namespace to be used, then click the Next button to proceed with the Virtual Machine creation process.

<figure><img src="/files/2PlSnzb56myM382KAfnB" alt=""><figcaption></figcaption></figure>

<p align="center">Create a VM - details</p>

In the second step, General, you need to determine the Plan, Storage size, and GPU size to be used. In this guide, the Choose a Plan field uses the General type with an instance size type of e1.medium.rc, which includes 2 CPUs with 4GB of memory. The storage size must be at least 30 Gi. Click the Next button to proceed with the Virtual Machine creation process.

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

<p align="center">Create a VM - General</p>

In the third step, Authentication, you need to enter the password that will be used to access the Virtual Machine. Click the Submit button to process the Virtual Machine.

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

<p align="center">Create a VM - Authentication</p>

You need to wait 10 - 15 minutes for the status to change to Running, and the VM will be ready for use. For further explanations on using the VMs menu in the Deka GPU Service Portal, you can visit the following website <https://docs.cloudeka.ai/> .&#x20;

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

<p align="center">Success Create a VM</p>


---

# 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.cloudeka.ai/starter-guide/create-a-virtual-machine.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.
