# Prevent Accidental App Uninstallation

### Overview

In User Mode Terminals, application menu settings are typically hidden to prevent visitors from unintentionally uninstalling applications. Access to these settings requires user login.

### Configuration Steps

1. **Accessing Terminal Login:**
   * Users need to log into the terminal to access the hidden menus where application settings are located.
2. **Navigating to Terminal Configuration:**
   * Once logged in, go to 'Settings'.
   * Select 'About POS'.
   * Choose 'POS Configuration'&#x20;
   * Choose 'Administrator Login', only after login, then can uninstall applications.


---

# 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/prevent-accidental-app-uninstallation.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.
