# Organisation

{% hint style="warning" %}
This feature is available only to **Enterprise Tier Customers**
{% endhint %}

To manage your team members you can go to **Settings > People**. From here you can manage all users across your company.

{% hint style="info" %}
All root admin accounts can **add**, **edit** or **remove** any member from the company.
{% endhint %}

## Add Member

To invite any member or an employee to your BugBase account, you can simply:&#x20;

1. Go to Settings > People.
2. Click on Invite Members.&#x20;
3. Provide the email of the member that you want to invite. Note that email needs to have the same domain as your **company account email**.
4. Give them an identifier - An identifier can be a name, designation, or any other information that can be used to identify the invitee.
5. Click on send invite.&#x20;
   1. The invitee will get a request to accept or reject the invite over email. Once the invite is accepted, they will be added to your BugBase company account. &#x20;

Voila! You can now start giving them access to different programs and also check their activity on BugBase.&#x20;

<figure><img src="/files/RjGjKuUl1pPE0RTXvLLr" alt=""><figcaption></figcaption></figure>

## MFA Status

You can also view if the member has enabled multi-factor authentication (MFA) on their BugBase account or not as an additional security measure.

<figure><img src="/files/C8X3NI8D2EAXuA11jr6h" alt=""><figcaption></figcaption></figure>

## Edit Member

To edit any member or an employee to your BugBase account, you can simply:&#x20;

1. Go to Settings > People
2. Click on edit button.&#x20;
3. Now you can edit the identifier that was previously assigned to the member.&#x20;

<figure><img src="/files/FvNcLO9pkLTOvWtZH96c" alt=""><figcaption><p>Edit member</p></figcaption></figure>

## Delete Member

To delete any member or an employee to your BugBase account, you can simply:&#x20;

1. Go to **Settings** > **People**
2. Click on the delete icon on a specific member.&#x20;
3. Confirm your action - by deleting member from the company will revoke their access from all the programs that they have been added into.

<figure><img src="/files/7hvH5iYmfeYIfhLlo5ar" alt=""><figcaption><p>Delete member</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bugbase.ai/company-guide/company-settings/organisation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
