- Go to Dashboard > Applications > Applications.
 - Click Create Application.
 - Give your new application a descriptive name.
 - 
Choose from the following app types:
- Native Applications: These applications include mobile, desktop, or hybrid apps running natively on a device (e.g., i0S, Android).
 - Single-Page Web Applications: These applications include JavaScript apps that perform most of their user interface logic in a web browser, communicating with a web server primarily using APIs (e.g., AngularJS + Node.js or React).
 - Regular Web Applications: These applications are traditional web applications that perform most of their application logic on the server (e.g., Express.js, ASP.NET).
 - Machine-to-Machine Applications: These applications include non-interactive applications, such as command-line tools, daemons, IoT devices, or services running on your back-end.
 
 - Click Create.
 
| Settings Tab | Description | 
|---|---|
| Quick Start | Shows all the available documentation for your application type. | 
| Settings | Shows all available settings for your application. By default, most of the settings will be created for you. To learn more, read Application Settings. | 
| Credentials | Shows the application’s authentication method and configured credentials. To learn more, read Application Credentials | 
| Add-ons | Allows you to enable plugins associated with an application. These are SAML or WS-Fed web apps for which Auth0 generates access tokens. To learn more, read Enable SAML2 Web App Addon and Configure WS-Fed Applications. | 
| Connections | Allows you to enable connections for your application. Connections are sources of users; they can be enabled and shared between multiple applications. To learn more, read Connections. | 
| Organizations | Allows you to authenticate users into organizations to which they belong. To learn more, read Organizations. |