> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/dcapp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/dcapp/others/install-apps-on-other-devices.md).

# Export

You can create an app on one device and send it to others using different methods: NFC, QRCode, File or Custom. To do this follow the steps below.

Access the "[Manage Apps](/dcapp/app-editor/edit.md)" option and after choosing the application you want to export click on the share button (on the app line). As the image below presents:

<img src="/files/-MXg29N0PD2WCQjr6U6a" alt="" width="375">

Then, the following screen appears:

<img src="/files/-MXgjXPODAGzF_gVkPZg" alt="" width="375">

The export options are:

* **NFC** - Use NFC in both devices to share content between them. Note that NFC must be connected on both devices.
* **QRCode** - Generate a QR Code on screen and with another device scan it using the import option.
* **File** - Save the app configuration to a file in he Device Download folder.
* **MIS** - Use MIS Communicator to sync files between devices and pc.

The following images show the specific screens that appear when choosing the method to export an app.

**NFC**

<img src="/files/-MU9r2bKbR3tG4xoN3zH" alt="" width="375">

This screen shows the usual layout for this option. However, the message below may appear:

{% hint style="warning" %}
Android Beam was deprecated on Android 10 and may not work correctly on this device!
{% endhint %}

**QRCode**

<img src="/files/-MXgk9l6UDy1ixJb2yeh" alt="" width="375">

A QRCode code is generated with the specific settings of the selected app that will be read by the target device.

At the top of the screen are two icons that allow:&#x20;

1. Save the QRCode to a .bmp file in the Downloads folder.
2. Share the QRCode (by sms, e-mail, etc.).

**File**

A file is sent to the local folder "Download" on the device.

**MIS**

If you have made a MIS synchronization configuration (see [here](/dcapp/synchronization/synchronization-methods/mis-communicator.md)) then clicking on this option the application exports the data using this method.


---

# 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:

```
GET https://doc.sysdevmobile.com/dcapp/others/install-apps-on-other-devices.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
