> 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/projects.md).

# Projects

A **project** is the top-level container in Norbix. Everything else — modules, data, users, messages — lives inside a project. Your account home lists every project you own or collaborate on. The tabs at the top switch between **Projects**, **Team**, and **Current month costs**.

<figure><img src="/files/WHxO5bsDRriwKAbJmm5E" alt=""><figcaption><p>The account home. Tabs: Projects, Team, Current month costs.</p></figcaption></figure>

## What you can do here

Each project card shows the project name and a status badge:

| Badge                                 | Meaning                                                                                                                                        |
| ------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| Region badge(s), e.g. `nb-eu-germany` | The project is active. One green badge per region — the primary region plus any additional regions. Self-hosted projects show no region badge. |
| `PROVISIONING`                        | The project's database cluster is still being set up. The list refreshes itself until setup finishes.                                          |
| `SETUP FAILED`                        | Provisioning did not finish — the project needs attention.                                                                                     |
| `NO DATABASE`                         | The project has no database yet.                                                                                                               |
| `DISABLED`                            | The project is switched off and rejects all operations.                                                                                        |

The card footer carries module and team-member counters. Click a card to open the project's [General Info](/cloud/project.md) page.

**Create a new PROJECT** opens the new-project screen; the counter next to it (e.g. `[1/1]`) shows your active projects against the cap your plan allows. The **Team** tab manages the people who can administer your account, and **Current month costs** shows your usage-based spend for the running month.

## Use it from code

Create and manage projects with the SDKs — see [Account & Projects → Projects](/sdks-and-cli/account/projects.md).

## API reference

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