> For the complete documentation index, see [llms.txt](https://wpdocs.gitbook.io/editech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wpdocs.gitbook.io/editech/faqs/faqs/i-can-not-import-demos.-how-can-i-do.md).

# I can not import demos. How can i do?

### **1. I can not import demos. How can i do?**

> There are no predefined import files available in this theme. Please upload the import files manually!

Importing demos is so simple. To use 1 click to import demo, you can follow this guide [Import Demo Medilazar with 1 Click Installation](https://wpdocs.gitbook.io/medilazar/download-and-installation/one-click-to-import-demo)

Sometime, you may got some errors when importing demos. You can follow this guide:&#x20;

* Contact server admin or use Cpanel account to enable allow\_url\_fopen = 1
* Make sure your server supports JSON files
* Set permission for all files and folder at the same link: <https://www.siteground.com/tutorials/ftp/change-permissions/>

If you still got issues, you can ask the help via [**ticket**](http://themelexus.ticksy.com/) to get dedicate technical support.&#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://wpdocs.gitbook.io/editech/faqs/faqs/i-can-not-import-demos.-how-can-i-do.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.
