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

> Learn how to create an application to use with the Delegated Admin Extension, allowing you to selectively expose the users section of the dashboard.

# Create Delegated Admin Applications

Use the [Delegated Admin Extension](/docs/customize/extensions/delegated-administration-extension) to expose the **Users** section of the <Tooltip tip="Auth0 Dashboard: Auth0's main product to configure your services." cta="View Glossary" href="/docs/glossary?term=Auth0+Dashboard">Auth0 Dashboard</Tooltip> to a select group of users without allowing them access to the rest of the Dashboard. Before you add the Delegated Admin extension, you need to create the Delegated Admin application in Auth0.

* Go to [Auth0 Dashboard > Applications > Applications](https://manage.auth0.com/#/applications), and select **Create Application**.
* Enter a descriptive name for your Application (for example, **Users Dashboard**), select an application type of **Single-Page Web Application**, and click **Create**.
* In the **Settings** view, set the **Allowed Callback URLs** and **Allowed Logout URLs** based on your location, and click **Save Changes**.

**Callback URLs by Region:**

<Callout icon="file-lines" color="#0EA5E9" iconType="regular">
  Replace `{yourTenant}` with your tenant name. For example, if your tenant name is `tenant_name_example`, then for a tenant running on a US-3 environment, the corresponding callback URL is: `https://tenant_name_example.us.webtask.run/auth0-delegated-admin/login`
</Callout>

| Location  | Region | Login Link                                                        |
| --------- | ------ | ----------------------------------------------------------------- |
| Australia | AU     | `https://{yourTenant}.au.webtask.io/auth0-delegated-admin/login`  |
| Europe    | EU     | `https://{yourTenant}.eu.webtask.io/auth0-delegated-admin/login`  |
| Europe    | EU-2   | `https://{yourTenant}.eu.webtask.run/auth0-delegated-admin/login` |
| Japan     | JP-1   | `https://{yourTenant}.jp.webtask.run/auth0-delegated-admin/login` |
| UK        | UK     | `https://{yourTenant}.uk.webtask.run/auth0-delegated-admin/login` |
| USA       | US-1   | `https://{yourTenant}.us.webtask.io/auth0-delegated-admin/login`  |
| USA       | US-3   | `https://{yourTenant}.us.webtask.run/auth0-delegated-admin/login` |

Next, [install the Delegated Admin Extension](/docs/customize/extensions/delegated-administration-extension/install-delegated-admin-extension).
