> For the complete documentation index, see [llms.txt](https://enginethemes.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://enginethemes.gitbook.io/docs/qaengine/qaengine-main-steps-to-set-up-the-site/qaengine-import-sample-data-guide.md).

# QAEngine Import Sample data guide

After purchasing our product, you will find an XML file named "**Sample Data**" in your member page. This XML file will provide you with an exact copy of the theme demo. Using this sample data, you can explore default posts, pages, categories, menus, widgets, and more. You will soon learn how to get your own site and content running.

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/56c6e208c697915005a72a5f/images/5715d11dc697911a6f03a4fa/file-PnjYLNOSGD.png)

To insert your sample data, follow the steps below:

1. **Requirements:**
   * Ensure you have activated:
     * QAEngine.
     * WordPress Importer tool. If you haven’t installed this tool, follow these steps:
       * Visit **Tools -> Import** in the WordPress dashboard.
       * Click on the WordPress link in the list of importers.
       * Click "**Install Now**".
       * Finally, click "**Activate Plugin & Run Importer**".
2. Choose **Tools > Import**.
3. Select the **Wordpress option**

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/56c6e208c697915005a72a5f/images/5715d12f9033602796676fc3/file-ncjujsretk.png)

4\.      Click on the marked button to upload the file.\
5\.      Click “**Upload file and import**” button.

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/56c6e208c697915005a72a5f/images/5710861e9033602796675f2c/file-SOatFXc8ix.png)

6\.      After completing your settings, you will see your front-end appear like our demo site:

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/56c6e208c697915005a72a5f/images/5715d150c697911a6f03a4fb/file-HmhBBSOlBg.png)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://enginethemes.gitbook.io/docs/qaengine/qaengine-main-steps-to-set-up-the-site/qaengine-import-sample-data-guide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
