# Manage Team Members

## Invite new team members

Select **Team** on the side bar navigation on the dashboard to manage your team members. Then select **+ Add New Team Member**.&#x20;

Enter their **Name**, **Email**, **Role**, and select **Invite**.

There are two sets of permissions that can be granted to an invited member. The first is Admin which is able to access the ‘account’ section and the other is Non-Admin who have access to everything but the ‘account’ section. As this is separate from Stripe, your team members won’t have access to the Stripe account-- although linking them  may be useful.

![Invite Team Members](/files/-MIa40Hi_tmSIBNF47jY)

## Remove team member access

To remove a team member, simply click the Trash icon. Confirm in the pop up modal and they will be removed from the account.


---

# 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.billflow.io/help/manage-your-account/manage-team-member.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.
