# Clerk Dashboard > Navigation manifest for the Clerk Dashboard. Routes are grouped by authentication scope. Paths under /~/ are resolved to the caller's last-active application and instance. Entries may include access notes when a route is permission-gated, feature-gated, or otherwise conditional. Labels in the form `Parent: Variant` point to a specific tab, view, or sub-route. ## Public > No authentication required. - [Sign in](https://dashboard.clerk.com/sign-in): Access the Clerk Dashboard with your account credentials. - [Sign up](https://dashboard.clerk.com/sign-up): Create a new Clerk Dashboard account to build applications. ## Workspace > Signed-in, workspace scope — no application or instance context required. - [Applications](https://dashboard.clerk.com/apps): List and switch between all applications in your workspace. - [Create application](https://dashboard.clerk.com/apps/new): Start a new Clerk application within your workspace. - [Team](https://dashboard.clerk.com/team): Invite teammates and manage workspace member access. Requires org:sys_memberships:read. - [Workspace settings](https://dashboard.clerk.com/settings): Update workspace name, SSO requirements, and general preferences. - [Access tokens](https://dashboard.clerk.com/settings/access-tokens): Create personal access tokens for the Clerk Backend API. Requires platform access token creation access for the workspace. - [Workspace billing](https://dashboard.clerk.com/settings/billing): View workspace subscription, plan, and payment details. Requires org:billing:manage or org:admin. - [Invoices](https://dashboard.clerk.com/settings/billing/invoices): Download past invoices and receipts for the workspace. Requires org:billing:manage and the new pricing model. - [Usage](https://dashboard.clerk.com/settings/billing/usage): Track monthly retained users and workspace feature usage metrics. Requires org:billing:manage and the new pricing model. ## Application > Signed-in. Paths under /~/ resolve to the caller's last-active application and instance (e.g. /~/users resolves to /apps/{applicationId}/instances/{instanceId}/users). - [Dashboard](https://dashboard.clerk.com/~): View user growth analytics and key metrics for your application. - [Dashboard: Waitlist view](https://dashboard.clerk.com/~?view=waitlist): Show waitlist signup analytics. - [Dashboard: Users view](https://dashboard.clerk.com/~?view=users): Show user growth, active users, and cohort analytics. - [Dashboard: Organizations view](https://dashboard.clerk.com/~?view=orgs): Show organization growth and activity analytics. - [Users](https://dashboard.clerk.com/~/users): Search, create, and manage users, view detailed profiles, and control user sessions. Individual user pages at /~/users/:userId support ?user_tab=profile|settings|organizations|subscriptions|payments. - [Users: Waitlist](https://dashboard.clerk.com/~/users/waitlist): Browse users who joined the pre-launch signup waitlist. - [Organizations](https://dashboard.clerk.com/~/organizations): View and manage organizations, members, invitations, and domain verification. Individual organization pages at /~/organizations/:orgId support ?org_tab=profile|members|invitations|verified-domains|settings|subscriptions|payments. - [Subscriptions](https://dashboard.clerk.com/~/billing/subscriptions): Track subscription activity, revenue charts, MRR analytics, and customer billing. - [Logs](https://dashboard.clerk.com/~/application-logs): View application logs. - [Email logs](https://dashboard.clerk.com/~/email-logs): View email delivery logs. Requires a production instance and org:email_logs:read. - [Invitations](https://dashboard.clerk.com/~/users/invitations): Create, revoke, and manage user invitations when sign-ups are restricted. Only available when sign-ups are restricted. - [User & authentication](https://dashboard.clerk.com/~/user-authentication/user-and-authentication): Configure authentication methods, identifier settings, and user profile fields. - [User & authentication: Email](https://dashboard.clerk.com/~/user-authentication/user-and-authentication?user_auth_tab=email): Configure email authentication, verification settings, and magic link options. - [User & authentication: Phone](https://dashboard.clerk.com/~/user-authentication/user-and-authentication?user_auth_tab=phone): Set up phone number authentication and SMS verification settings. - [User & authentication: Username](https://dashboard.clerk.com/~/user-authentication/user-and-authentication?user_auth_tab=username): Configure username requirements, allowed characters, and validation rules. - [User & authentication: Password](https://dashboard.clerk.com/~/user-authentication/user-and-authentication?user_auth_tab=password): Configure password policies, complexity rules, and breach detection. - [User & authentication: Passkeys](https://dashboard.clerk.com/~/user-authentication/user-and-authentication?user_auth_tab=passkeys): Enable passwordless authentication using device biometrics and security keys. - [User & authentication: User profile](https://dashboard.clerk.com/~/user-authentication/user-and-authentication?user_auth_tab=user-profile): Manage user profile fields, custom attributes, and account deletion settings. - [SSO connections](https://dashboard.clerk.com/~/user-authentication/sso-connections): Add and configure OAuth social providers and enterprise SSO connections. - [SSO connections: Social](https://dashboard.clerk.com/~/user-authentication/sso-connections/social): Manage OAuth connections for Google, GitHub, and other social providers. - [SSO connections: Enterprise](https://dashboard.clerk.com/~/user-authentication/sso-connections/enterprise): Configure SAML and enterprise OIDC identity provider connections. - [Web3](https://dashboard.clerk.com/~/user-authentication/web3): Enable Web3 wallet authentication for blockchain and crypto applications. - [Multi-factor](https://dashboard.clerk.com/~/user-authentication/multi-factor): Configure two-factor authentication options including TOTP, SMS, and backup codes. - [Restrictions](https://dashboard.clerk.com/~/protect/restrictions): Control who can sign up for your application with public or restricted modes. - [Restrictions: Allowlist](https://dashboard.clerk.com/~/protect/restrictions/allowlist): Allow specific identifiers to sign up by adding them to the allowlist. - [Restrictions: Blocklist](https://dashboard.clerk.com/~/protect/restrictions/blocklist): Block specific email addresses, domains, or phone numbers from signing up. - [Waitlist](https://dashboard.clerk.com/~/user-authentication/waitlist): Enable or disable the waitlist mode. - [Attack protection](https://dashboard.clerk.com/~/protect/attack-protection): Protect against bots and brute force attacks with CAPTCHA and user lockouts. - [Protections](https://dashboard.clerk.com/~/protect/protections): Manage parameterized fraud and abuse protections for this instance. Requires the Protect protections UI feature flag. - [Sessions](https://dashboard.clerk.com/~/sessions): Configure session lifetime, inactivity timeout, and single or multi-session mode. - [JWT templates](https://dashboard.clerk.com/~/jwt-templates): Create custom JWT templates and add custom claims to session and access tokens. - [Legal](https://dashboard.clerk.com/~/compliance/legal): Configure terms of service and privacy policy URLs for legal compliance. - [Features](https://dashboard.clerk.com/~/features): Create feature flags and entitlements to control user access to features. - [Audiences](https://dashboard.clerk.com/~/audiences): Group users into audiences for feature targeting. Requires Feature Flags access. - [Settings](https://dashboard.clerk.com/~/organizations-settings): Configure organization features, domain verification, membership rules, and creator permissions. - [Roles & Permissions](https://dashboard.clerk.com/~/organizations-settings/roles): Create custom roles and define permissions for organization-based access control. - [Roles & Permissions: Role sets](https://dashboard.clerk.com/~/organizations-settings/roles/sets): Group roles into sets for coordinated permission assignment. Requires the per-organization role sets feature. - [Settings](https://dashboard.clerk.com/~/billing/settings): Connect Stripe or Lemon Squeezy to enable billing and monetize your application. - [Subscription plans](https://dashboard.clerk.com/~/billing/plans): Create and manage subscription plans for users and organizations to monetize your app. - [Subscription plans: User](https://dashboard.clerk.com/~/billing/plans?billing_plans_tab=user): Define pricing tiers and subscription plans for individual users. - [Subscription plans: Organization](https://dashboard.clerk.com/~/billing/plans?billing_plans_tab=org): Define subscription plans for organizations with member-based pricing. - [Account Portal](https://dashboard.clerk.com/~/account-portal): Enable and customize Clerk-hosted authentication and account management pages. - [Account Portal: Overview](https://dashboard.clerk.com/~/account-portal?tab=overview): View account portal URLs and enable hosted authentication pages. - [Account Portal: Redirects](https://dashboard.clerk.com/~/account-portal?tab=redirects): Set up redirect URLs after sign-in, sign-up, and other authentication events. - [Account Portal: Customization](https://dashboard.clerk.com/~/account-portal?tab=customization): Customize theme colors, logo, fonts, and appearance for hosted pages. - [Avatars](https://dashboard.clerk.com/~/customization/avatars): Configure avatar settings, default images, and initials for users and organizations. - [Emails](https://dashboard.clerk.com/~/customization/email): Customize email templates sent to users for various authentication and system events, including sign-in/sign-up verification and magic link emails. - [Emails: Authentication](https://dashboard.clerk.com/~/customization/email): Edit invitation, verification code, and email link templates for sign-in, sign-up, and email verification. - [Emails: Security](https://dashboard.clerk.com/~/customization/email/security): Customize password reset and security notification email templates. - [Emails: Passkeys](https://dashboard.clerk.com/~/customization/email/passkeys): Configure email notifications for passkey management events. - [Emails: Organizations](https://dashboard.clerk.com/~/customization/email/organizations): Edit organization invitation and membership notification email templates. - [Emails: Waitlist](https://dashboard.clerk.com/~/customization/email/waitlist): Customize waitlist confirmation and invitation email templates. - [Emails: Billing](https://dashboard.clerk.com/~/customization/email/billing): Customize payment receipt and billing notification email templates. - [SMS](https://dashboard.clerk.com/~/customization/sms): Customize SMS templates for phone verification and authentication messages. - [SMS: Settings](https://dashboard.clerk.com/~/customization/sms/settings): Configure Twilio integration and SMS provider settings. - [API keys](https://dashboard.clerk.com/~/platform/api-keys): Enable your users and organizations to create API keys to access your application functionality. - [API keys: Logs](https://dashboard.clerk.com/~/platform/api-keys/logs): Inspect API key usage events and request audit logs. - [API keys: Logs — Creations](https://dashboard.clerk.com/~/platform/api-keys/logs?api_keys_logs_selected=creations): Inspect API key creation events in the logs tab. - [API keys: Logs — Verifications](https://dashboard.clerk.com/~/platform/api-keys/logs?api_keys_logs_selected=verifications): Inspect API key verification events in the logs tab. - [Webhooks](https://dashboard.clerk.com/~/webhooks): Add webhook endpoints to receive real-time event notifications via Svix. - [Paths](https://dashboard.clerk.com/~/paths): Configure application paths for sign-in, sign-up, and OAuth callback URLs. - [Domains](https://dashboard.clerk.com/~/domains): Configure your primary domain, DNS records, SSL certificates, and verification. - [Domains: Satellites](https://dashboard.clerk.com/~/domains/satellites): Add satellite domains to share authentication across multiple applications. - [Domains: Allowed subdomains](https://dashboard.clerk.com/~/domains/allowed-subdomains): Permit authentication on additional subdomains of your primary domain. - [OAuth applications](https://dashboard.clerk.com/~/oauth-applications): Allow third-party applications to authenticate users through your Clerk instance. - [OAuth applications: Settings](https://dashboard.clerk.com/~/oauth-applications?oauth_applications_tab=settings): Toggle dynamic client registration on the application instance. - [M2M authentication](https://dashboard.clerk.com/~/machines): Create and manage M2M clients for server-to-server authentication without user context. - [M2M authentication: Logs](https://dashboard.clerk.com/~/machines/logs): Review machine-to-machine authentication request logs and activity. - [Native applications](https://dashboard.clerk.com/~/native-applications): Configure iOS and Android apps with deep linking for mobile authentication. - [Integrations](https://dashboard.clerk.com/~/integrations): Connect third-party services like Firebase and Google Analytics. - [Plan and Billing](https://dashboard.clerk.com/~/plan-billing): Manage your Clerk subscription, view MAU usage, and upgrade your plan. Only available for workspaces on legacy pricing. - [Settings](https://dashboard.clerk.com/~/settings): Configure application name, branding, and lifecycle settings. - [Settings](https://dashboard.clerk.com/~/instance-settings): Configure test/production mode and export users. - [Updates](https://dashboard.clerk.com/~/updates): Check for SDK updates, breaking changes, and migration guides for your dependencies. - [API keys](https://dashboard.clerk.com/~/api-keys): Access publishable and secret keys for Clerk SDK integration.