Super Admin Guide
Audience: Platform operators (super admins). Where you work: the admin console at
/admin/*. New here? Read the Platform Overview first.
A Super Admin operates the entire platform across all tenants. You can see and manage every dealer organization, buyer organization, order, and product, plus the catalog and other super admins. You are not tied to any single dealer or buyer org.
How super-admin access works: a user is a super admin when their account carries the
is_super_adminflag. This is verified on every admin API call and on each admin page; non-super-admins are redirected away. Super admins are managed from the Admins page (below) — there’s no dealer/buyer membership involved.
1. Platform dashboard
Your dashboard is a platform-wide rollup: total revenue, orders (and how many are pending), dealer/buyer/project counts, a 6-month revenue trend, top dealers by revenue, an order-status breakdown, and recent orders across all dealers.

It also includes an AQ Products API card to test the platform Products API connection and pre-warm the product-info cache.
The sidebar gives you: Dashboard, Dealers, Buyers, Multi-Org Buyers, Orders, Products, and Admins.
2. Dealers
The Dealers page lists every (non-archived) dealer organization with its user, project, and buyer counts.

- New Dealer — create a dealer organization.
- Click a dealer to manage it; you can also archive a dealer from the list.
Dealer detail (manage as that dealer)
Opening a dealer gives you full administrative control of that organization. A banner makes it clear you’re operating in Super Admin Mode while viewing the dealer’s world.

From here you can:
- See the dealer’s revenue, orders, projects, buyer-org, and team stats.
- Archive / restore the dealer.
- Configure the dealer’s AutoQuotes Projects API key (set, verify, sync, clear, choose US/UK region).
- Use the tabs to manage the dealer’s Projects, Buyer Organizations, and Team Members — including inviting dealer users and changing their roles/status.
- Drill into a specific project (
/admin/dealers/[id]/projects/[projectId]) to edit its name/status and manage buyer-org links, or a specific user (/admin/dealers/[id]/users/[userId]).
Note on “acting as”: the dealer detail experience lets you manage everything about a dealer from the admin console. It is a cross-tenant management view (with a “Super Admin Mode” banner) — your session always remains your own super-admin identity.
3. Buyers
A global list of every buyer organization across all dealers, with its dealer, region, district, and user count.

Open a buyer org to view its stats and dealer link, and to manage its orders and team (promote/demote/activate buyer users).
4. Multi-Org Buyers (Buyer Group Admins)
A platform-wide view of all buyer group admins across every dealer, with a built-in explainer of what they are.

Open one to edit its name/active status, and assign or remove the buyer organizations it can access (or delete the record).
5. Orders
Every order on the platform, with status tabs and search by order ID.

Open an order to see full details, change its workflow_state directly (an operator override), and add comments as an admin.
6. Products (global catalog)
The master product catalog — hundreds of thousands of products — searchable by name/model and filterable by manufacturer.

Open a product to manage its attachments: upload images and spec sheets (via presigned S3 uploads), add external video links, delete attachments, and set the main image.
7. Admins
Manage who has super-admin access to the platform.

- Invite Admin — grant super-admin access to a new or existing user.
- Send a password reset, edit a name, or remove an admin’s access. You cannot remove your own access.
8. What super admins manage (cross-tenant summary)
| Entity | Scope | Create | Update | Remove |
|---|---|---|---|---|
| Dealer orgs | All | ✅ | API key, archive/restore | Archive |
| Buyer orgs | All | (via API) | User roles/status | — |
| Projects | Per dealer | — | Name, status, buyer links | Deactivate |
| Orders | All | — | Status, comments | — |
| Products | Global catalog | Attachments | Attachments | Attachments |
| Super admins | Platform | Invite | Name, revoke | Remove flag |
| Buyer group admins | All dealers | — | Profile, org assignments | Delete |
Quick reference — super admin routes
| Page | Path |
|---|---|
| Dashboard | /admin/dashboard |
| Dealers | /admin/dealers |
| Dealer detail | /admin/dealers/[id] |
| Project detail | /admin/dealers/[id]/projects/[projectId] |
| Dealer user detail | /admin/dealers/[id]/users/[userId] |
| Buyers | /admin/buyers |
| Buyer detail | /admin/buyers/[id] |
| Multi-Org Buyers | /admin/buyer-group-admins |
| Orders | /admin/orders |
| Order detail | /admin/orders/[id] |
| Products | /admin/products |
| Product detail | /admin/products/[id] |
| Admins | /admin/admins |