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

# Organization Settings

> Manage your organization's configuration

Organization settings let you configure your Duckie workspace, manage billing, and customize your setup.

{/* Screenshot: Organization settings page showing general settings, billing, etc. */}

## Accessing Organization Settings

Go to **Settings → Organization** in your dashboard.

## General Settings

### Organization Name

{/* Screenshot: Organization name field with edit button */}

Update your organization's display name:

1. Click **Edit** next to the organization name
2. Enter the new name
3. Save changes

The name appears throughout the app and in reports.

### Organization ID

Your unique organization identifier is displayed for reference:

```
org_a1b2c3d4e5f6
```

Use this for:

* API calls
* Support requests
* Technical integrations

## Billing & Subscription

{/* Screenshot: Billing section showing current plan, usage, payment method */}

### Current Plan

View your subscription:

* Plan name and tier
* Included features
* Renewal date

### Usage

Monitor usage against plan limits:

| Metric             | Used  | Limit     |
| ------------------ | ----- | --------- |
| Agents             | 3     | 10        |
| Deployments        | 2     | 5         |
| Runs/month         | 2,450 | 10,000    |
| Knowledge articles | 156   | Unlimited |

### Upgrade Plan

To upgrade:

<Steps>
  <Step title="Click Upgrade">
    Click **Upgrade Plan** in the billing section.
  </Step>

  <Step title="Select Plan">
    Choose a new tier.
  </Step>

  <Step title="Confirm">
    Review changes and confirm.
  </Step>
</Steps>

### Payment Method

Update payment information:

1. Click **Payment Method**
2. Enter new card details
3. Save

### Billing History

View past invoices:

* Invoice date
* Amount
* Status
* Download PDF

## Usage & Limits

{/* Screenshot: Usage meters showing current usage vs limits */}

Monitor your usage:

| Resource         | Description               |
| ---------------- | ------------------------- |
| **Agents**       | Configured AI agents      |
| **Deployments**  | Active deployments        |
| **Runs**         | Monthly conversation runs |
| **Knowledge**    | Indexed articles          |
| **Team members** | Users in your org         |

Approaching limits? Consider upgrading or optimizing usage.

## API Keys

{/* Screenshot: API keys section showing existing keys and create button */}

Manage API access:

### Creating API Keys

<Steps>
  <Step title="Click Create Key">
    Click **Create API Key**.
  </Step>

  <Step title="Name the Key">
    Give it a descriptive name.
  </Step>

  <Step title="Set Permissions">
    Choose what the key can access.
  </Step>

  <Step title="Copy Key">
    Copy the key immediately — it won't be shown again.
  </Step>
</Steps>

### Revoking Keys

1. Find the key in the list
2. Click **Revoke**
3. Confirm revocation

<Warning>
  Revoking a key immediately disables all integrations using it.
</Warning>

## Danger Zone

{/* Screenshot: Danger zone section with delete organization button */}

### Delete Organization

<Warning>
  Deleting your organization is **permanent** and cannot be undone. All data, agents, configurations, and history will be lost.
</Warning>

To delete:

<Steps>
  <Step title="Scroll to Danger Zone">
    Find the Danger Zone section at the bottom.
  </Step>

  <Step title="Click Delete Organization">
    Click the delete button.
  </Step>

  <Step title="Confirm">
    Type your organization name to confirm.
  </Step>

  <Step title="Delete">
    Click **Delete Permanently**.
  </Step>
</Steps>

## Next Steps

<CardGroup cols={2}>
  <Card title="Team Members" icon="users" href="/settings/members">
    Manage team access
  </Card>

  <Card title="Connections" icon="plug" href="/settings/connections">
    Manage integrations
  </Card>
</CardGroup>
