> 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/websites-and-funnels.md).

# ウェブサイトとファネルについて

* 💻 ウェブサイト（ホームページ）は、ナビゲーションメニューがあり、情報を提供するために異なるページに案内することが目的です。
* 🚀 ファネルは、特定のフローに従って人々を異なるステップに案内することが目的であり、A/Bテストやコンバージョン率の向上などの利点があります。
* 💰 ファネルは、販売目的の場合には、通常のウェブサイトよりも高いコンバージョン率を得ることができます。

{% embed url="<https://youtu.be/Ge0JsDZw53I>" %}

オーパスブースターでは、 アカウント作成後に テンプレートを選択していただきますが、選択したテンプレートによって、 ウェブサイトまたはファネルの プロジェクトが 自動的に構築されます。

商品や顧客情報、 メールオートメーションの 設定などは、基本的には ウェブサイトやファネルの プロジェクト毎に それぞれ独立したものとなります。

もし１つのブランドやサービスで 複数のファネルを構築し、 顧客情報などをファネル間で 共有したい場合は、以下の手順に従ってください。

①まず、ウェブサイトのテンプレートを 選択して、ウェブサイトを作成します。

②画面左側ツールバーの上から４番目にある 「ファネル」をクリックします。

③「ファネルを作成する」をクリックし、 ファネルテンプレートを選択して ファネルを作成します。

④必要な数だけ③を繰り返し、 ファネルを増やします。

これにより、 ①で作成したウェブサイトの中に ファネルが存在することになり、顧客情報や商品、 メールオートメーションを ファネル間で共有することができます。

もし既に独立したファネルを 複数作成している場合は、１つウェブサイトを作成した上で、

①画面上部ナビゲーションバーの 「ウェブサイト＆ファネル」 をクリックし、

②目的のファネル右側の歯車を クリックして、「このプロジェクトとをホームページに移動」をクリックしてください。

そして、移動先の ウェブサイトを選択することで、そのウェブサイトのプロジェクト内に ファネルを移動することができます。

ここで注意していただきたいのは、 ファネルをウェブサイトのプロジェクト内に 移動した場合、元々ファネルに関連付けられていた 商品や顧客情報、 メールオートメーションは消えてしまう点です。

なので、 もし複数のファネルを １つのブランドやサービスで 構築する場合は、まずはウェブサイトを作成し、 その中にファネルを構築する、という順番で進めてください。

ご不明の点がございましたら、 いつでもサポートにご連絡ください。

引き続き、どうぞよろしくお願いいたします。


---

# 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/websites-and-funnels.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.
