> 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/ways-to-access-notebook/uploading-a-notebook.md).

# Uploading a Notebook

{% hint style="success" %}
*Check out the given walk-through on how to upload a Notebook.*
{% endhint %}

![Uploading a Notebook to DS Lab Project](/files/dH2FKwVopwPkcjBw1rJm)

The users can seamlessly upload Notebooks created using other tools and saved in their systems.

* Navigate to the landing page of an activated Project.
* Click the ***Upload Noteboo*****k** option.&#x20;

![Upload Notebook option](/files/30mBimKLlB5ck4CzJ7t3)

* Specify a Notebook from the system.
* Click the ***Open*** option to upload the Notebook.  &#x20;

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

* The selected Notebook gets uploaded under the Project.
* The same gets confirmed by a notification message.
* Another notification message appears to inform the status of the Notebook (it gets saved by default). &#x20;
* Click the ***Back*** icon.&#x20;

![Notification messages after a Notebook gets uploaded](/files/FNVZFFks6NNH8tPiMaJk)

* The uploaded Notebook gets listed on the Project landing page. &#x20;

![The uploaded Notebook gets listed under the Notebook list](/files/IbF1fhN82DsQUjzh2IPL)

&#x20;


---

# 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/ways-to-access-notebook/uploading-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.
