Appearance
Kooboo Admin (CMS)
Configure sites, content, and integrations in the Kooboo console — for administrators and implementers
What This Section Covers
You may already have read the Template Engine or KScript API, but are unsure where to click first in the admin. This series follows the real Kooboo site-admin menu, explains configuration steps, and links to development docs.
Menus follow the product
After product upgrades, if menus change, use the admin UI you see after login as the source of truth.
Suggested Learning Order
The docs go from the account-level console (login, site list) to inside a site (pages, content, development, settings).
| Stage | Doc | You will complete |
|---|---|---|
| 0 | Login and site list | Sign in, folders, enter Manage |
| 1 | Create a site | Blank / import / clone (AI builder not included) |
| 2 | Site admin menu overview | Know which column each SiteId feature lives in |
| 3 | Dashboard · Media Library | Site overview and image assets |
| 4 | Pages | Create visitable pages |
| 5 | Content (Content types · Content list) | Prepare data for k.content |
| 6 | Commerce (as needed) | Products, orders; see k.commerce |
| 7 | Development | Layout, View, Code, modules, etc.; see Template Engine |
| 8 | Database | IndexedDB, KV, SQLite/MySQL/SQL Server, SQL logs |
| 9 | Site settings | Basics, domains, integrations, users/roles, hooks, Cookie, AI |
How This Connects to Development Docs
| What you do in the admin | Read next |
|---|---|
| Create content types and content folders | k.content |
| Products, orders, carts | k.commerce · Commerce admin |
| Create Layout / Page / View | Template Engine |
| Create IndexedDB tables, view SQL logs | Database · k.DB |
| Configure domains, payment, database connections | Site settings · k.payment |
| Enable multilingual, maintain Labels | k.label · Template binding |
Two URL Levels
| Level | When to use | Example |
|---|---|---|
| Account level | Site list, create site | https://www.redev.cn/_Admin/、/_Admin/create |
| Site level | Inside a site admin | /_Admin/site/pages?SiteId={siteGuid} |
Site-level deep links are written as:
text
/_Admin{path}?SiteId={yourSiteId}See Menu overview for details.