> ## Documentation Index
> Fetch the complete documentation index at: https://docs.domino.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Examine Flow Artifacts

After you have defined Flow Artifacts, you can inspect artifacts produced by executions and discover bookmarked artifacts within a project.

## Inspect Flow Artifacts produced by executions

Flow Artifacts are surfaced in a dedicated section in the run view, where they can be easily discovered, inspected and downloaded.

Navigate to **Flows** > **Flow name** > **Run name** > **Artifacts** in order to inspect the artifacts produced by that particular run.

<img src="https://mintcdn.com/dominodatalab-e871cec4/auYsfzuAurKg8lC1/images/5.11/flows/artifacts-inspect.png?fit=max&auto=format&n=auYsfzuAurKg8lC1&q=85&s=3f8254f41ebb5f4875367084446a84a7" alt="Inspect artifacts produced by a run" width="1999" height="1046" data-path="images/5.11/flows/artifacts-inspect.png" />

### Bookmark artifacts

As many flows are executed, specific flow executions may generate outputs that are especially noteworthy to the project. These Flow Artifacts can be bookmarked by clicking on the **Bookmark artifact** icon on the right panel:

<img src="https://mintcdn.com/dominodatalab-e871cec4/auYsfzuAurKg8lC1/images/5.11/flows/artifacts-bookmark-icon.png?fit=max&auto=format&n=auYsfzuAurKg8lC1&q=85&s=cd94e78508b1234a455feb2e85f2ae60" alt="Bookmark an artifact with the icon" width="999" height="678" data-path="images/5.11/flows/artifacts-bookmark-icon.png" />

Flow Artifacts can also be bookmarked in bulk by selecting multiple artifacts on the left panel, and clicking on the **Bookmark** button above:

<img src="https://mintcdn.com/dominodatalab-e871cec4/auYsfzuAurKg8lC1/images/5.11/flows/artifacts-bookmark-bulk.png?fit=max&auto=format&n=auYsfzuAurKg8lC1&q=85&s=494020e6d176ec78acbd27ca334c9411" alt="Bookmark artifacts in bulk" width="823" height="652" data-path="images/5.11/flows/artifacts-bookmark-bulk.png" />

### Access artifacts

Artifacts that have smaller file sizes may be viewed directly within Domino. The right panel provides two additional means of accessing artifacts, either by downloading them or by accessing them via code.

* The **Download** button will download all the files that are part of the selected artifact.

  In this example, all five files (`model.pkl`, `python_env.yaml`, `requirements.txt`, `conda.yaml`, and `MLmodel`) are downloaded at once:

  <img src="https://mintcdn.com/dominodatalab-e871cec4/auYsfzuAurKg8lC1/images/5.11/flows/artifacts-download.png?fit=max&auto=format&n=auYsfzuAurKg8lC1&q=85&s=04edf47777953db5e82eb1bc85361a35" alt="Download files of a selected artifact" width="1400" height="980" data-path="images/5.11/flows/artifacts-download.png" />

* The **Code snippet** button generates Python code to directly download stored artifacts to a local workspace. Copy the code using the **Copy** button and run it inside a workspace:

  <img src="https://mintcdn.com/dominodatalab-e871cec4/auYsfzuAurKg8lC1/images/5.11/flows/artifacts-code-snippet.png?fit=max&auto=format&n=auYsfzuAurKg8lC1&q=85&s=3a2788798780872bed92ce1cda0c606c" alt="Access artifacts through code snippets" width="1999" height="1038" data-path="images/5.11/flows/artifacts-code-snippet.png" />

* The default syntax in the code snippet will copy all files within the Flow Artifact to the temporary `/workflow/inputs/` directory within your workspace.

  To persist your Flow Artifacts outside of Flows so they are consumable for downstream processes, such as web apps or a batch job, change the `local_dir` parameter in the code snippet to write your files to a Domino Dataset or the DFS Artifacts file system.

## Discover bookmarked Flow Artifacts

Artifacts that have already been bookmarked are displayed at the top level view for Flows to allow for easier discoverability and reuse.

* Navigate to **Flows** > **Bookmarked Artifacts**, and view all the artifacts that were bookmarked on the current project, across flows and runs. This view includes the artifact name, type, and version, as well as additional metadata.

  <img src="https://mintcdn.com/dominodatalab-e871cec4/auYsfzuAurKg8lC1/images/5.11/flows/artifacts-bookmarked-view.png?fit=max&auto=format&n=auYsfzuAurKg8lC1&q=85&s=252ff5e7800622d1b9953297910338dc" alt="View bookmarked artifacts" width="1999" height="1042" data-path="images/5.11/flows/artifacts-bookmarked-view.png" />

* Clicking on the **Source** column will navigate to the run that created the artifact, while clicking on the **Artifact** column will display a view of the artifact that includes all of its files.

  <img src="https://mintcdn.com/dominodatalab-e871cec4/auYsfzuAurKg8lC1/images/5.11/flows/artifacts-view-files.png?fit=max&auto=format&n=auYsfzuAurKg8lC1&q=85&s=f5e93eac14d8a8cc90d66745593c04a7" alt="Display files of an artifact" width="1999" height="1119" data-path="images/5.11/flows/artifacts-view-files.png" />

* This paginated view allows filtering files by name, as well as downloading one or more selected files at once. Clicking on a file name will display a larger file preview, alongside an option to download the file.

  <img src="https://mintcdn.com/dominodatalab-e871cec4/auYsfzuAurKg8lC1/images/5.11/flows/artifacts-paginated-view.png?fit=max&auto=format&n=auYsfzuAurKg8lC1&q=85&s=8381c63f7d8bece0137b0c3f59f7c5a5" alt="Display a larger file preview" width="1999" height="622" data-path="images/5.11/flows/artifacts-paginated-view.png" />

## Assign Flow Artifacts to Datasets

Once you have created a Flow Artifact, you can assign it to a dataset. You can choose an existing dataset or create a new one. There is also an option to automatically take a dataset snapshot after registration. The data’s lineage is automatically maintained between the Flow Artifact and the Dataset Snapshot.

<img src="https://mintcdn.com/dominodatalab-e871cec4/7EJRUMj_QVU7askl/images/6.0/add-to-dataset.png?fit=max&auto=format&n=7EJRUMj_QVU7askl&q=85&s=b68669f41da76f245789c0a6c633bce8" alt="Add artifact to Dataset" width="1999" height="1070" data-path="images/6.0/add-to-dataset.png" />

After the artifact is added successfully to the dataset, you’ll see a confirmation message.

## Next steps

* Maximize the [reproducibility](/cloud/platform-capabilities/features/flows/reproducibility-flows) of Flows.
