> For the complete documentation index, see [llms.txt](https://equility.gitbook.io/equility/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://equility.gitbook.io/equility/team-management.md).

# Team Management

## General

In this section, you will be able to manage all of the details of your team within Equility. Simply click the 'Invite a team member' button, in order to invite a team member to collaborate with you on Equility.&#x20;

## Invite Teammate

When you click the 'Invite a team member' button, you will be presented with a few prompts that need to be answered:

* Member Info
  * List the member's email address
* Team
  * Assign them to one of your teams. If you only have one account, then you will see this list default will a single dropdown of your name.&#x20;
* Member Role (Three Options)
  * Admin
    * Full access to Equility, and the ability to manage organization settings, company settings, and to add/delete users.
  * Member
    * Full access to Equility, and the ability to manage  company settings.
  * Guest
    * Read-only access to financial review reports and company analytics.
* Company Access
  * Choose the companies that you would like this user to have access to.

The status of any users who have been invited but who have yet to accept their invite can be found under the 'Invited' tab.

Lastly, you can change your team name under the 'Settings' tab within the team management section.

<figure><img src="/files/wsvutkPvUZhN99PKaphR" alt="" width="563"><figcaption></figcaption></figure>


---

# 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://equility.gitbook.io/equility/team-management.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.
