# Team management

Browsing to the **team management** page is done via the top-left menu.

<figure><img src="/files/MLdMzTizcxYSZN3zMdY6" alt=""><figcaption><p>The team management panel</p></figcaption></figure>

The Team management panel shows you team members (and their roles), and allows you to control the GPU/CPU on which the system operates.

## Members Panel

In the left section, we see a list of members. For each member, the following information is displayed:

* Username
* Team affiliation
* Activity status
* Role
* Join date

## Teams

Each Team in tensorleap could set its own Hardware accelerator. Changing the selection in the bottom-right dropdown panel allows a selection between NVIDIA TESLA V100 / K80 / CPU.


---

# 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.tensorleap.ai/user-interface/team-management.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.
