> For the complete documentation index, see [llms.txt](https://help.jurisphere.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.jurisphere.ai/my-account-and-organization/profile-and-settings/manage-organization.md).

# Manage Organization

Admins can invite new team members by email, assign roles, or remove access for inactive users. Here is how to access your usage analytics page:

1. Visit [app.jurisphere.ai](https://app.jurisphere.ai) and log in using your email or Google account.
2. Click on your profile icon on the top-right corner of the screen.
3. From the dropdown menu, click on **Manage Organization** to open your usage overview.

***

## Adding and removing users

1. Go to your Jurisphere dashboard.
2. Select your organization icon in the top left corner.
3. Click on ![](/files/0MYX2QQ1PwOIouQQZOTO) to open the **Organization control panel**.

<figure><img src="/files/8dVbb1sst878ObvlYlGc" alt=""><figcaption><p>Organization Control Panel pop-up</p></figcaption></figure>

{% hint style="info" %}
**Only admins can see this section.** If you don’t see the option, ask your team admin to grant you access, or contact support.
{% endhint %}

{% tabs %}
{% tab title="General" %}
In the **General** tab, you can edit:

* Your organization name
* Organization profile picture
  {% endtab %}

{% tab title="Members" %}
In the **Members** tab, you can:

* **Add or invite users** to join your organization.
* **Remove existing users** from your organization.
* **Change roles** (user/admin) of members in your organization.
  {% endtab %}
  {% endtabs %}

## Inviting users

In the **Members** tab of your Organization control panel, you have the option to invite users to join your organization.&#x20;

1. Navigate to the **Members** tab as described [above](#adding-and-removing-users).
2. Select the **Invitations** section.
3. Click on <img src="/files/Kbdt1N9Cac8wdpKKHpI4" alt="" data-size="line"> - now you can add multiple email addresses in the text box, separated by spaces or commas.
4. Once you have finished typing in all the email addresses you wish to invite, click on the **Send invitations** button.

{% hint style="success" %}
When you invite a user by adding their email address, they will get an email invitation to join your Jurisphere organization.
{% endhint %}

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

Pending invitations are visible below the **Invite** section. You can revoke invitations by clicking on the <img src="/files/gZnHGo7Zxuxlq3bbx7Tp" alt="" data-size="line"> in the **Actions** column above.

{% hint style="success" %}
Invited users who successfully join your Organization will automatically be added to the **Members** tab.
{% endhint %}

***

### Notes

* **Only admins can see this section.** If you don’t see the option, ask your team admin to grant you access or contact support.
* **Multiple admins?** No problem — you can assign additional admins from within the **Organization control panel**.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.jurisphere.ai/my-account-and-organization/profile-and-settings/manage-organization.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
