# Actions Icons from Header

The Notebook Action icons (as provided below) help to apply various actions to the code/ code cell when clicked. They are provided on the top right side of the Data Science Notebook page.

The table given below lists all the Actions available in the Notebook Menu Bar:

<table data-header-hidden><thead><tr><th width="168.33333333333331"></th><th width="196"></th><th></th></tr></thead><tbody><tr><td><strong>Icon</strong></td><td><strong>Icon Name</strong></td><td><strong>Action</strong></td></tr><tr><td><img src="https://content.gitbook.com/content/28ipFzCz8EMtVtHrBFLx/blobs/vx7GumD91H1i84cpGvT3/image.png" alt="">/ <img src="https://content.gitbook.com/content/28ipFzCz8EMtVtHrBFLx/blobs/oQBTi5yzdingjEgvrSGv/image.png" alt=""></td><td>Expand / Collapse</td><td>Expands or collapses the Actions Menu Bar.</td></tr><tr><td><img src="https://content.gitbook.com/content/28ipFzCz8EMtVtHrBFLx/blobs/4OM5ZOUzkAxEL3wohRv2/image.png" alt=""></td><td>Run Current cell</td><td>Runs code given for a specific cell.</td></tr><tr><td><img src="https://content.gitbook.com/content/28ipFzCz8EMtVtHrBFLx/blobs/4rtZVJQLDu7LCvUmjSmy/image.png" alt="" data-size="original"></td><td>Linter</td><td>Opens the Linter panel.</td></tr><tr><td><img src="https://content.gitbook.com/content/28ipFzCz8EMtVtHrBFLx/blobs/ONniMpGosxw6kBNRDlmq/image.png" alt=""></td><td>Add Pre cell</td><td>Adds a code cell before the first cell. </td></tr><tr><td><img src="https://content.gitbook.com/content/28ipFzCz8EMtVtHrBFLx/blobs/auc6yVZdGHN7RG0U8ump/image.png" alt=""></td><td>Save</td><td>Saves the Notebook updates.</td></tr><tr><td><img src="https://content.gitbook.com/content/28ipFzCz8EMtVtHrBFLx/blobs/mVsloGrjf1rXhYbjQ3yR/image.png" alt=""></td><td>Delete cell </td><td>Removes the selected cell.</td></tr><tr><td>​​<img src="https://content.gitbook.com/content/28ipFzCz8EMtVtHrBFLx/blobs/j7uxoZRVVmPiVAJEozlp/image.png" alt=""></td><td>Restart kernel</td><td>Restarts the kernel by killing the current session and creates a new session.</td></tr><tr><td><img src="https://content.gitbook.com/content/28ipFzCz8EMtVtHrBFLx/blobs/4vjKLkM0GxV53O3ACem6/image.png" alt=""></td><td>Interrupt cell</td><td>Interrupts the running cell</td></tr><tr><td><img src="https://content.gitbook.com/content/28ipFzCz8EMtVtHrBFLx/blobs/WwzOLDqB4rbAf5FnCK1v/image.png" alt=""></td><td>Logs</td><td>Opens Logs window to display logs.</td></tr><tr><td>​​<img src="https://content.gitbook.com/content/28ipFzCz8EMtVtHrBFLx/blobs/6VulSxdkcYFOriCuhyBO/image.png" alt=""></td><td>Undo Delete cell</td><td>Reverts the Deleted cell.</td></tr><tr><td>​​<img src="https://content.gitbook.com/content/28ipFzCz8EMtVtHrBFLx/blobs/M1sqYoJI9F0iQvUg5Ce6/image.png" alt=""></td><td>Cut cell</td><td>Cuts the code from a specific cell.</td></tr><tr><td>​​<img src="https://content.gitbook.com/content/28ipFzCz8EMtVtHrBFLx/blobs/oMKa9sDk0fqzkUIk8TPy/image.png" alt=""></td><td>Copy cell</td><td>Copies the code from a specific cell.</td></tr><tr><td>​​<img src="https://content.gitbook.com/content/28ipFzCz8EMtVtHrBFLx/blobs/Ni17634aKHuwMsCEf1e9/image.png" alt=""></td><td>Paste cell</td><td>Pastes the cut or copied code to the selected cell.</td></tr><tr><td><img src="https://content.gitbook.com/content/28ipFzCz8EMtVtHrBFLx/blobs/n6Vi6usxYtQrxCWB4lH1/image.png" alt="">/ <img src="https://content.gitbook.com/content/28ipFzCz8EMtVtHrBFLx/blobs/U14JXZB4M772ikAyHjeq/image.png" alt=""></td><td>Auto Save</td><td>Auto-saves the Notebook updates when enabled.</td></tr><tr><td>​​<img src="https://content.gitbook.com/content/28ipFzCz8EMtVtHrBFLx/blobs/utY4T0UlgqMPTtgeL5Sr/image.png" alt=""></td><td>Run all cells</td><td>Runs the codes for all the cells.</td></tr><tr><td>​​<img src="https://content.gitbook.com/content/28ipFzCz8EMtVtHrBFLx/blobs/R3ry0YnXmb1cLHmoK8aL/image.png" alt=""></td><td>Shutdown</td><td>Stops the Kernel/Disconnects the instance and allocated resources.</td></tr></tbody></table>

{% hint style="info" %}
*<mark style="color:green;">Please Note:</mark> The **Actions** icons will be disabled for other file types under a Repo Sync Project.*
{% endhint %}


---

# 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/data-science-lab-6/data-science-notebook/actions-icons-from-header.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.
