# Compare Engineer/User Modes

### Engineer Mode Terminal (Engineering Mode, Development Terminal, Dev Mode Terminal)

* **Intended Users:** Primarily used by application developers.
* **ADB Availability:** Comes with ADB (Android Debug Bridge) for facilitating the development process.
* **APK Installation**: Allows installation of any application without authenticating the APK's signature.
* **Watermark Presence:** Displays an "engineering mode" watermark in the bottom corner of the screen.

### User Mode Terminal (Production Terminal, End-User Terminal)

* **Intended Users:** Designed for end-users.
* **ADB Availability:** Does not include ADB.
* **APK Installation:** Requires authentication of the APK's signature. Only APKs signed by the terminal's App root certificate or its sub-certificate can be installed.


---

# Agent Instructions: 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://smartpossdk.gitbook.io/cloudpossdk/faq/firmware/compare-engineer-user-modes.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.
