# Import 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="/files/gqqDuFUYBvdIixLifeXP" 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="/files/TDGWrC290LyZUGOtcS6q" 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`


---

# 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://truestorefront.gitbook.io/owen-hydrogen-shopify-theme/import-sanity-sample-data.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.
