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

# Import Demo Content

The demo importer is the fastest way to import our starter sites. Using this import feature is recommended for fresh installs. The Demo Importer provides you with all of the pages and posts, widgets, theme options, assigned pages and more.

## How to import the demo content <a href="#how-to-import-the-demo-content" id="how-to-import-the-demo-content"></a>

If this is our theme’s first use, we recommend starting with one demo site (elements from different starter sites can be reused). You will then have everything needed to begin; it makes understanding how the theme works easier, and you can avoid having to create everything from scratch.&#x20;

Here is what you have to do:

1. [Activate your theme](/themes-documentation/getting-started/theme-activation.md)
2. Check the [server status](/themes-documentation/getting-started/system-requirements.md) to ensure your server meets the requirements for a successful import.
3. Navigate to your **Dashboard > Theme Dashboard > Demo Data**<br>

   <figure><img src="/files/DKEu3SR8m2ikIstkRinZ" alt=""><figcaption></figcaption></figure>
4. Select a starter site and click the **Import** button.
5. Wait until the import routine is done. Please be patient and don’t navigate away, as this can take a few minutes depending on your host’s performance.
6. You will be notified once the process is completed, at which time you can check the results.

## **Replace URL**

Replace the demo site URLs after importing the demo content to ensure proper functionality and customization.

1. Navigate to **Elementor > Tools > Replace URL** to update the site URLs

   <figure><img src="/files/FLv52IMY4NHrqCiBYaQi" alt=""><figcaption></figcaption></figure>
2. Replace Demo URL with your Original URL

## **Demo Images**

Imported images come from different sources (Unsplash, Pexels, Shutterstock, etc.). While some of them are free to use, others require you purchase your own license in order to use them commercially.


---

# 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://pixelfit.gitbook.io/themes-documentation/basic-setup/import-demo-content.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.
