> For the complete documentation index, see [llms.txt](https://truestorefront.gitbook.io/owen-hydrogen-shopify-theme/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://truestorefront.gitbook.io/owen-hydrogen-shopify-theme/import-sanity-sample-data.md).

# Import Sanity Sample Data

This page will help you import Owen Theme Sanity sample data.

\*Note: Before continue, please make sure that you have installed [Sanity CLI](https://www.npmjs.com/package/@sanity/cli) in your system.

If you want to import Owen Theme Sanity sample data, please follow the steps bellow:

**Step 1**:  Copy **production.zip** file from **sanity-sample-data** folder in Owen Hydrogen theme pack, then paste it to the root folder of **your Sanity Studio**.

<figure><img src="https://1630269672-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHRzzWAbPS2llHIRPwbcd%2Fuploads%2FUXgMDN7BalmQMEUBkkaG%2Fsanity-sample-data-1.png?alt=media&amp;token=a2b95caf-db27-44b3-b4f2-bea2c7986bb3" alt=""><figcaption></figcaption></figure>

**Step 2**: Extract **production.zip** file then copy/paste 3 folder/files to the root folder of your Sanity Studio:

<figure><img src="https://1630269672-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHRzzWAbPS2llHIRPwbcd%2Fuploads%2FBKSrMHQ7tkhI0dGBMifN%2Fsanity-sample-data-2.png?alt=media&amp;token=9584183e-c224-4e90-a7a6-f78d7b97f592" alt=""><figcaption></figcaption></figure>

Step 3: Open terminal from root folder of your Sanity Studio then run the command line below (please make sure that you have deployed your Sanity Studio before):

`sanity dataset import ./data.ndjson production --replace --allow-failing-assets`

Learn more: <https://www.sanity.io/docs/importing-data>

If you want to export sanity data (for backup), you can do by running the command line below from root folder of your Sanity studio:

`sanity dataset export production production.zip`
