# Demo Import

#### Demo Plugin

First, make sure that the One Click Demo Import plugin is installed and Activated

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

#### Demo Import

The link is available under the **Appearance** tab

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

On this page, click on Import Demo Data on the bottom-left section of the screen.

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

On the next screen, click on **Continue & Import** button

<figure><img src="/files/86dibjOWUIuCNg43wTh3" alt=""><figcaption></figcaption></figure>

&#x20;This will start the demo import process and it may take a few minutes to fully import the demo data. The speed varies on different servers. <br>

<figure><img src="/files/98IZpeJI2mSMsZCXY0kR" alt=""><figcaption></figcaption></figure>

After a few minutes, your demo will be imported. Please do not refresh or c lose the tab or the process will stop.&#x20;

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

{% hint style="danger" %}
If the demo content import process is stuck, incomplete, or not working correctly, it likely means your hosting's PHP.ini limits are too low for the WordPress Importer. This prevents the demo data from being imported properly.

To resolve this, contact your web hosting support and request an increase in the following PHP.ini limits:

* **max\_execution\_time = 300** (600 recommended)
* **memory\_limit = 128M** (256M recommended)
* **post\_max\_size = 32M**
* **upload\_max\_filesize = 32M**
* **max\_input\_vars = 2000**
  {% endhint %}


---

# 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://docs.stylothemes.com/urdupaper/basic-setup/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.
