> ## 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.

# Work with Domino Datasets

Domino Datasets provide high-performance, versioned, and structured filesystem storage in Domino. You can use Datasets to build multiple curated collections of data in one project and share them with your collaborators to use in their projects. Likewise, you can mount Datasets from other projects in your own project if they are shared with you. You can modify the contents of a Dataset through the Domino application or through executions.

A Dataset always reflects the most recent version of the data. For reproducibility, you can create read-only snapshots of your Dataset at any moment in time. Snapshots are useful when you need to ensure that the data you’re working on does not change.

Datasets mount into Workspaces, Jobs, Launchers, and Apps, and your code reads and writes them as ordinary directories: `/domino/datasets/local/<name>` in DFS Projects, `/mnt/data/<name>` in Git-based Projects (see [Use Datasets and snapshots](/cloud/platform-capabilities/core-concepts/data/datasets/use-datasets-and-snapshots) for the full path scheme). Snapshots count toward your storage, so delete the ones you no longer need. Sharing is zero-copy: every Project mounts the same files rather than receiving a copy, so a Dataset [shared read-only](/cloud/platform-capabilities/core-concepts/data/sharing-and-security/share-datasets) works as a controlled distribution mechanism for curated data products.

The topics in this section show you how to use Datasets in your projects.

[Create and manage Datasets](/cloud/platform-capabilities/core-concepts/data/datasets/create-and-manage-datasets)\
Find shared Datasets and make them part of your project.

[Use Datasets and Snapshots](/cloud/platform-capabilities/core-concepts/data/datasets/use-datasets-and-snapshots)\
Use the Dataset’s path to access the Dataset from your code.

[Version data with Snapshots](/cloud/platform-capabilities/core-concepts/data/datasets/version-data-with-snapshots)\
Create a read-only, immutable version of the Dataset. Add tags to create a friendly, stable path to snapshots that hold the desired state for your data.

[Work with local data](/cloud/platform-capabilities/core-concepts/data/datasets/local-data)\
Store data in a Domino Dataset and reserve your project files for the scripts and documents that you want to work with locally.

[Manage large Datasets](/cloud/platform-capabilities/core-concepts/data/datasets/manage-large-data)\
Use Domino Datasets or Project data compression to handle large data.


## Related topics

- [Domino Skills](/cloud/platform-capabilities/features/coding-assistants/domino-skills.md)
- [How Domino handles large Datasets](/cloud/platform-capabilities/core-concepts/data/datasets/manage-large-data.md)
- [Work with roles](/cloud/admin/identity-and-access/manage-users/roles/index.md)
- [Work with local data](/cloud/platform-capabilities/core-concepts/data/datasets/local-data.md)
