# 共同作業

- [チームを招待する](https://gitbook.com/docs/documentation/ja-gitbook-documentation/collaboration/share.md): チームメイトやその他の関係者を、メンバーまたはゲストとして GitBook 組織に招待し、コンテンツで共同作業できるようにする方法を学びます
- [メンバー管理](https://gitbook.com/docs/documentation/ja-gitbook-documentation/collaboration/member-management.md): 組織メンバーのコンテンツアクセスを管理する方法を学びます
- [メンバーの管理または削除](https://gitbook.com/docs/documentation/ja-gitbook-documentation/collaboration/member-management/invite-members-to-your-organization.md): 新しい管理者の追加や、唯一の管理者が組織を離れた場合の対処法を含め、組織メンバーの管理方法を学びます
- [権限と継承](https://gitbook.com/docs/documentation/ja-gitbook-documentation/collaboration/member-management/permissions-and-inheritance.md): GitBook での権限の仕組みと、コンテンツへのアクセス・編集を誰に許可するかを制御する方法を理解します
- [ロール](https://gitbook.com/docs/documentation/ja-gitbook-documentation/collaboration/member-management/roles.md): GitBook のすべてのロールの概要です。各ロールで何ができるか、組織全体のアクセス制御にどう使うかを説明します
- [チーム](https://gitbook.com/docs/documentation/ja-gitbook-documentation/collaboration/member-management/teams.md): チームは、組織内のメンバーをグループ化するのに最適な方法です
- [変更リクエスト](https://gitbook.com/docs/documentation/ja-gitbook-documentation/collaboration/change-requests.md): 変更リクエストを通じてコンテンツ編集を共同作業する
- [変更リクエスト画面](https://gitbook.com/docs/documentation/ja-gitbook-documentation/collaboration/change-requests/change-requests-screen.md): 専用の変更リクエスト画面について学びます。変更リクエストを結合してドキュメントに公開する前に、閲覧・管理・確認するのに役立ちます
- [スペース内の変更リクエスト](https://gitbook.com/docs/documentation/ja-gitbook-documentation/collaboration/change-requests/change-requests-in-a-space.md): スペース内で単一の変更リクエストに共同で取り組む方法を学びます。レビュー、競合の解決、マージの方法も含みます
- [マージルール](https://gitbook.com/docs/documentation/ja-gitbook-documentation/collaboration/merge-rules.md): 変更リクエストをマージする前に満たす必要がある要件を定義します
- [コメント](https://gitbook.com/docs/documentation/ja-gitbook-documentation/collaboration/comments.md): チームに質問したり、作成したコンテンツにフィードバックを受け取ったりします
- [通知](https://gitbook.com/docs/documentation/ja-gitbook-documentation/collaboration/notifications.md): 新しいコンテンツ、スペースの更新、公開設定の変更について通知を受け取ります
- [ライブ編集](https://gitbook.com/docs/documentation/ja-gitbook-documentation/collaboration/live-edits.md): 他の共同編集者とリアルタイムでページを編集します


---

# Agent Instructions: 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:

```
GET https://gitbook.com/docs/documentation/ja-gitbook-documentation/collaboration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
