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

# カスタムドメインの接続

「ドメイン」とはインターネット上のサーバーの住所のようなものです。ウェブサイトのURLや、メールアドレスに利用されます。ドメインは、ドメイン取得サービスで購入することができます。ご自身のホームページのために購入したオリジナルのドメインのことを「独自ドメイン」と呼びます。OpusBoosterで作成したホームページやファネルには、独自ドメインを利用してお好きなURL（カスタムURL）を設定することができます。

ウェブサイトまたはファネルにドメインを接続するには、ビルダー画面左側ツールバーにある「**ウェブサイト/ファネルの設定**」をクリックし、次に「**ドメイン**」をクリックしてください。

「**既存のドメインを接続**」をクリックしてドメインを入力するフィールドを開き、接続したいカスタムドメイン（独自ドメイン）を入力して「**ドメインを接続**」をクリックしてください。

<figure><img src="/files/KW5vRBWVbZERzmpsV0nf" alt=""><figcaption></figcaption></figure>

ドメインを追加すると、**2つのDNSレコード**が表示されます。これらは、ドメイン取得サービス（ドメインプロバイダ）のドメイン設定に追加する必要があるレコードです。どのドメイン取得サービスでも、これらのレコードをドメインに追加できるようになっているはずです。もし見つからない場合は、ドメイン取得サービスに連絡して追加方法を尋ねてみてください。これらのレコードを追加することで、あなたのドメインとウェブサイト/ファネルが接続されます。

<figure><img src="/files/bdzdlLbVePcYuq5pIqx4" alt="" width="375"><figcaption><p>表示されるDNSレコードの一例</p></figcaption></figure>

ドメインを接続するには、ドメイン取得サービスにログインし、画面に表示されたDNSレコードを追加してください。パーキングまたはURLリダイレクトレコードを削除し、「@」のAレコードが1つだけになるように確認してください。「@」がホスト名として入力できない場合は、空白にしてください。

サブドメイン（例：'shop.site.com'）を接続したい場合は、ホストに「@」の代わりにサブドメインを使用してください（例：「@」の代わりに'shop'、'www'の代わりに'[www.shop'）。](http://www.shop'）。)

DNSへの変更は最大48時間かかることがありますので、ご注意ください。

{% hint style="danger" %}
注意：レコードが重複しているとドメインが正しく接続されないので、重複していないことを確認してください。ホスト名/名前として@を持つAレコードとホスト名/名前としてwwwを持つCNAMEレコードを1つだけ持つ必要があります。
{% endhint %}


---

# 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.opusbooster.com/platform/getting-started/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.
