> For the complete documentation index, see [llms.txt](https://docs.oneweb.tech/oneweb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oneweb.tech/oneweb/design-and-develop-oneweb-apps/design-and-develop-low-code-apps-using-appspace/import-application.md).

# Import Application

In version 4.0.19.12 and before, the user cannot import applications to AppSpace. Instead, the user has to import each component application separately and then link them together using the Link Application feature. But from version 5.0.21.01 ONEWEB provides a feature to import the entire application as a whole using the Import feature on AppSpace.

![](https://2015371994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMpDjHWFRUtZ5nJcSfVXd%2Fuploads%2F2hmBcz8jf5G626QyA0O8%2Fimage.png?alt=media\&token=66aa9957-ec55-4552-8f5a-8c220db7bab0)

Users can upload the application file on the Import application dialog box as shown below.

![](https://2015371994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMpDjHWFRUtZ5nJcSfVXd%2Fuploads%2FoDCtva6n4DSRWtb95Amx%2Fimage.png?alt=media\&token=90837639-2ee7-4404-b0ed-642865e62466)

You can drag and drop the application file exported from another environment to the upload dialog to import it to this environment. It can be a complete application file or it can be a single component file. Both options are supported in this feature.

If the application is an exiting application in the same environment user will get the option to create a New Application or overwrite the existing application. Users can use this feature to create clones of existing applications.

![](https://2015371994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMpDjHWFRUtZ5nJcSfVXd%2Fuploads%2F0jwWMd0eYRr6en2Fq2Ql%2Fimage.png?alt=media\&token=9e10e328-40a7-4c3c-aa2d-14afe0eac706)

Users can also choose component files separately from the application file.

<div align="left"><img src="https://2015371994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMpDjHWFRUtZ5nJcSfVXd%2Fuploads%2F8DcYz4Xs4O3EHab298Kr%2Fimage.png?alt=media&amp;token=b35c363f-65b3-44b6-8082-de08ffd6b84f" alt=""></div>

If the file is not a valid AppSpace application file, the user will get an error like shown below.

<div align="left"><img src="https://2015371994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMpDjHWFRUtZ5nJcSfVXd%2Fuploads%2F4qd4Nmrn1DIzLrkntrkT%2Fimage.png?alt=media&amp;token=bb4de379-fc81-4174-98ea-5dbd66933958" alt=""></div>


---

# 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.oneweb.tech/oneweb/design-and-develop-oneweb-apps/design-and-develop-low-code-apps-using-appspace/import-application.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.
