www/apps/bloom/app/features/team-collaboration/page.mdx
export const metadata = {
title: Team Collaboration,
}
Work with your team to build your Bloom store. Bloom supports real-time collaboration, so everyone in your organization can access and work on the same store together.
Your team may have:
With Bloom's team collaboration, everyone can contribute to the store-building process in one place. Team members can access the same projects and ask Bloom to make changes. They can also see who's currently prompting Bloom and watch the agent's output in real time.
With team collaboration, you don't have to worry about coordinating work across different tools or sharing files. Your whole team can work together in Bloom, each person contributing their expertise to build the store faster and more efficiently.
Bloom supports multiple team members in the same organization. This allows you to access the same projects and collaborate in real time.
See Team Management to learn how to invite team members to your organization.
When you invite team members to your organization, they can access the same Bloom projects. Everyone can submit prompts, but Bloom works on one prompt at a time.
To check who's currently prompting Bloom, find the team member indicator above the chat input. It shows the person's email address.
When a team member prompts Bloom, everyone in the session sees the agent's output in real time. You can watch the prompt and response at the same time as your teammate.
Only one person can prompt Bloom at a time. If Bloom is working on another member's prompt, you'll have to wait until they finish before you can submit your prompt. This helps avoid conflicts and ensures everyone sees the same output.
<CardList items={[ { href: "/organization-management/team", title: "Manage Your Team", text: "Invite, remove, and view team members" }, ]} />