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

# Project

When you open a project you land on **General Info** — the project's home page. The header shows the project icon, name, primary region badge, and description. The **Invite members** button on the top right opens the account **Team** page, where project access is managed.

<figure><img src="/files/Gd3EODFrEqu0WecNMA4I" alt=""><figcaption><p>Project → General Info. One card per enabled module, with its integration count and an Open module shortcut.</p></figcaption></figure>

## What you can do here

Every enabled module gets a card. Modules that connect to external providers (Membership, Database, Files, Code, Emails, Push, Payments, Logs) show their **Integrations** count and how many of those are active, e.g. `2` with `1 active`; modules without integrations simply show **Active**. Each card has an **Open module** shortcut to the module's main screen.

Below, **Available modules** lists what is not enabled yet ("You have N modules left till your full power with Norbix"). **Enable** takes you into that module to switch it on. The action is locked while the project's database cluster is still provisioning — modules need a working database first.

You only see the modules your role has permission for. The full set: Membership, Database, Files, Code, Emails, Push notifications, Payments, Scheduler, Logs.

## Use it from code

Module toggles and project data are SDK methods — see [Account & Projects](/sdks-and-cli/account.md); every module also has its own `enable*` / `disable*` methods.

## API reference

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