# Publish to Adalo Subdomain

***

*Skill Level: Intermediate*

## Before You Begin

* You do not need a paid plan to publish on an Adalo Subdomain
* Only Account Owners can add/change Domains in account settings.
* The Adalo Subdomain applies to **all of your Web Apps**. While you can't change the subdomain for each individual app if you're using an Adalo domain, you can change the ending URL slug.&#x20;

## Walkthrough

Every Adalo account comes with its own subdomain such as **example.adalo.com**. Your subdomain is usually your team's name at first, but you can change this at anytime using these steps:&#x20;

1. &#x20;While logged into Adalo, click on the profile/account icon in the upper right corner of the Adalo Builder, then click on **Settings**.

   <img src="/files/3op9NPCXcjlxLxmcdOuM" alt="" width="188">
2. In the popup that appears, click on the **Domains** tab.&#x20;

   <figure><img src="/files/Nlxmx42pL35ziFAfcmD2" alt="" width="375"><figcaption></figcaption></figure>
3. If you are a part of multiple teams, choose the Team you want to edit the subdomain for in the dropdown, then click **Edit** next to the subdomain.

   <img src="/files/haBAM7HAaXlEj8yABn5H" alt="" width="375">
4. The URL will change to a text box where you can change the subdomain. \
   \&#xNAN;*Note that it can only contain numbers, letters, and dashes and that you may only use subdomains that are not already taken by someone else.* \
   Once you're finished, click **Save**.

   <img src="/files/xnyczibq0FbkdU77jgEF" alt="" width="375">
5. To change the ending of the URL (commonly called a slug), click on the **Publish** button on the left toolbar in the Adalo Builder.

   <img src="/files/z3NrruA0qnCxv2EEk3Mh" alt="" width="188">
6. Here, you can see the domain settings for your Web App. You can change the slug by changing the value in the text input. When finished, click **Save**.

   <figure><img src="/files/482dHeHaVccaYEIXB8ht" alt="Add subdomain" width="180"><figcaption></figcaption></figure>
7. Publish the latest changes.

   <figure><img src="/files/LpWW3FDWSAegYYG8uvD5" alt="Publish Latest Changes " width="180"><figcaption></figcaption></figure>
8. Open the latest changes and share your app!

   <figure><img src="/files/DsO0PisYd9TLFSCknJiq" alt="" width="176"><figcaption></figcaption></figure>

{% hint style="warning" %}
Changes in the Builder will not show in the app until you have published a new version.
{% endhint %}

## Learn More

* In instances such as [Sign in with Google](/component-basics/marketplace-components/sign-in-with-google.md), [Sign in with Apple](/component-basics/marketplace-components/sign-in-with-apple.md), and [In App Purchases](/component-basics/marketplace-components/single-use-in-app-purchases.md), you may need to use your Adalo or custom domain during the setup of those features.

## Help

If you need additional help with this article, you can always ask in our[ community forum](https://forum.adalo.com/)! Be sure to paste the link to this article in your post as well!


---

# Agent Instructions: 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://help.adalo.com/publishing-apps/publishing-to-the-web/publish-to-adalo-subdomain.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.
