> For the complete documentation index, see [llms.txt](https://gitbook.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.com/docs/documentation/ja-gitbook-documentation/collaboration.md).

# 共同作業

- [チームを招待する](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
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://gitbook.com/docs/documentation/ja-gitbook-documentation/collaboration.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.
