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

# Collaborate

- [Inviting your team](https://gitbook.com/docs/collaboration/share.md): Learn how to invite teammates and other stakeholders to your GitBook organization as members or guests so they can collaborate on your content
- [Member management](https://gitbook.com/docs/collaboration/member-management.md): Learn how to manage access to content for members of your organization
- [Manage or remove members](https://gitbook.com/docs/collaboration/member-management/invite-members-to-your-organization.md): Learn how to manage the members of your organization, including adding new admins and what to do if the only admin leaves your organization
- [Permissions and inheritance](https://gitbook.com/docs/collaboration/member-management/permissions-and-inheritance.md): Understand how permissions work in GitBook and how to control who can access and edit your content
- [Roles](https://gitbook.com/docs/collaboration/member-management/roles.md): A breakdown of every role in GitBook — what each one can do, and how to use them to control access across your organization
- [Teams](https://gitbook.com/docs/collaboration/member-management/teams.md): Teams are a great way of grouping members within your organization
- [Change requests](https://gitbook.com/docs/collaboration/change-requests.md): Collaborate on content edits through change requests
- [Change requests screen](https://gitbook.com/docs/collaboration/change-requests/change-requests-screen.md): Learn about the dedicated change requests screen, which helps you browse, manage and review change requests before merging them and publishing them in your documentation
- [Change requests in a space](https://gitbook.com/docs/collaboration/change-requests/change-requests-in-a-space.md): Learn about collaborating on a single change request in a space — including how to review, resolve conflicts and merge
- [Merge rules](https://gitbook.com/docs/collaboration/merge-rules.md): Define requirements that must be met before change requests can be merged
- [Comments](https://gitbook.com/docs/collaboration/comments.md): Ask questions to your team or receive feedback on the content you create
- [Notifications](https://gitbook.com/docs/collaboration/notifications.md): Receive notifications about new content, updates to your spaces or changes in visibility
- [Live edits](https://gitbook.com/docs/collaboration/live-edits.md): Edit pages in real-time with other collaborators


---

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