# Adaloサブドメインへの公開

***

*Skill Level: Intermediate*

## 開始前の準備

* Adaloサブドメインに公開するには有料プランは必要ありません
* アカウント所有者のみがアカウント設定でドメインを追加/変更できます。
* Adaloサブドメインは**すべてのWebアプリ**に適用されます。Adaloドメインを使用している場合、個々のアプリのサブドメインを変更することはできませんが、URLの末尾のスラッグを変更できます。

## 手順

すべてのAdaloアカウントには、**example.adalo.com**のような独自のサブドメインが付属しています。通常、サブドメインは最初はチームの名前ですが、以下の手順を使用していつでも変更できます:

1. Adaloにログインした状態で、Adaloビルダーの右上隅にあるプロファイル/アカウントアイコンをクリックし、**Settings**をクリックします。

   ![](/files/tDyL9rAKjBSO9Q6HgIEj)
2. 表示されるポップアップで、**Domains**タブをクリックします。

   <figure><img src="/files/FAeAqt2YQLRBwBVeJQR4" alt="" width="375"><figcaption></figcaption></figure>
3. 複数のチームに所属している場合は、ドロップダウンからサブドメインを編集したいチームを選択し、サブドメインの横にある**Edit**をクリックします。

   ![](/files/Eh65oNlvNdoSSTdOaweg)
4. URLがテキストボックスに変わり、サブドメインを変更できるようになります。\
   \&#xNAN;*N数字、文字、ダッシュのみを含めることができ、他の誰かが使用していないサブドメインのみを使用できます。*\
   終了したら、**Save**をクリックします。

   ![](/files/Mikr9lGnuPECDrXWnpdc)
5. URLの末尾（一般的にスラッグと呼ばれる）を変更するには、Adaloビルダーの左側のツールバーにある**Publish**ボタンをクリックします。

   ![](/files/ckuArJmJqey57nf6rgaJ)
6. ここでは、Webアプリのドメイン設定が表示されます。テキスト入力で値を変更してスラッグを変更できます。終了したら、**Save**をクリックします。

   <figure><img src="/files/GgKBESqnrPkpnolTc04z" alt="Add subdomain" width="180"><figcaption></figcaption></figure>
7. 最新の変更を公開します。

   <figure><img src="/files/5AqCJp14iX8eCWwHEctL" alt="Publish Latest Changes" width="180"><figcaption></figcaption></figure>
8. 最新の変更を開いてアプリを共有します。

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

{% hint style="warning" %}
ビルダーでの変更は、新しいバージョンを公開するまでアプリに反映されません。
{% endhint %}

## もっと詳しく知る

* [Googleでサインイン](/ja/component-basics/marketplace-components/sign-in-with-google.md)、[Appleでサインイン](/ja/component-basics/marketplace-components/sign-in-with-apple.md)、[アプリ内購入](/ja/component-basics/marketplace-components/single-use-in-app-purchases.md)などの場合、これらの機能の設定中にAdaloまたはカスタムドメインを使用する必要がある場合があります。

## ヘルプ

この記事に関する追加のヘルプが必要な場合は、いつでも[コミュニティフォーラム](https://forum.adalo.com/)で質問できます！投稿する際には、この記事へのリンクも貼り付けてください！


---

# 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/ja/testing-your-app/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.
