> For the complete documentation index, see [llms.txt](https://docs.blynk.io/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blynk.io/en/blynk.apps/profile-management/settings.md).

# Settings

![App settings](/files/HUz7AC3R5WFDRMLsdeSm)

Tap Settings in the left sidebar.

Here you can enable or disable the following application settings:

### Notifications and sounds

* Mute all notifications: will mute any incoming notifiations
* Devices: set up device notifications settings and choose sound for generic and critical alerts
* Automations: turn on/off notifications triggered by Automations. You can choose custom sounds
* Other

### Unit system

Each user can override the org default in their **Settings** on mobile app. Users get the same **Metric** and **Imperial** presets, plus a **Default** option that follows whatever the organization is set to.

Default is pre-selected for new users and shows what it currently resolves to, so users always know what they're inheriting. If the org admin later changes the org units, users on Default update automatically; users who picked their own preset stay put.

<figure><img src="/files/9GtuVO18XKSmiPQhQXzY" alt="" width="308"><figcaption></figcaption></figure>

### Interface

* Keep screen always on: if you don't exit the app, smartphone screen will not turn off
* Don't show offline notifications:
* Skip tile view for single device: if you have only one device, device list will be hidden. When app is opened, device dashboard will appear. If you add more than one device, device list (tiles) will be seen automatically

### Security

Biometric authentication: enable fingerprint/face authentication if smartphone supports it.


---

# 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.blynk.io/en/blynk.apps/profile-management/settings.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.
