> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vistaly.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Inviting Team Members

> Inviting members of your team to collaborate in vistaly.

export const VideoGIF = ({src, className = '', ...otherProps}) => <Video src={src} autoPlay={true} muted={true} loop={true} controls={false} playsInline={true} className={className} style={{
  boxShadow: "0 2px 4px -1px rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.06)"
}} {...otherProps} />;

export const Video = ({src, autoPlay = false, muted = false, loop = false, playsInline = true, controls = true, className = '', ...otherProps}) => <video src={`https://cdn.vistaly.com/kb${src}`} autoPlay={autoPlay} muted={muted} loop={loop} playsInline={playsInline} controls={controls} className={className} {...otherProps} />;

## Two types of users

In Vistaly, there are two primary classes of users:

* **Editors** - Editors are users who can create/delete/re-organize cards on the tree, update the position of cards in the roadmap, update KPI/Outcome metric values, and attach Insights to cards.
* **Viewers** - Viewers can see everything in all of the workspaces but can't create/edit any cards. They can also [submit product feedback](/documentation/views/insights#customer-feedback).

## Editors

### Who you should add as Editors

You should **definitely** add each Product Manager (from individual contributors all the way up through product leadership).

You should **probably** add a seat for any researcher/designer/engineering lead that materially participates in the [discovery process](/guides/getting-started/the-discovery-space).

### How to add Editors

To invite team members to collaborate in a workspace, click the "+ Team" button at the top right of the workspace or go to the Manage Team page in the settings.

<VideoGIF src="/documentation/core-concepts/inviting-team-members/add-editor.mp4" />

### Seat limits depend on your plan

* **During trial** - During your trial period, Editor seats are uncapped. When your trial is ending, you may need to remove some Editors in order to select the plan you want to move forward with
* **For "Starter" plan subscribers** - The Starter plan comes with 4 Editor seats and you can pay \$35/mo/user for up to 4 additional Editors seats (for a total of 8).
* **For "Business" plan subscribers** - The Business plan comes with 10 Editor seats and you can pay \$70/mo/user for up to 10 additional Editors seats (for a total of 20).
* **For "Enterprise" plan subscribers** - Enterprise subscriptions are customized to your needs.

## Viewers

All plans come with *unlimited* Viewers so that you can easily share context about what the Product team is working with the rest of your company.

### How to add Viewers

To invite Viewers, click the "+Team" button at the top right of the workspace or go to the Manage Team page in the settings.

Make sure to flip over to the "Viewers" tab.

<VideoGIF src="/documentation/core-concepts/inviting-team-members/add-viewer.mp4" />

## Permissions for Admins, Editors, and Viewers

When adding a user, you'll have the option give them a "Role". Roles have the following permission levels.

|                                                                                                                       | Admins | Editors | Viewers |
| --------------------------------------------------------------------------------------------------------------------- | ------ | ------- | ------- |
| Access the [Tree View](/documentation/views/tree)                                                                     | X      | X       | X       |
| Access the [Roadmap View](/documentation/views/roadmap)                                                               | X      | X       | X       |
| Access the [Reports View](/documentation/views/reports)                                                               | X      | X       | X       |
| Access the [Experiment Tracker](/documentation/views/test-tracker)                                                    | X      | X       | X       |
| Make updates to card's name, status, value                                                                            | X      | X       | -       |
| Create and attach new [Insights](/documentation/views/insights)                                                       | X      | X       | -       |
| Leave [comments](/documentation/core-concepts/commenting) on cards                                                    | X      | X       | -       |
| Create a new [Workspace](/documentation/core-concepts/workspaces)                                                     | X      | X       | -       |
| Manage [labels](/documentation/core-concepts/labels/)                                                                 | X      | X       | -       |
| Invite new Viewers                                                                                                    | X      | X       | -       |
| Invite new Editors                                                                                                    | X      | X       | -       |
| Invite new Admins                                                                                                     | X      | -       | -       |
| Add/configure the [Jira](/documentation/integrations/jira) or [Slack](/documentation/integrations/slack) integrations | X      | -       | -       |
