> 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/community/circles/add-pages-groups.md).

# 新しいページ/グループの追加

**あなたのサークル内では、追加のページやグループを作成できます。** グループは専用セクション内に整理された複数のページで構成され、コンテンツ管理とアクセス性を向上させます。

新しいページやグループを作成するには、追加ボタンをクリックしてください:

![](/files/361a91f27c7b7c8e003acc0a2552355ca323c6fe)

**新しいページを作成するには、ページタブをクリックしてください。** 選択すると、ページ名を入力するよう求められます — これはタブに表示されるタイトルにもなります。そこからコンテンツを追加し、ページレベルの設定を調整できます。 [ページレベルの設定の詳細はこちら](https://buildersupport.gitbook.io/help-docs/ja/skuru/skuruno).

#### 新しいページグループを作成する

**ページグループは、複数のページを1つの使いやすいタブにまとめたコレクションです。** ページグループ内では、ランディングページ、ビデオコレクション、コース、コミュニティ投稿など、さまざまな種類のコンテンツを作成できます。以下でグループ設定を詳しく見ていきましょう。

ここから次のことができます:

* **グループ名**: 特定のページタブに追加されるタイトル。
* **グループURL**: グループ専用のURL。
* **グループ説明を表示**: ページ名の下に表示される小さなテキスト
* **非表示グループ**: これにより、サークルメンバーからグループが見えなくなります「ページコンテンツの編集や更新時によく使用されます」
* **アクセスレベル**: 各ページは独自のアクセスレベルを設定できます - [詳細はこちらをクリック](https://buildersupport.gitbook.io/help-docs/ja/akusesureberu)
* **コンテンツの公開範囲**: メンバーがコンテンツを閲覧できるタイミングを完全に制御できます - 続きを読む
* **コンテンツ完了の追跡**: メンバーがページコンテンツのステータスを編集および表示できるようにします。
* **ナビゲーションバーでのレイアウト**: アイコン、画像、テキストなどでページ名の接頭辞を変更します。
* **バッジの追加**: ページ／グループ名の横にバッジを追加します。例：新しいコンテンツがある場合、タイトルの横にブランドカラーのバッジを追加できます。
* **登録が必要**: 訪問者はコンテンツを表示して閲覧登録するためのボタンをクリックするよう求められます。

#### グループへのコンテンツ追加

ページグループを作成したら、そのグループにコンテンツを追加し始めることができます。コンテンツを追加するには、下図のようにページグループをクリックしてください:

{% hint style="success" %}
ページグループは下図のように矢印で識別され、この矢印は必要に応じて後で編集できます。詳しくはこちら
{% endhint %}

![](/files/77f724def9b75bdf33c6face7ad8fb7fe595809c)

**グループをクリックした後、新しいページを追加できます。** 以下の画像は、グループに新しいページを追加する際に表示されるインターフェースを示しています。

![](/files/9b18278efaffd71ffe6775c9320bc0526ef5b93e)

この例では、このグループ内に2つのページを作成します。両方のページはコースビデオにリンクされます。

新しいページの追加や設定方法がわからない場合は、以下のリンクにアクセスしてください。

{% content-ref url="/pages/a9e0aa6c5ac8064ce7cd1b61a91e039107d31e2a" %}
[サークルの編集](/community/circles/edit-circles.md)
{% endcontent-ref %}

![](/files/24859c929534294e59d60e895c496035e2ae8e1e)

**上の画像では、表示用のビデオサムネイルとしてページ画像を使用して、2つの新しいページを追加しました。** メンバーがVideo 1またはVideo 2のいずれかをクリックすると、各コースビデオ用に作成された専用ページにアクセスできます。

単純なビデオページにとどまらず、任意のページやファネルを作成する際と同様に、インタラクティブ性やカスタマイズ性を高めるためにさまざまなビルダーウィジェットを利用できます。


---

# 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/community/circles/add-pages-groups.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.
