# Create a Deka Notebook

This guide only explains how to create a Deka Notebook for the SME project type in the Service Portal Deka GPU. On the Service Portal Deka GPU page, select the **Notebook** menu.

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

On the Deka Notebook page, click the "+ Create Deka Notebook" button to create Deka Notebook.

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

Enter the **name** and select the **namespace type** to be used.

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

Select the **container image** to be used, in this guide use the **Jupyter base notebook (latest)**.

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

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

Specify the **Memory Size** to be used; in this guide, we use **1 Gi**. The **Storage size** used is **5 GB**.

{% hint style="warning" %}
The storage size has already been determined in the **"Add Ons"** section when selecting **Add Your Package** in the [**Choose a Package**](/starter-guide/choose-a-package.md) sub-section. Therefore, you cannot use a storage size exceeding the predetermined limit.
{% endhint %}

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

In the GPU Type section, select an available GPU type.

{% hint style="warning" %}
The available GPU types correspond to the package you selected when choosing a package in the [Choose a Package ](/starter-guide/choose-a-package.md)section.
{% endhint %}

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

Specify the **Purpose Of Use** and press the **Submit** button to create the Deka Notebook.

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

Wait for the process to complete and for the notification **"Deka Notebook has been successfully created"** to appear.

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

For further explanation about Deka Notebook in the Service Portal, you can click [this link](/deka-notebook/introduction.md).


---

# 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-deka-notebook.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.
