# Settings

### Overview

Customizing your mobile app settings is simple and helps tailor the app to meet your specific preferences. Follow this guide to explore and configure various settings.

***

### Accessing the Settings Menu

To access the mobile app settings, start by clicking on the **More** option from the app’s main screen. Then, select **Settings** to view the full list of configuration options available.

<img src="/files/-M37OfShZRiLDdQ9Xr8H" alt="" width="188">

***

### Notification Settings

In the **Notification Settings**, you can manage how the app sends alerts.

* Check if **Push Notifications** are enabled or disabled, which ensures you're informed about new activities.&#x20;
* Manage **Reminder Notifications** by enabling or disabling reminders as per your preference.&#x20;
* If you want in-app notifications to pop up on your screen, enable the **Toaster Pop-Up Notification**.&#x20;

Additionally, you can turn on the **Notification Sound** to receive an audio alert when new notifications arrive.

***

### Security Settings

For added security, the app allows you to set a PIN and, if your device supports it, use **Face ID** for logging in.&#x20;

Additionally, if you ever need to update your login credentials, you can change your password by selecting the **Change Password** option within the settings.

***

### Cache Management

The **Cache Management** settings help improve the app's performance by storing frequently accessed data. Users can enable **Cache Viewed Files** to speed up the loading of files already opened, or use **Cache Wikis** to make repeatedly viewed wikis load faster.&#x20;

If necessary, users can manually clear stored data with options to **Clear Cached Files**, **Clear Cached Wikis**, or perform a **Full Cache Clear** to remove all cached data from the app.

***

### File Settings

In the **File Settings** section, you can adjust how files are handled within the app. Start by selecting the **File Compression Rate**, with options ranging from Small, Medium, Large, to None, depending on how much you want to compress file sizes. You can also enable **Auto File Download** to automatically download files in the background, making access easier when you need them later.

***

### Media Settings

The **AutoPlay Video** setting allows users to control when videos play automatically in the app.&#x20;

Users can choose between three options: **Mobile Data and Wi-Fi** for auto-play using any network, **Wi-Fi Only** if you prefer to save mobile data, or **Never** if you'd rather manually play videos to conserve data usage.

***

### Language Settings

In the **Language Settings**, users can select a preferred language from a list that includes **English**, **Dutch**, **German**, **French**, **Spanish**, and **Chinese**. This allows users to interact with the app in the language they are most comfortable with.

***

### Additional Settings

The settings menu also provides several additional features. Users can use the **Report a Problem** option to send error reports directly to the development team.&#x20;

For users new to the app, or wanting a refresher, select **Take a Tour** to get a guided walkthrough within the mobile app itself.&#x20;

Users can also **Share** or provide **Feedback** in the app store or check the **About** section to see the app's current version.&#x20;

Finally, users have the option to log out of their account, simply select **Log Out** to safely exit the app.


---

# 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://guides.mangoapps.com/mobile-apps-guide/settings.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.
