# Creating and Managing Organizations

WorkflowAI allows you to create organizations so you can easily collaborate on building features with your whole team.

## How do I create an organization?

1. Log into WorkflowAI
2. Select your name at the bottom of the sidebar to open the user menu.

If you are not a member of any organization: you will see a button to create your first organization.

![What you will see if you're not part of an org](/files/B9oXvAenslA9InoBIQ6m)

If you are already a member of an organization: go to [workflowai.com/organization/select](https://workflowai.com/organization/select) and select **Create Organization** from there.

## How can I join an existing organization?

If the organization you want to join has Automatic Invitations enabled, and your email matches the criteria:

1. Sign up for WorkflowAI
2. You should be automatically added to the organization.

However if you do not see the organization appear when you log in: go to [workflowai.com/organization/select](https://workflowai.com/organization/select) and select the organization you want to join from the list.

![Organization selector](/files/Cy13rG5jHnHI7yU8GzNr)

If the organization you want to join does not have Automatic Invitations enabled or your email does not match the criteria to be automatically admitted, you will need to ask an existing member of the organization to send you an invitation.

{% hint style="info" %}
If you are the admin of an organization and want to learn how to enable Automatic Invitations, please see [Organization Joining Settings](#organization-joining-settings).
{% endhint %}

## Can I be part of more than one organization?

Yes!

## How can I switch between organizations?

We are working on adding a better UX, but in the meantime you can switch between organizations by:

1. Logging into WorkflowAI
2. Going to [workflowai.com/organization/select](https://workflowai.com/organization/select)
3. Selecting the organization you want to view.

## Organization Joining Settings

### Verified Email Domains

Verified email domains can be used to streamline enrollment into an organization. If your organization has a verified email domain, users can join the organization automatiaclly or by suggestion (see [Invitation Settings](#invitation-settings)) by signing up with an email address that matches the verified domain.

Note: A verified domain cannot be a disposable domain or common email provider. For example, you cannot create a verified domain for @gmail.com.

#### Enabling Verified Email Domains

1. Log into WorkflowAI
2. Select your name at the bottom of the sidebar to open the user menu.
3. Tap **Organization Settings**
4. In the **Verified Domains** section select and select **Add Domain** and enter the domain you want to verify.

![](/files/V8LZlp7atkxkZbhHCruM)

### Invitation Settings

There are three different settings that determine how users can join an organization. In order to change the settings from the default of **No automatic enrollment**, you will need to first enabled Verified Domains.

1. **Automatic invitations**: Users are automatically invited to join the organization when they sign-up and can join anytime.
2. **Automatic suggestions**: Users receive a suggestion to request to join, but must be approved by an admin before they are able to join the organization.
3. **No automatic enrollment (default)**: Users can only be invited manually to the organization.

![Invitation settings](/files/VGIHYY7QLakt8COvRZ1g)


---

# 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.workflowai.com/getting-started/creating-and-managing-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.
