> 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-as-a-web-app.md).

# Run Your Suite as a Web App

A Suite can be run as a Web App through a browser. To provide access, first create a Device User, and then assign that user a Web License for the Suite.

### Create a Device User

1. Expand the **Account** tab in the left navigation.
2. Select **Admin**.
3. Open **Device Users**.
4. Select **+ Add User**.
5. Enter the user’s credentials and other required information.
6. Select **Add**.

The new user now appears in the Device Users list.

{% hint style="info" %}
The username and password entered here will be used to sign in to the Web App.
{% endhint %}

### Assign a Web License

1. Return to the **Account** tab.
2. Select **Licenses**.
3. Select **+ Web License**.
4. Select the Device User.
5. Select the Suite the user should access.
6. Select **Assign**.

The user now appears in the Licenses list with access to the selected Suite.

### Open the Web App

When Web App access is configured, DC Works creates a company-specific Web App address based on the company name.

For example, the Web App address for **DC Academy** is:

`https://dcacademy.dcworks.io`

Open your company’s Web App address in a supported browser.

### Sign in

Enter the username and password created for the Device User, and then select **Sign In**.

After signing in, the Suite launcher appears in the browser. Select an Applet to begin using it as a Web App.

### Result

Your Suite is now available through a browser as a Web App.


---

# 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-as-a-web-app.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.
