> 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/how-to-articles/customize-your-devolutions-coud-url.md).

# Customize your Devolutions Coud URL

Devolutions Cloud URLs are generated automatically upon creation, with a default URL based on the chosen region and a unique ID. The URL is unrelated to the name given to the workspace during creation, which is only used for display purposes (e.g., in Devolutions Portal and other Devolutions products).

{% hint style="danger" %}
Be careful when setting a custom name and subdomain, as this action is irreversible.
{% endhint %}

To change the URL, follow these steps:

1. Head to ***Administration*** – ***Access and authentication*** – ***URL***.

   ![](https://cdnweb.devolutions.net/docs/HUBB4070_2026_2.png)
2. Enter a custom name for the workspace and click ***Set***.
3. A subdomain can also be set for the URL here. By default, the custom name set in step #2 is used as the subdomain.


---

# 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/how-to-articles/customize-your-devolutions-coud-url.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.
