# Organization and Namespaces

## Organization

An organization, or org for short, corresponds to a dbnl deployment.

### Organization Resources

Some resources, such as users, are defined at the organization level. Those resources are sometimes referred to as organization resources or org resources.

## Namespaces

A namespace is a unit of isolation within a dbnl organization.

### Namespace Resources

Most resources, including projects and their related resources, are defined at the namespace level. Resources defined within a namespace are only accessible within that namespace providing isolation between namespaces.

### Default Namespace

All organizations include a namespace named **default**. This namespace cannot be modified or deleted.&#x20;

{% hint style="info" %}
By default, users are assigned the namespace reader role in the default namespace.
{% endhint %}

### Switching Namespace

To switch namespace, use the namespace switcher in the navigation bar.

![](https://content.gitbook.com/content/HSxJ9GZDehJDKRsw6HLw/blobs/fH8PzvpsMsahVv3K5LSy/Screenshot%202025-01-06%20at%2011.35.09%E2%80%AFAM.png)

### Creating a Namespace

To create a namespace, go to **☰ > Settings > Admin > Namespaces** and click the **+ Create Namespace** button.

{% hint style="info" %}
Creating a namespace requires having the org admin role.
{% endhint %}

### Adding a User to a Namespace

See [Users and Permissions](https://docs.dbnl.com/v0.19.x/using-distributional/access/users-and-permissions).
