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.

manage_team_members.md 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. ---
  2. sidebar_position: 4
  3. slug: /manage_team_members
  4. ---
  5. # Team
  6. Invite or remove team members, join or leave a team.
  7. ---
  8. By default, each RAGFlow user is assigned a single team named after their name. RAGFlow allows you to invite RAGFlow users to your team. Your team members can help you:
  9. - Upload documents to your datasets (knowledge bases).
  10. - Update document configurations in your datasets.
  11. - Update the default configurations for your datasets.
  12. - Parse documents in your datasets.
  13. :::danger IMPORTANT
  14. To allow your team members to view and update your knowledge base, ensure that you set **Permissions** on its **Configuration** page from **Only me** to **Team**.
  15. :::
  16. :::tip NOTE
  17. Team members are currently *not* allowed to invite users to your team, and only you, the team owner, is permitted to do so.
  18. :::
  19. To enter the **Team** page, click on your avatar in the top right corner of the page **>** Team:
  20. ![team](https://github.com/user-attachments/assets/0eac2503-26bc-4568-b3f2-bcd84069a07a)
  21. _On the **Team** page, you can view the information about members of your team and the teams you have joined._
  22. ## Invite team members
  23. You are, by default, the owner of your own team and the only person permitted to invite users to join your team or remove team members.
  24. :::danger IMPORTANT
  25. When using email address to invite a team member, ensure it is associated with an existing RAGFlow account to avoid errors.
  26. :::
  27. ![invite_team_member](https://github.com/user-attachments/assets/d85b55c3-7e86-4f04-a414-ca18a9ee8963)
  28. ## Remove team members
  29. ![remove_members](https://github.com/user-attachments/assets/5c1a6ab5-8862-47a0-ad09-77fe88866508)
  30. ## Accept or decline team invite
  31. ![accept_or_decline_team_invite](https://github.com/user-attachments/assets/6a2cb61f-03d5-4423-9ed1-71df97ff4114)
  32. _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**._