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

> Describes Auth0 extensions that enable you to install applications or run commands and scripts that extend the functionality of Auth0.

# Auth0 Extensions

<Warning>
  We plan to deprecate Rules and Hooks in 2024, and at that time, Rules and Hooks-based Extensions will be out of support. We highly recommend that you migrate to Actions to extend Auth0. With Actions, you have access to rich type information, inline documentation, and public `npm` packages, and can connect external integrations that enhance your overall extensibility experience.

  To learn more about what Actions offer, read [Understand How Auth0 Actions Work](/docs/customize/actions/actions-overview). We also have a dedicated [Move to Actions](https://auth0.com/extensibility/movetoactions) page that highlights feature comparisons, [an Actions demo](https://www.youtube.com/watch?v=UesFSY1klrI), and other resources to help you on your migration journey.

  To read more about the Rules and Hooks deprecation, read our blog post: [Preparing for Rules and Hooks End of Life.](https://auth0.com/blog/preparing-for-rules-and-hooks-end-of-life/)
</Warning>

Auth0 Extensions allow you to install applications or run commands/scripts that extend the functionality of the Auth0 base product. Each extension is separate from all other extensions and is subject to Auth0's [Rate Limit Policy](/docs/troubleshoot/customer-support/operational-policies/rate-limit-policy). Auth0 defines extensions per tenant, so data is stored by the pair `tenant\extension`.

<Callout icon="file-lines" color="#0EA5E9" iconType="regular">
  To implement and manage extensions on your Auth0 Dashboard, you must have the Admin role.
</Callout>

| Read...                                                                                                                          | To learn...                                                                                                                                                       |
| -------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Authorization Extension](/docs/customize/extensions/authorization-extension)                                                    | How to use the extension to control user authorization behavior during runtime.                                                                                   |
| [Delegated Administration Extension](/docs/customize/extensions/delegated-administration-extension)                              | How to use the extension to expose the Users section of the Auth0 Dashboard to a select group of users without allowing them access to the rest of the Dashboard. |
| [Single Sign-On Dashboard Extension](/docs/customize/extensions/single-sign-on-dashboard-extension)                              | How to use the extension to manage single sign-on login for your users on multiple enterprise applications.                                                       |
| [Authentication API Debugger Extension](/docs/customize/extensions/authentication-api-debugger-extension)                        | How to use the Authentication API Debugger to test various endpoints.                                                                                             |
| [AD/LDAP Connector](/docs/authenticate/identity-providers/enterprise-identity-providers/active-directory-ldap/ad-ldap-connector) | How to use the AD/LDAP Connector extension.                                                                                                                       |
| [Account Link Extension](/docs/customize/extensions/account-link-extension)                                                      | How to use the account link extension.                                                                                                                            |
| [User Import/Export Extension](/docs/customize/extensions/user-import-export-extension)                                          | How to use the user import/export extension.                                                                                                                      |
| [Export Log Events with Extensions](/docs/customize/log-streams/custom-log-streams)                                              | How to use log export extensions to export logs to third-party services such as Application Insights, Loggly, and MixPanel.                                       |
