> For the complete documentation index, see [llms.txt](https://docs.amltd.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.amltd.com/dc-works/getting-started/run-your-suite-on-a-device.md).

# Run Your Suite on a Device

### Enroll a Mobile Device

Before a DC Works Suite can run on a mobile device, the device must be enrolled in that Suite.

In this guide, you will enroll an AML Scepter Pro mobile computer in the **Getting Started** Suite.

### Before you begin

Confirm that:

* The **Getting Started** Suite has been created and saved.
* The Suite contains the **Asset Check-In** Applet.
* The mobile device has an internet connection.
* The DC Works mobile application is installed on the device.

The DC Works application may already be preloaded on an AML mobile computer. If it is not installed, install it using the provided APK before continuing.

### Install the DC Works mobile app

If the DC Works mobile app is not already installed on the device:

1. In the DC Works Designer, select **Get Mobile App** from the left navigation menu.
2. A barcode for downloading the DC Works APK is displayed.
3. Scan the barcode with the mobile device.
4. Download the APK.
5. Open the downloaded file and follow the device prompts to install the app.

<figure><img src="/files/qHroR0suiIk0V3DAvrvm" alt=""><figcaption></figcaption></figure>

*Scan the barcode to download and install the DC Works mobile app.*

{% hint style="info" %}
Depending on the device’s Android security settings, you may be prompted to allow app installation from the browser or other source used to download the APK.
{% endhint %}

After installation, locate the **DC Works** icon on the device and continue with **Begin enrollment**.

### Open DC Works on the device

Locate and select the **DC Works** icon on the mobile device.

<figure><img src="/files/g8utJdgYOPWYntn6IRjs" alt="" width="375"><figcaption></figcaption></figure>

*Open the DC Works application on the mobile device.*

The DC Works welcome screen appears.

### Begin enrollment

Select the green **Enroll** button.

<figure><img src="/files/G1F5w8uKXkhkGrvG0RCW" alt="" width="375"><figcaption></figcaption></figure>

*Select Enroll to begin connecting the device to a Suite.*

The enrollment screen provides:

* A field for entering an enrollment barcode manually
* A blue **Scan** button
* A green **Enroll** button

<figure><img src="/files/mHxEKLGDbLqDBrAi2RY5" alt="" width="375"><figcaption></figcaption></figure>

*The enrollment screen accepts the barcode used to connect the device to a Suite.*

### Generate the enrollment barcode

On the computer running the DC Works Designer:

1. Select **Suites** from the left navigation menu.
2. Locate the **Getting Started** Suite.
3. Under **Enrollment Barcode**, select the **eye** icon.

<figure><img src="/files/0DJ1YYE0cnRKv7Pp90fZ" alt=""><figcaption></figcaption></figure>

*Select the eye icon for the Getting Started Suite to display its enrollment barcode.*

DC Works displays the Suite’s enrollment barcode.

*The enrollment barcode connects the mobile device to the Getting Started Suite.*

The enrollment window also provides options to:

* Download the barcode
* Perform file enrollment
* Print the barcode
* Close the window

<figure><img src="/files/CZW01XQ48hwAfvEdbihK" alt=""><figcaption></figcaption></figure>

### Scan the enrollment barcode

On an AML Scepter Pro or another device with an integrated barcode scanner:

1. Aim the device at the enrollment barcode displayed on the computer.
2. Press the device’s scan trigger.
3. Confirm that the barcode is captured by the DC Works application.

If the device does not have an integrated barcode scanner:

1. Select the blue **Scan** button.
2. Allow camera access if prompted.
3. Use the device’s camera to scan the enrollment barcode.

### Complete the enrollment

After the barcode is captured, DC Works enrolls the device in the **Getting Started** Suite.

The device then downloads the Suite, including:

* The Suite launcher and its configuration
* The **Asset Check-In** Applet
* The supporting information required to run the Suite

Keep the device connected to the internet while the initial download is completed.

When enrollment finishes, the **Getting Started** Suite opens and displays the **Asset Check-In** button.

<figure><img src="/files/454KUjsRnkifoXm3Sj51" alt="" width="375"><figcaption></figcaption></figure>

*The enrolled device displays the Getting Started Suite and its Asset Check-In Applet.*

### Confirm the enrollment

On the computer, return to the **Suites** page.

The **# Devices Assigned** value for the Getting Started Suite should now reflect the enrolled device.

On the mobile device, confirm that:

1. The Suite logo and launcher display correctly.
2. The **Asset Check-In** button is available.
3. Selecting **Asset Check-In** opens the correct Applet.
4. The Applet can create, view, and update records.


---

# 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.amltd.com/dc-works/getting-started/run-your-suite-on-a-device.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.
