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

# Collaboration

> Work together on your Lovable projects

Lovable lets you build websites together. Invite your designer, developer, agency, or anyone else. Everyone sees changes as they happen.

There are two ways of collaborating. You can invite collaborators to a specific project or to your entire workspace.

## Collaboration in a specific project

You can invite users to work together on a specific project by pressing "Invite" in the project editor.
Add their email, and they'll receive an invite to their email.

<Note>
  Collaborators will use credits from the project owner's workspace.
</Note>

### Project permissions

Please note that free plans do not have admin roles. Some of the features presented might be available on specific plans only.

|                           | **Viewer** | **Editor** | **Admin** | **Owner** |
| ------------------------- | ---------- | ---------- | --------- | --------- |
| **Project access**        |            |            |           |           |
| Magic Link                | **Yes**    | **Yes**    | **Yes**   | **Yes**   |
| Add Viewer                | **Yes**    | **Yes**    | **Yes**   | **Yes**   |
| Remove Viewer             | **Yes**    | **Yes**    | **Yes**   | **Yes**   |
| Add Editor                | No         | **Yes**    | **Yes**   | **Yes**   |
| Remove Editor             | No         | **Yes**    | **Yes**   | **Yes**   |
| Add Admin                 | No         | No         | **Yes**   | **Yes**   |
| Remove Admin              | No         | No         | **Yes**   | **Yes**   |
| **Project management**    |            |            |           |           |
| Remix project             | **Yes**    | **Yes**    | **Yes**   | **Yes**   |
| Add Custom domain         | No         | **Yes**    | **Yes**   | **Yes**   |
| Edit project              | No         | **Yes**    | **Yes**   | **Yes**   |
| Remove Lovable badge      | No         | **Yes**    | **Yes**   | **Yes**   |
| Change project visibility | No         | **Yes**    | **Yes**   | **Yes**   |
| Manage GitHub             | No         | **Yes**    | **Yes**   | **Yes**   |
| Publish                   | No         | No         | **Yes**   | **Yes**   |
| Manage project settings   | No         | No         | **Yes**   | **Yes**   |
| Disconnect Supabase       | No         | No         | **Yes**   | **Yes**   |
| Transfer project          | No         | No         | **Yes**   | **Yes**   |
| Delete project            | No         | No         | **Yes**   | **Yes**   |

## Collaboration in a Workspace

### What is a Workspace?

A workspace is your shared space for building and collaborating on projects. You can invite your teammates to your workspace, and they'll have access to all the projects in it.
They can see, edit and publish the workspaces's projects.

<Warning>
  For granular permission control and role assignment in your workspace, a paid subscription is needed.
</Warning>

When you subscribe to a plan it gets tied to your desired workspace, and then all projects in the workspace use those credits, no matter who sends the messages.

You can customize your workspace in the workspace settings by:

* Renaming it
* Changing the avatar
* Writing a description

### How do I add and manage collaborators in a Workspace?

You manage and add collaborators from the People tab in the workspace settings. You can access it by going to **Settings** > **People**.

Here you can:

* Add new collaborators by inputting their email. They'll receive an invite to their email that they then can accept.
* Manage existing collaborators by changing their roles or removing them.
* See monthly credits usage for each collaborator

### Workspace permissions

Please note that free plans do not have admin roles.

|                                    | **Viewer** | **Editor** | **Admin** | **Owner** |
| :--------------------------------- | :--------- | :--------- | :-------- | :-------- |
| **Workspace access**               |            |            |           |           |
| Add Viewer                         | **Yes**    | **Yes**    | **Yes**   | **Yes**   |
| Remove Viewer                      | **Yes**    | **Yes**    | **Yes**   | **Yes**   |
| Add Editor                         | No         | **Yes**    | **Yes**   | **Yes**   |
| Remove Editor                      | No         | **Yes**    | **Yes**   | **Yes**   |
| Add Admin                          | No         | No         | **Yes**   | **Yes**   |
| Remove Admin                       | No         | No         | **Yes**   | **Yes**   |
| Add Owner                          | No         | No         | No        | **Yes**   |
| Remove Owner                       | No         | No         | No        | **Yes**   |
| **Workspace management**           |            |            |           |           |
| View members                       | **Yes**    | **Yes**    | **Yes**   | **Yes**   |
| Create new projects in a workspace | No         | **Yes**    | **Yes**   | **Yes**   |
| Manage Supabase                    | No         | **Yes**    | **Yes**   | **Yes**   |
| View usage                         | No         | No         | **Yes**   | **Yes**   |
| Manage plans & billing             | No         | No         | **Yes**   | **Yes**   |
| Manage SSO (Business plan)         | No         | No         | **Yes**   | **Yes**   |
| Manage Integrations                | No         | No         | **Yes**   | **Yes**   |

## FAQ

<AccordionGroup>
  <Accordion title="How many members can one Workspace have?">
    Workspaces support unlimited members on all plans. For workspaces on Enterprise plans, custom member limits can be optionally set.
  </Accordion>

  <Accordion title="Can I have several Workspaces?">
    Yes, but you'll need separate subscriptions for each one.
  </Accordion>

  <Accordion title="Can I switch between Workspaces?">
    Yes! Go to the main dashboard. From there press your workspace name in the top right corner. In the dropdown you'll see the other workspaces you have access to. To switch, simply click the desired workspace.
  </Accordion>

  <Accordion title="Is it possible to transfer projects between Workspaces?">
    Yes! Go to the project settings where you'll find the option to **Transfer** the project.
  </Accordion>

  <Accordion title="Can I change the workspace owner?">
    Yes, an owner can add multiple workspace owners.
  </Accordion>

  <Accordion title="Can I change the project owner?">
    At this moment it is not possible, but you can always remix that project into a new account and you will be an owner of that copy.
  </Accordion>
</AccordionGroup>
