# Team

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

## Purpose

Create or update a TestVibe team and manage basic team membership.

## Common Tasks

* Name the team.
* Add a team description.
* Save team changes.
* Add or remove members after the team exists.
* Delete a team when it is no longer needed.

## Key UI Elements

* Team Name: The display name for the team.
* Team Description: A short explanation of the team's purpose.
* Members list: Shows users currently assigned to the team.
* Add Member and Remove Member: Manage team membership.
* Save: Stores team changes.
* Delete: Removes the team after confirmation.

## Notes

* Create and save the team before managing members.
* Team membership may also depend on GitHub organization access.


---

# 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.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.
