Catalog order & categories
Grouping courses into sections and setting the order they appear in.
Categories are your catalog's sections
Use the arrows on each row to set the order the sections appear in, the pencil to rename one, and the count on the right to see how many courses it holds. Names are unique per institute — “AI Ready” and “AI READY” can’t both exist, so you never end up with two sections that look the same.
Putting a course in a category
A course belongs to exactly one category, so nothing ever shows up twice on the catalog.
Setting the order courses appear in
Drafts and archived courses sit in the same list so you can park a course where you want it before it goes live — students only ever see published ones, in the same relative order. New courses (including ones created through the API) land at the bottom, so adding one never reshuffles an arrangement you set.
Deleting a category is safe
Thumbnails show in full
Doing it from the API
course:write API key: GET/POST /admin/categories, PATCH and DELETE /admin/categories/{id}, and POST /admin/categories/{id}/move or /admin/courses/{id}/move with { direction: "up" | "down" }. A course import can pass category: "AI READY" to file itself as it’s built. See the API keys guide.