> For the complete documentation index, see [llms.txt](https://docs.stylothemes.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stylothemes.com/pinblog/basic-setup/demo-import.md).

# Demo Import

#### Demo Plugin

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

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

#### Demo Import

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

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

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

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

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

<figure><img src="/files/wQgYWMmhvv8YzGtamSzD" 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
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://docs.stylothemes.com/pinblog/basic-setup/demo-import.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.
