> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/password-manager/application/settings.md).

# Settings

### General settings

| OPTION              | DESCRIPTION                                                                                                                                                                             |
| ------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Language**        | Select Devolutions Password Manager language.                                                                                                                                           |
| **Search settings** | Enable ***Automatically search*** when typing in search fields to display the ***Delay*** feature. Choose between 200, 400, 600, and 800 milliseconds to wait before applying a search. |
| **Clean App Data**  | Clean all the data located in the temporary folder.                                                                                                                                     |
| **Startup page**    | Display the ***Startup page*** at launch                                                                                                                                                |
| **Theme**           | Choose the theme between ***Light***, ***Dark***, and ***System***.                                                                                                                     |

### User preferences

| OPTION                                  | DESCRIPTION                                                                          |
| --------------------------------------- | ------------------------------------------------------------------------------------ |
| **Recovery key (Devolutions Cloud)**    | Create a new emergency reset code. The previous emergency reset code will be voided. |
| **Default Vaults (Devolutions Server)** | Set the landing vault.                                                               |

### Security and privacy

| OPTION                 | DESCRIPTION                                                                                                                                         |
| ---------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Use biometric lock** | Enable to use the [Biometric lock](https://docs.devolutions.net/password-manager/application/settings/biometric-lock-setting/).                     |
| **Offline settings**   | Select ***Go offline*** to enable the offline mode. Vaults must be loaded at least once to be accessible offline. The application will be reloaded. |
| **Usage data**         | Share anonymous usage data with Devolutions.                                                                                                        |

### Storage and cache

| OPTION                         | DESCRIPTION                                                                            |
| ------------------------------ | -------------------------------------------------------------------------------------- |
| **Delete all temporary files** | Removes all files that are stored temporarily by the application during regular usage. |
| **Clean app data**             | Wipes all locally stored application data.                                             |
| **Clear offline cache**        | Clears the locally stored offline cache.                                               |

### Entries settings

| OPTION                           | DESCRIPTION                                                                                                              |
| -------------------------------- | ------------------------------------------------------------------------------------------------------------------------ |
| **Browser settings**             | Select the default browser to open a website in the default OS browser or In-app to use the embedded browser in the app. |
| **Allow variables**              | Allow variables resolving in entries.                                                                                    |
| **Highlight special characters** | Highlight special characters such as special characters, numerics, and uppercase.                                        |
| **Use favicons**                 | Download favicons from the web.                                                                                          |

### Autofill settings

| OPTION                 | DESCRIPTION                         |
| ---------------------- | ----------------------------------- |
| **Autofill dashboard** | Enable autofill for your workspace. |

### Logs

| OPTION                     | DESCRIPTION                                                 |
| -------------------------- | ----------------------------------------------------------- |
| **View application logs**  | Display the application logs.                               |
| **Send application logs**  | Send the application logs via email.                        |
| **Clean application logs** | Clean application logs to delete the application logs file. |

### Authenticator

| OPTION                               | DESCRIPTION                                                                     |
| ------------------------------------ | ------------------------------------------------------------------------------- |
| **Use cloud backup**                 | Enable cloud sync with Devolutions Cloud and Devolutions Server.                |
| **Biometric for push notifications** | Enable biometrics in global settings to allow their use for push notifications. |
| **Tap to reveal**                    | Hide codes until tapped. They will be shown for a few seconds.                  |
| **Reveal duration**                  | Set the time after which the revealed codes will be hidden.                     |

### About us

| OPTION          | DESCRIPTION                     |
| --------------- | ------------------------------- |
| **App version** | Select to view the app version. |


---

# 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.devolutions.net/password-manager/application/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.
