# View Notebook

To view the notebook page, select the **Notebook** module from the sidebar menu. The system will then display the Deka Notebook page containing the list of available notebooks along with their detailed information.

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

On the Deka Notebook page, users can use the search field to filter and quickly find a specific notebook. Enter the **desired keyword in the search field,** then the system will automatically display notebooks that match the entered keyword.

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

On the Deka Notebook page, there are several notebook status filter tabs that can be used to display notebooks based on their current status:

* **All** : Displays all available notebooks.
* **Running** : Displays notebooks that are currently running.
* **Stopped** : Displays notebooks that are currently stopped or inactive.
* **Pending** : Displays notebooks that are still in the initialization or waiting process.

Users can click each tab to filter the notebook list according to the selected status.


---

# 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/view-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.
