> For the complete documentation index, see [llms.txt](https://docs.dbnl.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dbnl.com/v0.22.x/using-distributional/access-controls/organization-and-namespaces.md).

# 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.

![](/files/YWaYXphBwXQixiYJVUnh)

### 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](/v0.22.x/using-distributional/access-controls/users-and-permissions.md).
