You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

join_or_leave_team.md 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. ---
  2. sidebar_position: 2
  3. slug: /join_or_leave_team
  4. ---
  5. # Join or leave a team
  6. Accept an invite to join a team, decline an invite, or leave a team.
  7. ---
  8. Once you join a team, you can do the following:
  9. - Upload documents to the team owner's shared datasets (knowledge bases).
  10. - Parse documents in the team owner's shared datasets.
  11. - Use the team owner's shared Agents.
  12. :::tip NOTE
  13. You cannot invite users to a team unless you are its owner.
  14. :::
  15. ## Prerequisites
  16. 1. Ensure that your Email address that received the team invitation is associated with a RAGFlow user account.
  17. 2. The team owner should share his knowledge bases by setting their **Permission** to **Team**.
  18. ## Accept or decline team invite
  19. 1. You will be notified when you receive an invitation to join a team:
  20. ![team_notification](https://raw.githubusercontent.com/infiniflow/ragflow-docs/main/images/team_notification.jpg)
  21. 2. Click on your avatar in the top right corner of the page, then select **Team** in the left-hand panel to access the **Team** page.
  22. ![team](https://github.com/user-attachments/assets/0eac2503-26bc-4568-b3f2-bcd84069a07a)
  23. _On the **Team** page, you can view the information about members of your team and the teams you have joined._
  24. ![accept_or_decline_team_invite](https://github.com/user-attachments/assets/6a2cb61f-03d5-4423-9ed1-71df97ff4114)
  25. _After accepting the team invite, you should be able to view and update the team owner's knowledge bases whose **Permissions** is set to **Team**._
  26. ## Leave a joined team
  27. ![leave_team](https://raw.githubusercontent.com/infiniflow/ragflow-docs/main/images/quit.jpg)