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

# Settings & Administration

> Where you manage your account and your organization's configuration.

**Settings** is where you manage your personal account and — if you're an [Admin](/concepts/user-access) — your organization's configuration. It's organized into two areas: **User** settings that apply to you, and **Organization** settings that apply org-wide.

## User settings

| Section           | Purpose                                             |
| ----------------- | --------------------------------------------------- |
| **Account**       | Your profile name, email, and default organization. |
| **Access Tokens** | Generate and manage API access tokens.              |

## Organization settings

| Section              | Purpose                                                         |
| -------------------- | --------------------------------------------------------------- |
| **LLM Integrations** | Add your own LLM endpoints (bring-your-own-model).              |
| **Connectors**       | Configure external data connectors (S3, Azure Blob, Snowflake). |
| **Members**          | Invite users and manage roles.                                  |
| **Audit Logs**       | Review organization activity.                                   |
| **Usage**            | Monitor storage, parsing, queries, and per-room usage.          |
| **Billing**          | Manage payment details and invoices.                            |
| **Plan**             | View and change your subscription plan.                         |

<Note>
  Organization settings — connectors, LLM endpoints, members, billing, and plan — can only be changed by Admins.
</Note>

## Related Concepts

<CardGroup cols={2}>
  <Card title="Settings (Feature Guide)" icon="gear" href="/features/admin-console">
    Step-by-step configuration in the app.
  </Card>

  <Card title="User Access" icon="user" href="/concepts/user-access">
    Roles and membership.
  </Card>

  <Card title="API Secret Vault" icon="key" href="/features/api-secret-vault">
    Connect external APIs securely.
  </Card>

  <Card title="Rooms" icon="folder" href="/concepts/rooms">
    Isolated workspaces.
  </Card>
</CardGroup>
