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

# Company Team Management

> This section allows you to manage all users in your company, invite new users, and edit the roles of existing users.

# Company Team Management

This section allows you to manage all users in your company, invite new users, and edit the roles of existing users.

## Accessing the Team Page

<Steps>
  <Step title="Go to the Company Dashboard">
    Click the **Company** (<img src="https://mintcdn.com/bul/ixiTLdmXNZ20kCob/icons/view-dashboard-outline.svg?fit=max&auto=format&n=ixiTLdmXNZ20kCob&q=85&s=153bee8a10d223e62d78ba4f883ec933" alt="view-dashboard-outline" className="inline align-middle dark:invert" style={{width: '16px', height: '16px', margin: 0}} width="24" height="24" data-path="icons/view-dashboard-outline.svg" />) icon in the left menu.
  </Step>

  <Step title="Open the Team Tab">
    Click the **Team** (<img src="https://mintcdn.com/bul/ixiTLdmXNZ20kCob/icons/account-hard-hat-outline.svg?fit=max&auto=format&n=ixiTLdmXNZ20kCob&q=85&s=40fb1b3942db4fd191bfce527ec7b6bd" alt="account-hard-hat-outline" className="inline align-middle dark:invert" style={{width: '16px', height: '16px', margin: 0}} width="24" height="24" data-path="icons/account-hard-hat-outline.svg" />) tab in the top menu.
  </Step>
</Steps>

Direct URL: `https://app.bultech.co/company/:companyId/detail/employees`

## Inviting a New User

<Steps>
  <Step title="Open the Invitation Form">
    Click the blue "**Add New Team Member**" button in the top right corner.
  </Step>

  <Step title="Enter the Email Address">
    In the right panel that opens, enter the email address of the person you want to invite.
  </Step>

  <Step title="Send the Invitation">
    The system checks if the email is registered and sends the appropriate invitation to the user. The user's status will appear as "Pending" until the invitation is accepted.
  </Step>
</Steps>

## User Management

In the team list table, actions appear when you hover over each user's row:

* **Edit (<img src="https://mintcdn.com/bul/ixiTLdmXNZ20kCob/icons/account-edit-outline.svg?fit=max&auto=format&n=ixiTLdmXNZ20kCob&q=85&s=d42b6a41692b42436fb8b2dc0fbd9927" alt="account-edit-outline" className="inline align-middle dark:invert" style={{width: '16px', height: '16px', margin: 0}} width="24" height="24" data-path="icons/account-edit-outline.svg" />):** Opens a window to edit the user's title and [roles](/en/platform-rules/roles-and-permissions-rbac).
* **Delete (<img src="https://mintcdn.com/bul/ixiTLdmXNZ20kCob/icons/delete-outline.svg?fit=max&auto=format&n=ixiTLdmXNZ20kCob&q=85&s=9c7b274d96711df8603dfb5239eca8b7" alt="delete-outline" className="inline align-middle dark:invert" style={{width: '16px', height: '16px', margin: 0}} width="24" height="24" data-path="icons/delete-outline.svg" />):** Opens a confirmation window to remove the user from the company.

## Important Notes

<AccordionGroup>
  <Accordion title="User Limit">
    The number of users you can add may be limited depending on your company's subscription plan. For detailed information, please review the [Limits and Restrictions](/en/platform-rules/limits-and-restrictions) page.
  </Accordion>

  <Accordion title="Authorization">
    Only users with [appropriate roles](/en/platform-rules/roles-and-permissions-rbac) (e.g., Company Owner) can invite new users and edit roles.
  </Accordion>

  <Accordion title="Deleting a User">
    Deleting a user from the company permanently removes that user's access and roles in **all projects** associated with the company.
  </Accordion>
</AccordionGroup>
