# One-Click Demo Import

#### **How to Import Demo Content via One Click Demo Import** <a href="#how-to-import-demo-content-via-one-click-demo-import" id="how-to-import-demo-content-via-one-click-demo-import"></a>

If your theme includes the **One Click Demo Import** feature, follow these steps to quickly set up your site with demo content:

#### **Step 1: Install and Activate Required Plugins** <a href="#step-1-install-and-activate-required-plugins" id="step-1-install-and-activate-required-plugins"></a>

1. Go to **Appearance → Install Plugins** in your WordPress dashboard.
2. Install and activate the **One Click Demo Import** plugin (if not pre-installed).

#### **Step 2: Navigate to Demo Import** <a href="#step-2-navigate-to-demo-import" id="step-2-navigate-to-demo-import"></a>

1. Go to **Appearance → Import Demo Data**.
2. You will see a list of available demo layouts.

#### **Step 3: Select and Import Demo Content** <a href="#step-3-select-and-import-demo-content" id="step-3-select-and-import-demo-content"></a>

1. After clicking “Install Demo Data”
2. Select the demo you want to import.
3. Click the **“Import Demo”** button.
4. Then, click **“Continue & Import”** to proceed.
5. Wait for the import process to complete — this may take a few minutes, depending on your server speed.

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

#### **Step 4: Verify the Import** <a href="#step-4-verify-the-import" id="step-4-verify-the-import"></a>

* Once the import is complete, go to **Pages, Posts, and Media** to check if the demo content has been added.
* Navigate to **Appearance → Customize** to ensure the theme settings are applied correctly.

#### **Troubleshooting Tips** <a href="#troubleshooting-tips" id="troubleshooting-tips"></a>

**Demo Import Fails or Stuck?** Try increasing your PHP limits:

* `max_execution_time = 300`
* `memory_limit = 512M`
* `post_max_size = 128M`
* `upload_max_filesize = 128M`

**Failed to import media files (images)?**

* Please **reset your WordPress site** using a database reset plugin (such as WP Reset) to ensure a clean installation.
* After resetting the site.
* Reinstall the required theme and plugins.
* Navigate to the **Demo Import** section.
* Select your desired demo and click **“Import Demo”**.
* Then click **“Continue & Import”** to begin the process.

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


---

# 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://buddhathemes-test.gitbook.io/ogie/demo-content/one-click-demo-import.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.
