> For the complete documentation index, see [llms.txt](https://docs.immedio.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.immedio.io/immedio-forms/settings/custom-domain.md).

# カスタムドメイン設定

フォーム公開URLに使用するドメインを管理します。自社ブランドに合わせたURLでフォームを公開できます。

フォーム公開URLに使用するドメインを管理する画面です。デフォルトでは `forms.immedio.io` ドメインでフォームが公開されますが、独自ドメインを登録することで自社ブランドに合わせたURLで公開できます。

## 設定項目一覧

| 項目         | 説明                          |
| ---------- | --------------------------- |
| カスタムドメイン追加 | 任意のドメインを登録する                |
| デフォルト設定    | 新規フォーム作成時に自動選択されるドメインを指定する  |
| DNS設定情報    | ドメインの DNS レコード設定に必要な情報の表示   |
| ステータス      | 「未検証」「証明書発行中」「公開済み」のいずれかを表示 |

## 各項目の詳細

### カスタムドメイン追加

「ドメインを追加」ボタンから、利用したいドメイン名を入力して登録します。

### デフォルト設定

複数のドメインを登録した場合、デフォルトに設定したドメインが新規フォーム作成時に自動的に選択されます。デフォルト設定されているドメインは削除できません。削除する場合は先にデフォルト設定を解除してください。

### DNS設定情報

追加したドメインをクリックすると、DNS 設定情報（Aレコードの値となるIPアドレス）が表示されます。ドメインサービスのDNS設定画面で、表示されたIPアドレスを A レコードとして追加してください。

### ステータス

| ステータス  | 説明                         |
| ------ | -------------------------- |
| 未検証    | DNSレコードが設定されていない状態         |
| 証明書発行中 | DNSレコードが検証され、SSL証明書を発行中の状態 |
| 公開済み   | SSL証明書が有効になり、利用可能な状態       |

ステータスの遷移判定は30分に一度程度行われます。DNS設定の反映には最大48時間、証明書の発行から有効化までは数時間かかる場合があります。

## 注意事項

* 設定の編集はオーナー権限のユーザーのみ可能です
* カスタムドメインの指定は必須ではありません（未指定の場合は `forms.immedio.io` で公開）
* フォーム編集画面の「その他」>「カスタムドメインを使用する」をオンにし、ステータスが「公開済み」のドメインのみ選択できます

## 関連ガイド

* [カスタムドメインを設定する](/immedio-forms/first-steps/custom-domain.md)（ドメイン取得・DNS設定・フォームでの使い方を含む手順全体）


---

# 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.immedio.io/immedio-forms/settings/custom-domain.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.
