> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/datasets/download-a-dataset.md).

# Download a Dataset

{% hint style="info" %}
Refer to the [Download a Roboflow Universe Dataset](/universe/download-a-universe-dataset.md) documentation if you want to download a dataset from Roboflow Universe.
{% endhint %}

To download or export a dataset from Roboflow, first navigate to the Dataset page in your project.

<figure><img src="/files/c1LMiuBGbk31BfkMUI7u" alt="" width="165"><figcaption></figcaption></figure>

To the right of the image search bar, click Export.

<figure><img src="/files/5jbogQEdyALUNVvl7GXY" alt="" width="344"><figcaption></figcaption></figure>

A modal will appear giving you options for formats to download your data as. Roboflow supports [over 50 different annotation formats](https://roboflow.com/formats).

You can also choose to either download your dataset directly as a zip file or be provided with a code snippet to download the data locally.

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

If you choose the code option, you will be able to choose from a Python code snippet, a curl command, or a direct download link to your dataset.

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

## FAQs

<details>

<summary>Why don't my zipped image counts match the UI?</summary>

There are two possibilities for this:

* An image randomly failed to download in the respective cloudly service.
* The image is corrupt or too large, leading to some errors.

Our application only generates the export zip once and then re-downloads the same export if the same format (e.g. COCO) is selected. If you ever notice that the image count is off in the download, you can always create a new version and re-download.

\\

</details>

<details>

<summary>Are the downloaded images the original quality?</summary>

No. To prevent training slowdowns, we compress images at a level that maintains a balance between training speed and resolution needed for sufficient model performance.

If you're looking to download a single original quality image, you can do so by clicking on a image on your dataset and selecting "Download Image".

If you're looking to download multiple original quality images, we recommend using our [CLI](https://docs.roboflow.com/developer/command-line-interface/download-a-dataset) or our [Image Search API](https://docs.roboflow.com/developer/search-images-in-a-dataset).

</details>
