# Organizations

Organizations are the top-level workspaces in NeevCloud. Everything — projects, members, roles, and billing — lives inside an organization.

### What is an Organization?

An **Organization** is a shared workspace that groups together:

* **Projects** — your cloud resources and environments
* **Members** — users who collaborate within the org
* **Roles** — permissions that control what each member can do
* **Billing** — payment and usage details tied to the org

> **Hierarchy:** Organization → Projects → Resources

***

### Organization vs Project

| Feature        | Organization             | Project                       |
| -------------- | ------------------------ | ----------------------------- |
| Purpose        | Top-level workspace      | Container for cloud resources |
| Contains       | Projects, members, roles | Resources and environments    |
| Billing        | Set at org level         | Inherits from organization    |
| Deletion order | Delete last              | Delete first                  |

***

### Quick Navigation

| What you want to do          | Where to go                        |
| ---------------------------- | ---------------------------------- |
| Create an organization       | Top-right menu → **Create**        |
| Switch organizations         | Top-right menu → **Organizations** |
| View projects inside an org  | Open org → **Projects** tab        |
| Edit org name or description | Open org → **Details** tab         |
| Add or remove members        | Open org → **Members** tab         |
| Manage roles and permissions | Open org → **Roles** tab           |
| View activity history        | Open org → **Audit Log** tab       |
| Delete org or project        | Open org → **Danger Zone** tab     |
