# Team Members

Use **Team Members** when you need to control who can access your Fetch Hive workspace. This page lets you invite new teammates, assign roles, resend invitations, and remove workspace access.

## Overview

The **Team Members** page shows your current workspace members in a table with email, role, and status information. You can search the list, use the **Status** filter, and manage access from each row.

The table can show statuses such as **Active**, **Pending**, **Disabled**, and **Archived**.

## How do I invite a team member? <a href="#invite-team-member" id="invite-team-member"></a>

Open **Settings** in the sidebar, then click **Team Members**.

Click **Invite Team Member**.

Enter the teammate's email address.

Choose a role:

* **Member** for standard workspace access
* **Admin** for broader workspace management access

Save the invitation to add the person to the table.

## How do I manage existing team members? <a href="#manage-team-members" id="manage-team-members"></a>

Use the search field when you want to find a teammate by email.

Use **Status** when you want to narrow the table by the status options shown in the filter menu.

Open a row action when you need to manage a member:

* **Resend invitation** if the invite is still pending
* **Delete** if you want to remove workspace access

Fetch Hive asks you to confirm before a delete completes.

## What should I know about member status? <a href="#team-member-status" id="team-member-status"></a>

The status column tells you whether a teammate is active in the workspace, still waiting on an invitation, disabled, or archived.

If someone has not accepted their invite yet, use **Resend invitation** from their row instead of creating a second invite for the same person.

See also: [Workspace settings](https://docs.fetchhive.com/your-workspace/workspace-settings) and [Security](https://docs.fetchhive.com/your-workspace/security)


---

# 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.fetchhive.com/your-workspace/team-members.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.
