> 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/notebook-operations/save-artifacts.md).

# Save Artifacts

{% hint style="success" %}
*Check out the walk-through on how to Save Artifacts.*
{% endhint %}

![Saving Artifacts in a Notebook](/files/zJgnaRGn9Q30lwNWvIOM)

{% hint style="info" %} <mark style="color:green;">Please Note:</mark> *The user can save the artifacts of a predicted model using this option.*
{% endhint %}

* Add a new cell.
* Click the ***Save Artifacts**.*
* Give proper dataframe name and Name of Artifacts (with extensions - .csv/.txt/.json)
* Execute the cell.
* The Artifacts get saved.

![Saved Artifacts inside a Notebook](/files/ZmEiPkQl6plcTT8dHwlv)

{% hint style="info" %} <mark style="color:green;">Please Note:</mark> *The saved **Artifacts** can be downloaded as well.*
{% endhint %}

## <mark style="color:purple;">Save Plot as Artifacts</mark>

* Navigate to a notebook.
* Define the save statement in the code cell for the plot you want to save as artifacts.
* Execute the cell.
* Refresh the ***Artifacts*** tab.

![Saving a plot as Artifacts](/files/hourjZV5zNRp5XVYhvPB)

* The plot will get saved under the Artifacts space as .png file.

![The Artifacts get saved](/files/fZlAfwPdE7mtCnkfaaWm)

* Once the Artifacts is saved you can download it.

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

* The plot will get downloaded as .png file.

![Downloaded Artifacts Plot files](/files/KMS6qwlOb3efdMgJmFGo)

{% hint style="info" %}
*<mark style="color:green;">Please Note:</mark> The user can also get an instant visual depiction of the data based on their executed scripts.*&#x20;

![](/files/04M8DLEMVXUP0oTYc1Oq)
{% endhint %}

### Download the saved Artifacts

The user can download the saved Artifacts from the Notebook page.

* Navigate to the ***Artifacts*** option on the Notebook page and click on it.
* The list of the saved Artifacts opens.
* Click the vertical ellipses <img src="/files/EifEt910EAd4Z1Ab7TtZ" alt="" data-size="line"> icon.  &#x20;
* You can get the Download option in the context menu. Click on the ***Download*** option.    &#x20;

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

* Based on the selected Artifact file type it will get downloaded to your system.   &#x20;

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


---

# 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/notebook-operations/save-artifacts.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.
