# Collaboration

- [Invite a user into your space](https://docs.reportandrun.com/manual/readme/collaboration/invite-a-user-into-your-space.md): Allow other users to view, create, edit, delete, share, export, or admin your cloud space.
- [Invite a user into a folder](https://docs.reportandrun.com/manual/readme/collaboration/invite-a-user-into-a-folder.md): Allow other users to view, create, edit, delete, share, export, or admin your project folders.
- [Invite a user into a report](https://docs.reportandrun.com/manual/readme/collaboration/invite-a-user-into-a-report.md): Allow other users to view, create, edit, delete, share, export, or admin your project reports.
- [Revoke user membership](https://docs.reportandrun.com/manual/readme/collaboration/revoke-user-membership.md): If someone should no longer have access to your space, folders, or reports, you can revoke their access.
- [Change user permissions](https://docs.reportandrun.com/manual/readme/collaboration/change-user-permissions.md): You can adjust a user's permissions to limit what they have access to do within your space.
- [List all space membership](https://docs.reportandrun.com/manual/readme/collaboration/list-all-space-membership.md): Get a top-level view of who has access to your space and their permissions.


---

# 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://docs.reportandrun.com/manual/readme/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.
