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

# Create a Snapshot 📸

> Learn how to create a snapshot of your dataset.

# What is a Snapshot?

A snapshot is a saved version of your dataset at a specific point in time. It is useful to keep track of your dataset's progress and to revert to a previous state if needed.

# How to Create a Snapshot

<Note>
  Need at least **10 datapoints** in training to create a snapshot. You can either use autosplit or manually split your dataset.
</Note>

<Steps>
  <Step title="Click Snapshots 📸">
    Click the Snapshots button on the top right of the screen to create a snapshot of your dataset.

    <img src="https://static.premai.io/prem-saas-docs/datasets/snapshot-dataset/step-1-click-snapshots.gif" alt="GIF of clicking the snapshots button" />
  </Step>

  <Step title="Enter a Name for the Snapshot">
    Create a name for the snapshot. You'll need it when you want to evaluate or fine-tune a model.

    <img src="https://static.premai.io/prem-saas-docs/datasets/snapshot-dataset/step-2-enter-name.gif" alt="GIF of entering a name for the snapshot" />
  </Step>

  <Step title="Download the Snapshot">
    Click the download button to download the snapshot. Save it somewhere you can remember to access it later.

    <img src="https://static.premai.io/prem-saas-docs/datasets/snapshot-dataset/step-3-download-snapshot.gif" alt="GIF of downloading a snapshot" />
  </Step>

  <Step title="Fine-Tune or Evaluate with the Snapshot">
    A ***Snapshot*** is required to [fine-tune](/finetuning/get-started.mdx) or [evaluate](/evaluations/get-started.mdx) a model.

    <CardGroup>
      <Card title="Fine-Tune" icon="robot" href="/finetuning/get-started">
        Fine-Tune a model with a snapshot.
      </Card>

      <Card title="Evaluate" icon="heart-pulse" href="/evaluations/get-started">
        Evaluate a model with a snapshot.
      </Card>
    </CardGroup>
  </Step>
</Steps>
