# TeamMembers

**Help URL:** `/forms/team-members`

## Purpose

View and update the members assigned to a TestVibe team.

## Common Tasks

* Review the current member list.
* Add a user to the team.
* Remove a selected user from the team.
* Close the dialog after membership changes.

## Key UI Elements

* User list: Shows team members.
* Add: Adds a member.
* Remove: Removes the selected member.
* Close: Returns to the previous screen.

## Notes

* Users may need GitHub organization or repository access before they can use the team effectively in TestVibe.


---

# 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.testvibe.com/reference/forms/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.
