# Configuration Deka Notebook

The Deka Notebook Configuration feature is used to update the Deka Notebook configuration, including CPU, GPU, memory resources, and other configurations. On the **Deka Notebook** page, select the notebook you want to configure, then click the **Edit YAML Configuration** button.

<figure><img src="/files/4OZ2hJZW9TL4hJrB68RH" alt=""><figcaption></figcaption></figure>

The YAML Configuration page will appear, displaying the notebook code in YAML format. Update the resource configuration as needed, then click the **Save Configuration** button to save the notebook configuration changes.

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

Wait until the update process is complete and a notification appears stating, **"Deka Notebook sucessfully configuration"**

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/guidance-for-individual/deka-notebook/detail-deka-notebook/configuration-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.
