# Organization settings

Click your organization icon (on the sidebar all the way to the left, second from the bottom) to navigate to the **Organization overview**, then click the **Settings** button to the right to view team members, view and manage user groups, and manage SSO settings (if applicable).

Some features may be disabled depending on your user's permissions.

### Adding users to your Runway organization

#### Allowing others to automatically join your organization

When the toggle under **Teammates can automatically join your organization** is enabled, teammates will be able to join your organization in Runway by visiting :link: [**app.runway.team**](https://app.runway.team) and signing up with your approved email domain(s).

{% hint style="warning" %}
If this setting is turned off and a teammate creates a Runway account without an [invite](#undefined) from an existing member of your organization, they will become part of a new, unassociated organization in Runway.\
\
If you need assistance moving over teammates from another organization, just [get in touch](mailto:support@runway.team).
{% endhint %}

{% hint style="info" %}
If you need to add alternate approved email domains to your organization (*e.g.* your email address is **<mae@runway.team>** but your teammate has the address **<alfred@therunwaycorp.net>**), please [let us know](mailto:support@runway.team) and we'll assist.
{% endhint %}

### Inviting your team

Click the **Invite team** button to send invites to new team members. When they accept the email invite and create their accounts, they'll be automatically added as members of your existing Runway organization.

{% hint style="warning" %}
Runway does not verify [allowed domains](#allowing-others-to-join-organization) on email addresses for anyone sent an invite by an existing member of an organization.
{% endhint %}

### Single Sign-On (SSO, SAML)

If your organization is configured to use SSO/SAML, you'll see the configuration status here. Organizations on **Enterprise** tiers can enable this feature by [contacting Runway support](mailto:support@runway.team).

Runway uses [WorkOS](https://workos.com/security) as an authentication provider for SSO/SAML organizations. Org admins can access the **SSO admin portal** from here.

{% content-ref url="/pages/Dq6KoVV3EoYRcqUPk1AB" %}
[SSO/SAML](/using-runway/organization-settings/sso-saml.md)
{% endcontent-ref %}

### Integrations

View all connected integration providers in your organization, and manage provider-level settings like the Runway user groups to Slack groups mapping.


---

# 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.runway.team/using-runway/organization-settings.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.
