# Onboarding your team

## Inviting your team

There are several ways to share a canvas with teammates:

1. Invite team members from the `members` tab on the home page
2. Select `share` in the navigation menu to share your canvas with team members.
3. Select `comment` in the canvas and select `@` to mention an existing team member.

## Team Permissions <a href="#h_381bd0fcf3" id="h_381bd0fcf3"></a>

Owners can invite team members to their Canvas team account and assign them any of the below permissions.

| Role      | Can                                                                                                  | Cannot                                                                                               |
| --------- | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- |
| Owners    | <ul><li>Manage integrations</li><li>Manage billing information</li><li>Manage team members</li></ul> |                                                                                                      |
| Creators  | Create and manage shared canvases                                                                    | <ul><li>Manage integrations</li><li>Manage billing information</li><li>Manage team members</li></ul> |
| Explorers | Create private canvases                                                                              | Create or manage shared canvases                                                                     |

## Permissions within a Canvas

Owners can assign unique permissions on each canvas to control the access to and editing of sensitive data.

| Role       | Can                                                                                                                                                    | Cannot                                                                                |
| ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------- |
| Owners     | <ul><li>Share a canvas with other team members and assign them canvas-level permissions</li><li>Delete a shared canvas they own</li></ul>              |                                                                                       |
| Editors    | <p>Once invited, </p><ul><li>Edit the canvas</li><li>Invite commenters</li><li>Comment</li><li>Duplicate the shared canvas for private edits</li></ul> | <p>Once invited, </p><ul><li>Invite other editors</li><li>Delete the canvas</li></ul> |
| Commenters | <p>Once invited, </p><ul><li>Invite commenters</li><li>Comment </li><li>Duplicate the shared canvas for private edits</li></ul>                        | <p></p><p>Once invited, </p><ul><li>Edit the canvas</li></ul>                         |

<br>


---

# 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://canvasapp.gitbook.io/docs/getting-started/onboarding-your-team.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.
