> For the complete documentation index, see [llms.txt](https://docs.bdb.ai/bdb-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bdb.ai/bdb-documentation/data-science-lab/various-tabs-to-work-with/notebook/notebook-page/modifying-a-notebook.md).

# Modifying a Notebook

{% hint style="success" %}
*Check-out the illustration on how to modify a Notebook.*
{% endhint %}

![Modifying a Notebook](/files/dSEV2QXsGva6kdclOpcp)

### <mark style="color:purple;">Editing Notebook Name</mark>

* Navigate to a newly created Notebook (A default name will be given to the Notebook).
* Click the ***Edit Notebook Name*** icon.  &#x20;

![](/files/usPhsKeFWwbmggA7Id3w)

* Provide the desired name to the newly created Notebook by editing/removing the default name.
* Click the ***Save*** icon provided to save Notebook updates.    &#x20;

![Saving the modified Notebook name](/files/wTXs2lyZ3FiJqv54RBot)

* The status for the Notebook updates appears as ***saved*** indicating that the Notebook name has been saved.
* A notification message appears to convey the same. &#x20;

![Notification message after the Notebook gets saved](/files/6Tmkx4xxQ9ipiUgHezXJ)

### Adding Notebook Description

* Navigate to a Notebook page. E.g., The below image displays the ***Demo Notebook*** page.
* Add a description of the Notebook in the given space.
* The Notebook status turns into ***Unsaved***.
* Click the ***Save*** icon.   &#x20;

![Describing a Notebook](/files/1rQXHpu7gbPAiUjplbVC)

* The Notebook description gets added.
* The Notebook status turns into ***Saved***.
* A notification message appears to indicate that the recent Notebook updates are saved.    &#x20;

![Notification message after the Notebook description gets saved](/files/xsOBSQfgcOzwSeSp5EEH)

&#x20;viii) The description gets saved in the Notebook and it can be seen in the Notebook list as well.

![Notebook description appears in the Notebook list](/files/pxboDSFpoI0YojMN2IKJ)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.bdb.ai/bdb-documentation/data-science-lab/various-tabs-to-work-with/notebook/notebook-page/modifying-a-notebook.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
