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

# Import Demo

## 1. Option 1 (One click import)

You can easily import the demos or just some sections that included in demos. No matter that you to install any additional applications, you just simply click and feel free creative with the combination of **88+** sections.

In the customize interface<br>

![](/files/-MUQx3-GG9CI_RJBWUaa)

## 2. Option 2

### Step 1: Open data config file

**1.1** - On the file downloaded from [**https://themeforest.net/**](https://themeforest.net/downloads) , it have a file called '**DEMO DATA**'. &#x20;

**1.2** - You need to go **DEMO DATA** > Choose the **Demo** you want > **Open file** > **Copy all data**

![](/files/-MLMdZzfh9cwgcZHpNhm)

![](/files/-MLMdcMcXbjOzlP4p_hL)

**Note:**&#x20;

You can use the [Sublime Text ](https://www.sublimetext.com/)to open file

### Step 2: Copy to your theme

**2.1 -** Go to **Online Store** > **Theme >  Actions** >  **Edit code**&#x20;

![](/files/-MLMdwgBCuR9GvVRxbrX)

**2.2 -**  Open "**setting\_data.json**" file > **Paste** all the data which copied from ''**DEMO DATA**' to here > click to '**SAVE**'

![](/files/-MLMe4uN33ljf2g-6FV5)

***Result*****:**

![](/files/-MLMeB1wBAO6xaq9XwlF)

**NOTE:**&#x20;

* Just support import config sections the same on demo, **NOT** support import images, products, data the same on demo.&#x20;


---

# 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://kitisummus.gitbook.io/molla/general/import-demo.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.
