**Settings** — titled **Project settings** on the page — holds the project-level details: _"Configure project details, environments, and custom domains for the selected application."_

![Project settings](/content/console/settings.environments.png)

It sits in the **Configuration** group at the bottom of the sidebar, and has two tabs: **General** and **Environments**.

Almost everything else in the console is configured per *environment*. This module is one of the few places that operates on the **project** itself.

## General

`?tab=general` — an **Overview** card, _"Manage basic tenant settings."_

| Field | Editable | Details |
|-------|----------|---------|
| **State** | No | An `Active` badge for the project's current state. |
| **Project ID** | No | The project UUID, with a **Copy** button. This is the value your SDK configuration needs. |
| **Display name** | Yes | Rename the project, then **Save**. |
| **Description** | Yes | Free-text summary. |

Below the card sits the **Danger zone**: _"Deleting this project cannot be undone."_ with a **Delete Project** action.

> **Caution**
>
> Deleting a project destroys every environment inside it — users, roles, keys,
> secrets, and configuration. There is no undo. Consider deleting the individual
> environments you no longer need instead.

## Environments

`?tab=environments` — _"Manage environments for this project. Environments help you separate development, staging, and production configurations."_

The table lists each environment with:

| Column | Details |
|--------|---------|
| **Name** | The environment name, for example `dev` or `prod`. |
| **Weight** | Editable ordering value; lower numbers appear first. |
| **Live** | A filled **Live** badge or a muted **Dev** badge. |
| **ID** | The environment UUID in monospace. |
| **Actions** | A menu with **Edit** and **Delete**. |

**"New Environment"** creates one. The full walkthrough — weights, the live flag, pinning, defaults, and the auto-selection order — is in [Environments](/docs/console/environments).

## Where the other settings live

Because "settings" is a broad word, here is where the rest of it actually is:

| Looking for | Go to |
|-------------|-------|
| Sign-in methods, providers, MFA, policies | [Authentication](/docs/console/authentication) |
| Account and registration toggles, session timeout | [Users > Settings](/docs/console/users) |
| Permission model, roles, groups | [Authorization](/docs/console/authorization) |
| Signing keys and token lifetime | [Sessions](/docs/console/sessions) |
| Custom hostname | [Domains](/docs/console/domains) |
| Callback and sign-out URLs | [Redirects](/docs/console/redirects) |
| Team members, invites, APEX domains | [Tenant Settings](/docs/console/tenants) |

## Related

| Read | To learn how to |
|------|-----------------|
| [Projects](/docs/console/projects) | Create projects and pick an application type |
| [Environments](/docs/console/environments) | Create, order, and switch environments |
| [Tenants](/docs/console/tenants) | Manage tenant-level team and domain settings |
| [Console overview](/docs/console/overview) | Understand which level each setting belongs to |
