> 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/access-levels.md).

# アクセスレベル

**サークル内では、作成されたすべてのコンテンツに対して複数のアクセスレベルを管理できます**。これにより、サークル全体の権限を制御する**親レベルのアクセス**設定に加え、個々のグループやページに対する特定のアクセス権限を設定することが可能です。

#### 親アクセスレベル

前述のように、親レベルとページレベルの両方でアクセスレベルを変更する場所を制御できます。まずは親アクセスレベルについて説明します。

親レベルのアクセスを編集／変更するには、次の [サークル](https://buildersupport.gitbook.io/help-docs/ja/skuru/skuru#accessing-your-circle) を入力してください。変更したいものを指定します。

サークル内に入ったら、上部にある歯車アイコンを選択してください：

![](/files/750e6685f449c996c9adc7777b5b87923716db4a)

選択すると新しいボックスが表示されます。下にスクロールして「アクセスレベル」というラベルを見つけてください。現在のアクセスレベルは次のとおりです：

* **公開**：このコンテンツは誰でも公開アクセスでき、Googleなどの検索エンジンにインデックスされます
* **ログイン済みメンバー**：ログイン済みのメンバーのみがこのコンテンツにアクセスできます
* **グループのメンバー**：特定のグループのメンバーのみがこのコンテンツにアクセスできます
* **支払いが必要**：訪問者はコンテンツにアクセスするために購入が必要となります

**注意**：アクセスレベルは必要に応じて個々のページやグループ内で変更できます。

#### 支払いが必要

**"支払いが必要" のアクセスレベルでは、メンバーがサークル全体または特定のページ／グループにアクセスする前に支払いを要求できます。** 制限されたコンテンツのペイウォールを作成するには、次の **支払いが必要** オプションを選択し、価格を設定し、希望の支払い構成を設定してください。定期購読の支払いを提供したい場合は、この場所でそのオプションを有効にできます。

<figure><img src="/files/bbeb7c63ddf765f18fcadf85977ad5b38837f11a" alt="サークルコミュニティの定期購読を作成する方法"><figcaption></figcaption></figure>

ペイウォールが親レベル（つまりサークルへのメインアクセス）で作成されると、支払いをしていないメンバーがサークルにアクセスしようとした際に下記のような支払い画面が表示されます。

{% hint style="success" %}
注：eコマースストアを通じて商品を作成し、ウェブサイトページ、ストア自体、またはファネル内で支払いを有効化することも可能です。あるいは、サークル内に専用ページを設置し、標準的なチェックアウト機能を使用したペイウォールとして設定することもできます。この方法では、必要に応じてアップセルやバンプオファーを提供することが可能です。
{% endhint %}

![](/files/59a26426aca915c868b1941ec6ccfa43601fee50)

#### ページレベルのアクセス

**ページレベルのアクセスは、上で説明した親レベルのアクセスと同様に機能します。** 主な違いは追加の **「親から継承」** オプションがページ／グループレベルで利用できる点です。有効にすると、この設定は親レベルのアクセス権を選択したページやグループに自動的に適用し、事前に構成したアクセスルールとの整合性を保ちます。

ページ／グループレベルの設定の見つけ方：

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


---

# 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/access-levels.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.
