# Workspaces & Organizations

### Organizations

{% hint style="info" %}
An organization is a higher-level entity that represents a company, group, or institution using DinMo. It enables companies to centralize billing for all their workspaces in just on end point, but also to manage administrative and security policies that should be applied everywhere.
{% endhint %}

A user can be a member of several workspaces belonging to different organizations. A user can be assigned the Organization Admin role in the "Manage Workspaces" tab.

This role enables a user to:

* Create workspaces in this organization
* Manage users of this organization
* Set up security policies for all workspaces belonging to the organization

#### Creating a new organization

An organization is automatically created during the first sign-up of a user, as long as the following rules are respected:

* The signed-up email address domain is not already assigned to another organization
* The signed-up email address is a professional email address

It is not allowed to create a new organization outside of the sign-up workflow in the app. If you intend to do so, please contact our support team.

### Workspaces

{% hint style="info" %}
A workspace is an instance of the platform that is typically granted access to a team or a business unit inside a company. Each workspace possesses its own data sources, destinations, segments, activations, etc.
{% endhint %}

A workspace belongs to a parent organization (see below).

#### Creating a new workspace

*Important: To create a new workspace inside an organization, the user must be granted the "Organization Admin" role.*

1. The user can then create a new workspace by clicking on "Manage Workspaces" in the navigation bar.

<figure><img src="/files/30NFS9P6B7eP14OoSyJr" alt="" width="214"><figcaption></figcaption></figure>

2. In the dropdown, select the parent organization of the workspace you are about to create.<br>

   <figure><img src="/files/3dS7eajGfI797KaMJCA6" alt=""><figcaption></figcaption></figure>
3. Then, click "New Workspace".\ <br>

   <figure><img src="/files/vYCUQSiE85wBh8TUmRer" alt=""><figcaption></figcaption></figure>
4. As a final step, give a name to your workspace.<br>

   <figure><img src="/files/kbPvBRzrsuTUCrDvaCse" alt=""><figcaption></figcaption></figure>

You might then want to refer to the [Get started with DinMo](/guides/get-started-with-dinmo.md) guide to learn how to start your DinMo journey from this new workspace.

{% hint style="info" %}
For more details on workspace setup and management, refer to [Managing Users, Roles & Permissions](/workspace-management/managing-users-roles-and-permissions.md).
{% endhint %}

#### Managing workspace members

Users can be granted two different roles in a workspace:

* **Admin role:** An admin has full access on the workspace and can do anything.<br>
* **Member role:** A member can create segments, entities, activations, destinations, but cannot access the workspace settings. He is not allowed to invite new users and manage existing users, nor is he allowed to create or edit a source.

Member management is located in the settings of a workspace, in the Member section:

<figure><img src="/files/ym2UF0zO4iwR3UBKuR7y" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
For more information on workspace set-up and user management, please refer to [this dedicated section](/workspace-management/managing-users-roles-and-permissions.md).
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.dinmo.io/guides/workspaces-and-organizations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
