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

# Update your profile and account preferences

> Manage your profile, notifications, display settings, SSH keys, and billing from the Ornn Account page.

The Account page (`/account`) is where you manage everything tied to your Ornn identity. It's organized into four tabs:

* **Profile**: your personal information, your organization's company details, and notification preferences.
* **Billing**: billing overview, payment status, and recent invoices.
* **Settings**: display preferences and other personal settings.
* **SSH keys**: public keys used to authorize you on reservations.

Profile and company fields save when you press **Enter** or move focus away. Settings preferences (time zone, currency, theme) save automatically a moment after you change them. Either way you'll see a short confirmation that your change was saved.

## Profile tab

The **Profile** tab is the default view when you open the Account page.

### Personal information

Click any field to edit it. The field saves when you press **Enter** or move focus away. Press **Escape** to discard a change before it saves.

| Field          | Description                                                          |
| -------------- | -------------------------------------------------------------------- |
| **First Name** | Your given name. Required.                                           |
| **Last Name**  | Your family name. Optional.                                          |
| **Role**       | Your job title or role at your organization. Optional.               |
| **Email**      | Your account email address. Read-only; contact support to change it. |

### Company information

The **Company Information** section shows your organization's details. Admins can edit these fields; members see them as read-only.

| Field            | Description                                        |
| ---------------- | -------------------------------------------------- |
| **Company Name** | Your organization's legal or trading name.         |
| **Website**      | Your company's website URL.                        |
| **Industry**     | The industry or vertical your company operates in. |
| **Address**      | Your company's primary address.                    |

<Note>
  Only organization admins can edit company information. If you are a member, the fields are read-only. Ask an admin on your team to make changes.
</Note>

### Notifications

The **Notifications** section also lives on the Profile tab. These preferences are organization-wide, not personal, and are saved by admins; members see the toggles but their saves do not persist.

See [Configure your Ornn notification preferences](/guides/notifications) for the four available toggles and their defaults.

### Team

The Profile tab also includes a **Team** card showing your organization and member count. Click **Manage Team** to open the team panel, where you invite teammates, view the member list, and manage roles. See [Manage your team](/guides/team-management).

## Billing tab

The **Billing** tab shows your tenant's billing state. Billing details (the invoice delivery email and net terms) are read-only here, but you can launch Stripe-hosted payment for an invoice. It includes:

* **Billing overview**: your current balance and any amount due.
* **Payment & invoicing**: status of recent payments and how invoices are being delivered.
* **Overdue**: a highlighted section that appears only when one or more invoices are past due.
* **Recent invoices**: your latest invoices with date, amount, and status.

For each recent invoice, the actions available depend on the invoice state and whether the underlying URLs are available:

* **Pay now**: shown for open invoices. Opens the Stripe-hosted payment page.
* **Pay overdue**: shown for overdue invoices. Opens the Stripe-hosted payment page.
* **Download**: shown when a PDF copy of the invoice is available.

<Note>
  Net terms and the invoice delivery email are not editable from this tab in the current release. To change either, use the **Support** link in the Billing tab, or contact the Ornn billing team at [billing@ornn.com](mailto:billing@ornn.com).
</Note>

## Settings tab

The **Settings** tab controls personal preferences and account-level access, including Support, API Access, and a Danger Zone for signing out and deleting your account. These settings apply only to your account.

| Section         | What it controls                                                               |
| --------------- | ------------------------------------------------------------------------------ |
| **Time Zone**   | Your preferred time zone. Saved on your account.                               |
| **Currency**    | Your preferred currency. Saved on your account.                                |
| **Appearance**  | Light or dark theme. Applied immediately and persists across sessions.         |
| **API Access**  | Programmatic API access. **Coming soon**; visible but not yet available.       |
| **Support**     | Links to contact the Ornn support team.                                        |
| **Danger Zone** | Delete your account (handled via Support) or sign out of your current session. |

<Note>
  Time Zone and Currency are saved as preferences today. They do not yet rewrite timestamps or prices shown elsewhere in the product.
</Note>

## SSH keys tab

The **SSH keys** tab is where you register, label, and delete the public keys that authorize you on your reservations.

See [Manage SSH keys for compute access](/guides/ssh-keys) for the full workflow, including the equivalent Ornn Compute CLI commands.

## CLI equivalents

A few account-level actions are also available from the Ornn Compute CLI:

```bash theme={null}
ornn whoami            # show the signed-in user and tenant
ornn whoami --json
ornn status            # show public Ornn Compute service status
ornn billing open      # open Account → Billing in a browser
ornn logout            # clear the local CLI session
```

See the [Ornn Compute CLI](/cli) for full syntax.

## What's next

<CardGroup cols={2}>
  <Card title="Manage your team" img="https://mintcdn.com/ornn/fNQRwmmR9H-yzza5/images/banners/team-management.jpg?fit=max&auto=format&n=fNQRwmmR9H-yzza5&q=85&s=140b0d484bbd506eb1dd0dd2f27c9882" href="/guides/team-management" width="1200" height="800" data-path="images/banners/team-management.jpg">
    Invite teammates, view the member list, and manage roles in your organization.
  </Card>

  <Card title="Notification preferences" img="https://mintcdn.com/ornn/fNQRwmmR9H-yzza5/images/banners/notifications.jpg?fit=max&auto=format&n=fNQRwmmR9H-yzza5&q=85&s=a64b18d5ad7184bbfd3c95b1a1fd983e" href="/guides/notifications" width="1200" height="800" data-path="images/banners/notifications.jpg">
    Control which email notifications Ornn sends for your organization.
  </Card>
</CardGroup>
