> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stage3.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Team Settings

> Configure your team profile, preferences, and features

<Note>
  This feature is available to **Team Admins** and **Team Owners** only.
</Note>

## Overview

Team Settings is your central hub for managing your organization's members, name, and other high-level administrative functions within **Stage3**.

## Accessing Team Settings

<Steps>
  <Step title="Navigate to Administration">
    Click on **Administration** in the main navigation sidebar.
  </Step>

  <Step title="Select Team Settings">
    From the dropdown menu, click **Team Settings**.
  </Step>
</Steps>

## Team Settings Page

The Team Settings page is organized into several key sections for managing your organization.

### Team Information

This section allows you to set your organization's name as it appears in the platform.

* **Organization Name**: Enter the name of your company (e.g., "Acquira").
* **Save Changes**: Click this button to update your organization's name.

### Team Overview

This section provides a quick glance at your team's metrics:

* **Total Members**: The number of active users in your organization, including the owner.
* **Pending Invitations**: The number of email invitations that have been sent but not yet accepted.
* **Team Owner**: The name and email of the user who has ownership of the organization.

### Team Members

This is the main section for managing who has access to your organization.

* **Subtitle**: "Manage who has access to your organization"
* **Button**: A **"+ Invite Member"** button allows you to send new invitations.
* **Members Table**: A list of all current members with the following columns:
  * **Name**
  * **Email**
  * **Role** (e.g., Owner, Administrator, Member)
  * **Joined** (The date the member joined)
  * **Actions** (e.g., "Delete" icon to remove a member)

[Learn more about Inviting Members](/admin/inviting-members) or [Managing Roles](/admin/managing-roles).

### Danger Zone

This final section contains critical, irreversible actions.

* **Delete Organization**: A button to permanently delete your organization and all associated data, including processes, tasks, and member information.

<Warning>
  Be extremely careful with the **Danger Zone**. Deleting your organization cannot be undone.
</Warning>

## Related Resources

<CardGroup cols={2}>
  <Card title="Inviting Members" icon="user-plus" href="/admin/inviting-members">
    Learn how to add new members to your team
  </Card>

  <Card title="Managing Roles" icon="user-shield" href="/admin/managing-roles">
    Understand the different user permissions
  </Card>
</CardGroup>
