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

# List of internet endpoints accessed by Devolutions Cloud

This is the list of addresses that are accessed by Devolutions Cloud 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 %}

### Endpoints list

<table><thead><tr><th width="209.79998779296875">Description</th><th width="287.2000732421875">URL</th><th>Related action</th></tr></thead><tbody><tr><td>Certain charts</td><td>https://chart.googleapis.com</td><td>Chart service for displaying in dashboards</td></tr><tr><td>Certain icons</td><td>https://use.fontawesome.com/</td><td>Icons provider</td></tr><tr><td>Certain images</td><td>https://cdnweb.devolutions.net</td><td>Image service</td></tr><tr><td>Devolutions Send</td><td>https://send.devolutions.com</td><td>Send passwords externally via email/link</td></tr><tr><td>Fonts for the application</td><td>https://fonts.googleapis.com<br>https://fonts.gstatic.com</td><td>Fonts provider to display the application</td></tr><tr><td>Login</td><td>https://login.devolutions.com</td><td>Login provider</td></tr><tr><td>User avatars</td><td>https://secure.gravatar.com<br>https://ui-avatars.com<br>https://i2.wp.com</td><td>Avatar service</td></tr><tr><td>Website icons (favicon)</td><td>https://iconcache.devolutions.com</td><td>Devolutions favicon service for website entries</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:

```
GET https://docs.devolutions.net/cloud/knowledge-base/knowledge-base-articles/list-of-internet-endpoints-accessed-by-devolutions-cloud.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.
