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

# Team management

From the Team page members can manage their organization with advanced permissions.&#x20;

The first person at your organization to register for Hatch Apps becomes the "Super Admin". The Super Admin can then assign other Admins.&#x20;

Here are the available team permissions:&#x20;

* Admin&#x20;
* Manager
* Designer
* Developer
* Business
* Contractor&#x20;

To add a team member:&#x20;

1. Go to the [Team](https://platform.hatchapps.com/team) page.&#x20;
2. Click on Add Team Member.&#x20;
3. In the modal, enter their First Name, Last Name, Email, and Role.&#x20;
4. Click Submit.&#x20;
5. In the data table, click on the 3 vertical dots and then click on Invite. This will now send your team member an automated email with a link, their email, and a temporary password.&#x20;

To edit a team member's information:&#x20;

1. Go to the [Team](https://platform.hatchapps.com/team) page.&#x20;
2. In the data table, click on the 3 vertical dots and then click on Edit.&#x20;
3. In the modal, edit the information.&#x20;
4. Click on Save when done.&#x20;

To delete a team member's information:&#x20;

1. Go to the [Team](https://platform.hatchapps.com/team) page.&#x20;
2. In the data table, click on the 3 vertical dots and then click on Delete.&#x20;
3. In the modal, confirm you want to delete.&#x20;
4. This team member will no longer have access to the Hatch Apps platform or products.&#x20;

We have built our own SSO system to enable members to enter the platform and individual products with the same login credentials. If you have any questions, contact us at: <support@hatchapps.com>

<figure><img src="/files/idhdmJUBZgkcpCDpCjiu" alt=""><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://docs.hatchapps.com/platform/account/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.
