> 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/server/web-interface/administration/configuration/server-settings/general/features.md).

# Features

The ***Features*** section allows administrators to configure the web interface features. Enabling or disabling these features allows or denies access to [remote endpoints](https://docs.devolutions.net/server/kb/knowledge-base/internet-endpoints-server/). When enabled, Devolutions Server will alert the external party for the service in question.

![](https://cdnweb.devolutions.net/docs/DVLS6009_2025_3.png)

### Settings

<table><thead><tr><th width="298">Option</th><th>Description</th></tr></thead><tbody><tr><td>Allow browser extensions (Devolutions Password Manager browser extension)</td><td>Allow users to save credentials in the Devolutions Server instance with the Devolutions Password Manager browser extension.</td></tr><tr><td>Enable Internet Access</td><td>Allows Devolutions Server to communicate with external entities for the options below.</td></tr><tr><td>Enable Gravatar</td><td>Fetches the user's Gravatar icon.</td></tr><tr><td>Enable compromised (pwned) check</td><td>Searches an external database for compromised passwords.</td></tr><tr><td>Block Tor clients</td><td>Prevents users who are using Tor, an anonymity network, from accessing Devolutions Server. This can enhance security by blocking access from users who might be trying to hide their identity.</td></tr><tr><td>Share anonymous usage data with Devolutions</td><td>Allows Devolutions Server to send telemetry. No sensitive and/or personal data is sent; what is collected is information such as the version used, the authentication modes used, and the number of vaults.</td></tr><tr><td>Enable Devolutions Password Manager Push notification</td><td>Allows Devolutions Server to send push notifications to notify of various situations such as new secure messages, approval requests for temporary access, and approval requests for PAM.</td></tr><tr><td>Allow users to send password with Devolutions Send</td><td>Allows users to send passwords through Devolutions Send (they also need the <em><strong>View password</strong></em> permission).</td></tr><tr><td>Enable automatic service updates check</td><td>Allows Devolutions Server to view the latest versions of our services to indicate whether they are up to date on the <em><strong>System dashboard</strong></em>.</td></tr></tbody></table>


---

# 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/server/web-interface/administration/configuration/server-settings/general/features.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.
