Skip to content

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).

Login and site listCreate a siteEnter site adminPages and mediaContent types and contentDevelopment / Commerce / Settings
StageDocYou will complete
0Login and site listSign in, folders, enter Manage
1Create a siteBlank / import / clone (AI builder not included)
2Site admin menu overviewKnow which column each SiteId feature lives in
3Dashboard · Media LibrarySite overview and image assets
4PagesCreate visitable pages
5Content (Content types · Content list)Prepare data for k.content
6Commerce (as needed)Products, orders; see k.commerce
7DevelopmentLayout, View, Code, modules, etc.; see Template Engine
8DatabaseIndexedDB, KV, SQLite/MySQL/SQL Server, SQL logs
9Site settingsBasics, domains, integrations, users/roles, hooks, Cookie, AI

How This Connects to Development Docs

What you do in the adminRead next
Create content types and content foldersk.content
Products, orders, cartsk.commerce · Commerce admin
Create Layout / Page / ViewTemplate Engine
Create IndexedDB tables, view SQL logsDatabase · k.DB
Configure domains, payment, database connectionsSite settings · k.payment
Enable multilingual, maintain Labelsk.label · Template binding

Two URL Levels

LevelWhen to useExample
Account levelSite list, create sitehttps://www.redev.cn/_Admin//_Admin/create
Site levelInside 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.