> 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/edit-circles.md).

# サークルの編集

**あなたのサークルのメイン編集キャンバスへようこそ。**\
このセクションでは、このキャンバス内のすべての編集要素と機能について説明します。レイアウトに慣れ、必要なツールを簡単に見つけられるようにすることが目的です。下にメインのサークル編集キャンバスが表示されます。

![](/files/6546f5c031ba8cc7ec76228f5760845bc97654ac)

サークルキャンバス

まずは画面左側にある基本要素から始めましょう。

{% hint style="success" %}
注意：左側の基本要素はページレベルの編集と設定ツールです。これらのコントロールは現在表示または編集しているページに適用され、このパネルから直接必要な調整を行うことができます。メインのサークル自体を編集するには、上部バーを使用してください。
{% endhint %}

#### ページレベルの編集

![](/files/1ad78edd10a85d07c1d62cedf6bc743197fb1c0d)

#### サークルコンテンツへのウィジェット追加

メインのページビルダーと同様に、任意の[要素/ウィジェット](/platform/widgets.md)をサークルのページに直接追加して、完全にカスタマイズできます。ウィジェットを追加するには、画面オプションを選択してください：

![](/files/7386178daaa88ac25da38fda6d65fb8b6dbbee36)

サークルページ／コンテンツへのウィジェット追加

#### ページレベル設定

ページレベルの設定では、アクセスレベルやコンテンツの表示可否などを素早く編集できます。ページレベル設定にアクセスするには、左側の歯車アイコンを選択してください：

![](/files/5c8787ad987a1f5072f69d04eef0760734053146)

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

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

下はアイコン、ページ名、ページ説明の選択とバッジの追加プロセスを示す画像です。

![](/files/7a5911d578cdda3e0e245a38c5372e5506b8119e)


---

# 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/edit-circles.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.
