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