> 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/master.md).

# Overview

![](/files/-MTF_T0QWMzATnhtteYT)

In a very fast and simple way, the users from **DCAPP** **2.0** can set up mobile apps for data collection, which they can then synchronize with their PC or server, in order to send all the collected data.

With no need of coding, this app allows the users to create their own data collection profiles. This is perfect for different activities and tasks such as inventories, assets, transfers, etc.

Different types of synchronization might be used: FTP, Email, Dropbox or MIS Communicator are available so that each user can select the most convenient one.

{% hint style="success" %}
DCAPP 2.0 is available for Android v4.4 or higher.
{% endhint %}

* Do you need to install an app in other devices?

That is very simple to do with DCAPP. Using NFC or generating a QRCODE, you can share your recently created app faster than before.

* What if the device is not with you?

DCAPP also allows you to share your app by e-mail.

{% hint style="info" %}
The demo mode lets the users to collect up to 10 registers for all the created apps. When the limit is reached, a message will appear to ask the user to synchronize the data or delete it.
{% endhint %}


---

# 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://doc.sysdevmobile.com/dcapp/master.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.
