# Download a Universe Dataset

You can download a Universe dataset in [any format supported by Roboflow](https://roboflow.com/formats).

You may want to download a dataset if you want to train a model in a notebook.

If you want to train a model in the cloud on Roboflow, we recommend [forking a Universe dataset](/universe/fork-a-universe-dataset.md) instead of downloading it. Forking a dataset lets you upload a dataset from Universe without downloading it to your computer and re-uploading it.

### How to Download a Universe Dataset

To download a Universe dataset, navigate to a dataset on Universe. Then, click "Dataset" in the left sidebar:

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

You will be taken to a page where you can see information about the dataset, including the images in the dataset version, the dataset split, and the preprocessing and augmentation steps applied to the dataset:

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

To download the dataset, click Download Dataset. A window will appear with options on how to download the dataset:

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

There are three options:

* Train a model with this dataset: [Fork the dataset](/universe/fork-a-universe-dataset.md) into your workspace for use in training.
* Train from a portion of this dataset: Select specific images to import into an existing project.
* Download dataset: Download the full dataset as a ZIP file.

To download a dataset as a ZIP, select "Download dataset" then click "Continue".

You will then be able to choose into what format you want to export your data:

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

There are two download options:

* Download as a ZIP
* Show download code

The "Show download code" option is ideal if you are going to train your model in a notebook.

If you download as a ZIP, a ZIP file will be prepared and start downloading.

If you opt to show a download code, you will see options for downloading your data in a notebook or in your terminal.

{% hint style="info" %}
All datasets are subject to the license described on the Universe project landing page. [Learn how to find the license under which a dataset is licensed](https://docs.roboflow.com/universe/find-a-dataset-on-universe#roboflow-universe-dataset-licenses).
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.roboflow.com/universe/download-a-universe-dataset.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
