# Team Settings & Controls

### Team Settings & Controls

The team management interface provides comprehensive controls for administrators to manage their workspace members effectively.

#### Viewing Team Members

**Team Overview**

* **Location**: Settings → Teams
* **Information Displayed**:
  * Member name and email address
  * Current role in the workspace
  * Join date and status

**Member Table**

```
| Name          | Email                | Role    | Actions |
|---------------|----------------------|---------|---------|
| John Admin    | john@company.com     | Admin   | [Edit]  |
| Jane Manager  | jane@company.com     | Manager | [Edit] [Delete] |
| Bob Member    | bob@company.com      | Member  | [Edit] [Delete] |
```

#### Editing Team Members

Administrators can modify existing team member information:

**Editable Fields**

* ✅ **Name**: Update member's display name
* ❌ **Email**: Cannot be changed after invitation
* ✅ **Role**: Change between Admin, Manager, Member

**Role Change Process**

1. Click the edit icon next to the member
2. Select new role from dropdown
3. Save changes
4. Member's permissions update immediately

> **Email Restriction**: Email addresses cannot be modified after a member is added. To change an email, you must remove the member and re-invite them with the new address.


---

# 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://help.productlogz.com/team-management/team-settings-and-controls.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.
