> ## Documentation Index
> Fetch the complete documentation index at: https://docs-staging-quickstart-revamp.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> Describes the Auth0 Organizations feature details.

# Auth0 Organizations

<Card title="Availability varies by Auth0 plan">
  Both your specific login implementation and your Auth0 plan or custom agreement affect whether this feature is available. To learn more, read [Pricing](https://auth0.com/pricing).
</Card>

The Organizations feature represents a broad update to the Auth0 platform that allows our business-to-business (B2B) customers to better manage their partners and customers, and to customize the ways that end-users access their applications and APIs. Auth0 customers can use Organizations to:

* Represent their business customers and partners in Auth0 and manage their membership.
* Configure branded, federated login flows for each business.
* Offer machine-to-machine access for their business customers and partners to consume their B2B APIs.
* Build administration capabilities into their products, using Organizations APIs, so that those businesses can manage their own organizations.

<table class="table">
  <thead>
    <tr>
      <th><strong>Read...</strong></th>
      <th><strong>To learn...</strong>                                </th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td><a href="/docs/manage-users/organizations/organizations-overview">Understand How Auth0 Organizations Work</a></td>
      <td>How Auth0 Organizations work.</td>
    </tr>

    <tr>
      <td><a href="/docs/manage-users/organizations/create-first-organization">Create Your First Organization</a></td>
      <td>How to create and configure an Organization and define its behavior.</td>
    </tr>

    <tr>
      <td><a href="/docs/manage-users/organizations/custom-development">Custom Development</a></td>
      <td>How to extend Auth0 Organizations using metadata and rules or APIs and SDKs to create custom dashboards for your users.</td>
    </tr>

    <tr>
      <td><a href="/docs/manage-users/organizations/using-tokens">Work with Tokens</a></td>
      <td>How to work with tokens and Organizations.</td>
    </tr>

    <tr>
      <td><a href="/docs/manage-users/organizations/configure-organizations">Configure Organizations</a></td>
      <td>How to configure Organizations using the Dashboard or Management API.</td>
    </tr>

    <tr>
      <td><a href="/docs/manage-users/organizations/organizations-for-m2m-applications">Machine-to-Machine Access to Organizations</a></td>
      <td>How to configure and use Client Credentials access in the scope of Organizations.</td>
    </tr>
  </tbody>
</table>
