# Using a Markdown Cell

The Markdown cells are used to enter a description for the Notebook. They are formatted using a simple markup language called Markdown. The Markdown cell contains a toolbar to assist with editing.

## Inserting a Markdown Cell

* Click the ***+Markdown*** option.
* The Markdown cell appears below to insert Markdown to the Notebook.

![](/files/764Fix9bumbeLRUfT04A)

* Choose an action from the toolbar.
* It gets added to the left side of the Markdown cell.
* The right-side Markdown space displays the text with the applied effect.   &#x20;

![Markdown text when an action is applied](/files/Ca2El4AE5lBuEoY1OdFj)

* The below-given image displays some actions from the toolbar (such as Bold, Italic, Heading, Reference) applied to the Markdown text.
* Click the ***Save*** option.&#x20;

![](/files/0lhnaDqCkHxWEk0lsH2A)

* The Markdown cell with inserted effect gets saved and the Markdown display gets changed displaying the text with saved effects on the left side (as shown in the given image).

![Saved Markdown cell](/files/Vdq6lbc8OxXnlyB8vwK3)

* The user can click the ***Save*** option provided for the Notebook to save the update in the Notebook (after the Markdown cell has been added to it).

![Saving the Notebook](/files/HvLtrmT8fQONxEri71EV)

* The Notebook gets updated and the same gets communicated through a notification message.

![Notification message after the Notebook gets saved](/files/9FmSQglrUvl2MVytCGlj)

### **Editing a Markdown Cell**

* Use the double clicks on a saved Markdown cell.

![Double Clicks on the Markdown cell](/files/TYKJ2frHGFDLFJyVRQfi)

* The Markdown cell opens in the editable format to edit it.
* Click the ***Save*** option to update the edited Markdown in the Notebook.

![Save the Markdown updates](/files/54NDO7Ik8muYJPuurSD7)

### **Deleting a Markdown Cell**

* Click the ***Delete Cell*** icon for a saved Markdown cell.

![The Delete Cell icon for the Markdown cell](/files/QAD6P0RC07w7un5TzDdI)

* The ***Delete Cell*** dialog box opens.
* Click the ***Yes*** option.

&#x20;     ![](/files/JPCeYaCcqmirxmjKCr95)

* The selected Markdown gets removed and the same gets communicated by a notification message.

![The Markdown cell gets deleted](/files/B36tlKMXI1Gf4ciTDOol)

&#x20;    &#x20;


---

# 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.bdb.ai/bdb-documentation/data-science-lab/various-tabs-to-work-with/notebook/notebook-page/notebook-cells/using-a-markdown-cell.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.
