> For the complete documentation index, see [llms.txt](https://faq.liquidandgrit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.liquidandgrit.com/extras/adding-members.md).

# Admin Functionality

## Adding, Removing, and Resending Invites to Members

{% hint style="info" %}
&#x20;**You must be the admin of your account.** If you are unsure who the current admin is or wish to change the admin, email <support@liquidandgrit.com>.

**The account must be a group account.** If you signed up as an individual and want to add team members, please email us to learn more.
{% endhint %}

1. Go to the [Manage Members ](https://my.liquidandgrit.com/user/manage-members)page.&#x20;

<figure><img src="/files/r491M5UXpJFJZfbvEkd9" alt=""><figcaption><p>Manage members in your account settings</p></figcaption></figure>

2. Add, remove, or resend invites to team members.
   * If you have a long list of users, feel free to email it to <support@liquidandgrit.com> and we will take care of it.&#x20;

<figure><img src="/files/llZA6VOhgpZThgxvGIM7" alt=""><figcaption><p>Adding Members</p></figcaption></figure>

3. Review the [Terms of Use](https://www.liquidandgrit.com/terms-of-use-agreement/) or email support to find out who you can add to your account.

## Becoming or Changing an Admin

1. To become or change the admin of your account, please email <support@liquidandgrit.com> with the new admin's information.

{% hint style="info" %}
At this time, we can assign only one person as the manager of the account.
{% endhint %}


---

# 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://faq.liquidandgrit.com/extras/adding-members.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.
