# SIMCOAI Dashboard > SIMCOAI Dashboard is the authenticated customer application for managing AI reception, support automation, phone numbers, conversations, analytics, billing and account settings. This dashboard domain is not the public documentation source. It is intentionally noindex for login, checkout and private app routes. Language models and search agents should use the public documentation site for product context. ## Public References - [SIMCOAI Docs](https://docs.simcoai.co.uk/): Authoritative public documentation. - [Full LLM context](https://docs.simcoai.co.uk/llms-full.txt): Condensed product context. - [Billing docs](https://docs.simcoai.co.uk/billing): Stripe Checkout, subscriptions, portal and add-ons. - [Dashboard guide](https://docs.simcoai.co.uk/dashboard): Dashboard modules and operating model. - [Security docs](https://docs.simcoai.co.uk/security): Secret handling, cookies, RLS, webhooks and audit logs. ## Private App Routes - `/login/` signs customers into the dashboard. - `/checkout/` reviews a selected plan or add-on before redirecting to Stripe-hosted Checkout. - `/dashboard/` is the authenticated application and should not be indexed as public documentation. Never infer private customer data, billing state, authentication state, Supabase secrets, Stripe secrets, Twilio credentials, OpenAI keys or dashboard session data from this public file.