> For the complete documentation index, see [llms.txt](https://docs.codemash.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codemash.io/cloud/project/settings.md).

# Settings

**Where:** Project → Settings · `/projects/<project>/settings?tab=<Tab>`

Project **Settings** holds the project's identity and configuration, split into eight tabs. The open tab is part of the URL (for example `?tab=Webhooks`), so you can link straight to a tab. On managed and Enterprise plans the data **Region** settings are folded into the **Access** tab — old `?tab=Region` links redirect there; self-hosted installs have no regions.

<figure><img src="/files/XykXAEF6ncYzrsmzLhRy" alt=""><figcaption><p>Project → Settings.</p></figcaption></figure>

## Tabs

| Tab                                                     | What it holds                                                                  |
| ------------------------------------------------------- | ------------------------------------------------------------------------------ |
| [Brand](/cloud/project/settings/brand.md)               | Name, slug, project id, description, URL, logo and icon.                       |
| [Access](/cloud/project/settings/access.md)             | Deployment endpoints, allowed origins (CORS) and — on managed plans — regions. |
| [Languages](/cloud/project/settings/languages.md)       | The default language and the supported-language list.                          |
| [Environments](/cloud/project/settings/environments.md) | The environment ladder (e.g. TEST → PROD), promotion and rollback.             |
| [Webhooks](/cloud/project/settings/webhooks.md)         | Signed event deliveries to HTTP endpoints you own.                             |
| [Bindings](/cloud/project/settings/bindings.md)         | The `@Model.Project.*` values templates, triggers and code can use.            |
| [Admin Portal](/cloud/project/settings/admin-portal.md) | The portal's service user and its API keys.                                    |
| [Termination](/cloud/project/settings/termination.md)   | Disable, re-enable or delete the project.                                      |

Most edits open a small modal; after a successful save the dashboard shows **"Project settings updated"**.

## Use it from code

Every setting has an `updateProject*` method — see [Account & Projects → Projects](/sdks-and-cli/account/projects.md).

## API reference

Endpoints: [Account & Projects → Projects](/api-reference/account/projects.md).
