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

# Exports

> Export a version

# 📦 Exporting Dataset Versions

Learn how to export your dataset versions for local use or integration with external tools.

## 1. Create Export

Navigate to a version that you would like to export and click "Export" in the top right corner. You will see the following popup to create an export. Note that nothing will be downloaded
yet until you choose between a zip file or a code spinnet in the next step.

<Frame>
  <img src="https://mintcdn.com/ocularai/FeaFuA3bMytYuXie/images/export/create-export.png?fit=max&auto=format&n=FeaFuA3bMytYuXie&q=85&s=184f98567369f66f3d6485bbca32766b" alt="Create Export" width="716" height="732" data-path="images/export/create-export.png" />
</Frame>

Once an export is created, it shows up in the "previous exports" tab and you can access or redownload it at any time.

## 2. Choose Export Method

First, choose how you want to export your data:

<Frame>
  <img src="https://mintcdn.com/ocularai/FeaFuA3bMytYuXie/images/export/export-format.png?fit=max&auto=format&n=FeaFuA3bMytYuXie&q=85&s=7265309469e9ad4d3a57a89466ed979d" alt="Export Format" width="720" height="694" data-path="images/export/export-format.png" />
</Frame>

### Option A: ZIP Archive Export

If you choose ZIP archive, you can select from these formats:

| Format          | Best For                        | Contents                    |
| --------------- | ------------------------------- | --------------------------- |
| **YOLO Format** | Direct model training           | Normalized annotations      |
| **COCO JSON**   | Industry standard compatibility | Full metadata + annotations |

### Option B: Code Snippet

We have CLI, CURL, and URL snippets available.

<Frame>
  <img src="https://mintcdn.com/ocularai/FeaFuA3bMytYuXie/images/export/export-snippet.png?fit=max&auto=format&n=FeaFuA3bMytYuXie&q=85&s=e0346285c1255d7d32a2b549c700e65c" alt="Code Snippet Export" width="718" height="890" data-path="images/export/export-snippet.png" />
</Frame>

<Tip>
  You can also use our [SDK](/api-sdk/ocular-sdk/exports) to download and process data.
</Tip>
