> 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/knowledge-base/application-knowledge-base/list-of-internet-endpoints-accessed-by-devolutions-password-manager.md).

# List of internet endpoints accessed by Devolutions Password Manager

These are the lists of addresses that are accessed by Devolutions Password Manager during normal operation.

{% hint style="danger" %}
We use a "best effort" approach to maintain this list, but it **does not replace proper IT security practices**. If security is paramount, it would be better to first block all internet access, then allowlist desired addresses as needed.
{% endhint %}

#### Devolutions Password Manager endpoints list

| DESCRIPTION                                   | URL                                  | RELATED SETTING(S) / ACTION                                                                            |
| --------------------------------------------- | ------------------------------------ | ------------------------------------------------------------------------------------------------------ |
| **Devolutions account login**                 | <https://login.devolutions.com>      | ***Add – Connect Devolutions account***                                                                |
| **Devolutions Cloud (online services)**       | <https://cloud.devolutions.net>      | ***Add – Devolutions Cloud***                                                                          |
| **Telemetry**                                 | <https://telemetry2.devolutions.net> | ***Settings – Security and privacy – Disable usage data***                                             |
| **Devolutions Password Manager update check** | <https://cdn.devolutions.net>        | User action in the upgrade available dialog, or Devolutions Password Manager – ***Check for updates*** |
| **Devolutions Send**                          | <https://send.devolutions.com>       | Send password externally via email or link                                                             |
| **Entries icons and logos**                   | <https://iconcache.devolutions.com>  | ***Settings – Entries – Enable website brand logos*** (disable to prevent access)                      |
| **Authenticator entry logos**                 | <https://logo.clearbit.com>          | Fetches company logos for TOTP/SSO authenticator entries based on the issuer domain                    |
| **User images**                               | <https://www.gravatar.com>           | Fetches profile pictures for Workspaces users                                                          |
| **Have I Been Pwned**                         | <https://api.pwnedpasswords.com>     | ***"Check if pwned"*** button on password entries, and the Password Analyzer report                    |
| **Devolutions Store**                         | <https://store.devolutions.net>      | Shown when a vault hits free tier capacity limits, via a ***Get Team License*** button                 |
| **Devolutions Forum**                         | <https://forum.devolutions.net>      | Help icon in ***left menu – Forum menu item***                                                         |
| **Devolutions Blog**                          | <https://blog.devolutions.net>       | Help icon in ***left menu – Follow Us – Blog menu item***                                              |
| **Devolutions Documentation**                 | <https://docs.devolutions.net>       | Help icon in ***left menu – Documentation menu item***                                                 |
| **Devolutions website**                       | <https://devolutions.net>            | Multiple uses (support, contact, release notes)                                                        |


---

# 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/knowledge-base/application-knowledge-base/list-of-internet-endpoints-accessed-by-devolutions-password-manager.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.
