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

# Settings

> Manage your organization membership, team access, and account details

## Overview

The Settings page is split into two tabs: **Organization** and **Account**. Organization settings control your workspace details and team membership; Account settings manage your personal credentials.

## Organization settings

### Organization details

Displays your organization name, its URL slug (used in proxy URLs), and your current role within the organization.

### Members

View all current members of your organization and their roles.

| Role       | Permissions                                                               |
| ---------- | ------------------------------------------------------------------------- |
| **Owner**  | Full access: invite members, manage all settings, delete organization     |
| **Admin**  | Can invite members and manage settings; cannot delete organization        |
| **Member** | Standard access to proxies, endpoints, and wallets; cannot manage members |

### Inviting members

Owners and Admins can invite new members by email. Pending invitations appear in a separate section with their expiry date. You can:

* Copy and share the invite link directly
* Cancel pending invitations before they're accepted

### Danger zone

<Warning>
  Organization deletion is permanent. All associated proxies, endpoints, wallets, and analytics data will be removed and cannot be recovered.
</Warning>

Only the **Owner** can delete an organization. Deletion requires typing the organization name to confirm.

## Account settings

### Account information

Displays your email address and account type (User or Administrator).

### Password

Update your password at any time via the Change Password dialog. You'll need to provide your current password before setting a new one.

## Related

<CardGroup cols={2}>
  <Card title="Getting Started" icon="rocket" href="/getting-started/sign-up">
    Creating your account and first organization
  </Card>

  <Card title="Wallets" icon="wallet" href="/marketplace/control-plane/wallets">
    Manage wallet addresses for your organization
  </Card>
</CardGroup>
