# Detail Deka Notebook

On the created Deka Notebook page, several available features are provided, including the following.

1. [**Configuration Deka Notebook**](/deka-notebook/detail-deka-notebook/configuration-deka-notebook.md) is used to update the configuration of the Deka Notebook, including CPU, GPU, memory resources, and more.
2. [**Start Deka Notebook** ](/deka-notebook/detail-deka-notebook/start-deka-notebook-service.md)is used to run the Deka Notebook service.
3. [**Stop Deka Notebook**](/deka-notebook/detail-deka-notebook/stop-deka-notebook-service.md) is used to stop the Deka Notebook service and helps conserve resources when the Deka Notebook is not in use.
4. [**Get Token** ](/deka-notebook/detail-deka-notebook/get-token.md)is used to generate an access token required for authentication to the Deka Notebook.
5. [**Login Deka Notebook** ](/deka-notebook/detail-deka-notebook/login-deka-notebook.md)is used to open the Deka Notebook in a new tab to start using it.
6. [**Logout Deka Notebook**](/deka-notebook/detail-deka-notebook/logout-deka-notebook.md) is used to log out from the Deka Notebook workspace.


---

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