1---
2title: Collaboration
3description: "Real-time collaboration in Zed: share projects, edit code together, and communicate with voice chat."
4---
5
6# Collaboration {#collaboration}
7
8Zed supports real-time multiplayer editing. Multiple people can work in the same project simultaneously, seeing each other's cursors and edits as they happen.
9
10Open the Collaboration Panel with {#kb collab_panel::ToggleFocus}. You'll need to [sign in](../authentication.md#signing-in) to access collaboration features.
11
12## Collaboration Panel {#collaboration-panel}
13
14The Collaboration Panel has two sections:
15
161. [Channels](./channels.md): Persistent project rooms for team collaboration, with shared projects and voice chat.
172. [Contacts and Private Calls](./contacts-and-private-calls.md): Your contacts list for ad-hoc private sessions.
18
19> **Warning:** Sharing a project gives collaborators access to your local file system within that project. Only collaborate with people you trust.
20
21See the [Data and Privacy FAQs](https://zed.dev/faq#data-and-privacy) for more details.