Skip to content

Categories

Categories are simple labels — like "Promotions" or "Holidays" — that keep your prompts and templates organized so you can find them fast.

Why use it

When you have lots of prompts and templates, scrolling through all of them is slow. Categories let you jump straight to the group you need.

Step by step

Open your templates or prompts

Go to the AI area and open your list of templates or prompts.

Pick a category

Click a category name, such as "Promotions" or "Holidays". The list now shows only the items in that group.

Use the filter to narrow further

Click the category filter at the top of the list and choose one. Click it again to clear and see everything.

Open what you need

Click any item to open and use it.

TIP

The categories you see come ready-made with the product. If you need a new one, ask your workspace admin to add it.

Good to know

  • Categories are just for finding things — picking one never changes or deletes your content.
  • The same categories help organize both templates and prompts.
  • Using a template still costs the normal credits: text 1, image 5, video 20. Browsing categories is free.
For developers

GET /api/v1/ai-categories returns the read-only category list for the user surface. Each category has the shape:

typescript
{
  name?: string,    // display label
  icon?: string,    // icon class or emoji
  color?: string,   // hex / CSS color
}

The catalog ships with the product; admin write/delete happens directly via the model, not from this endpoint.