Why build a custom taxonomy
The Cernel Taxonomy is a general-purpose hierarchy that works out of the box. A custom taxonomy is useful when you need categories that are specific to your business: a merchandising structure, a marketplace’s required categories, an internal reporting hierarchy, or a partner’s classification scheme. You can keep several taxonomies side by side and classify the same products into each one.Categories in your own words
Test before you commit
Key concepts
- Taxonomy: a hierarchy of categories. You can have more than one. The Cernel Taxonomy is a built-in System taxonomy whose category descriptions are locked; taxonomies you create are fully editable.
- Defining attribute: every taxonomy has one product attribute that stores each product’s category in that taxonomy. You name it when you create the taxonomy (for example,
category). This attribute is a Taxonomy Classification agent, which assigns products into the hierarchy automatically. - Category: a node in the tree. Each category has a Description (what belongs here) and Additional Instructions (how to sort products into its subcategories).
- Classification: the AI walks the tree from the top, choosing a subcategory at each level until it reaches the most specific category that fits the product. A taxonomy can also be set up to place a product in more than one category.
Building a taxonomy
Open Taxonomies and add a new one

Name the taxonomy and its defining attribute
category). The defining attribute is the product attribute that will hold each product’s category in this taxonomy. If an attribute with that name already exists, Cernel reuses it.
Build your category structure
- Description: a general description of the category and the products it contains. The AI uses this to decide which products belong here.
- Additional Instructions: guidance on how the AI should sort products from this category into its subcategories (for example, “Classify by primary function first, then by target audience”).

Set the classification prompt and activation depth
- Classification Prompt: extra instructions sent to the model for the whole taxonomy. Each category’s description and additional instructions should do most of the work; use this prompt only for global rules (for example, “Prefer the most specific category. When in doubt, use the closest parent category.”).
- Automatic Activation Depth: how many levels deep Cernel automatically activates categories when a product is classified into them. Set it to
0to disable automatic activation so only the top-level category stays active.

Test on a few products in the sandbox

Classifying products into your taxonomy
Creating a taxonomy does not reclassify your catalog on its own. To populate it, run its classification:Run the classification from Products
Or automate it
View products by taxonomy
Placing products in more than one category
Most taxonomies place each product in a single category. Some catalogs need more: a jacket that is genuinely both waterproof and insulated, or a product a marketplace expects to appear under two departments. For these cases you can set up a taxonomy that assigns each product to more than one category. This is a per-taxonomy choice you make when you create the taxonomy, by turning on Allow multiple categories per product under the options menu in the Create Taxonomy dialog. It is permanent for that taxonomy and cannot be changed later, so leave it off unless you know a product should be able to sit in several categories at once. Because taxonomies are independent, a product can be placed in one category in a single-category taxonomy and in several categories in a multi-category taxonomy at the same time.
Multicategory Agent Settings
When a taxonomy allows multiple categories, its Classification Settings show an extra Multicategory Agent Settings section with two controls that shape the result:- Max Categories per Product: the most categories one product can be placed in, from 1 to 5 (3 by default). This is a ceiling, not a target. The AI still assigns fewer categories when only one fits, so raising the limit does not force extra categories onto products.
- Categories and Their Subcategories Together: off by default. When on, a product can sit in a category and in one of that category’s own subcategories at the same time (for example, both “Shoes” and “Running Shoes”). When off, only the most specific matching category is kept.
How multiple categories are chosen
Instead of walking straight down to a single category, the AI works level by level. At each branch it keeps every subcategory that genuinely fits the product, not just the single best one, and repeats this until nothing more specific applies. A final pass reviews the full set of proposed categories together and drops any that do not hold up, always keeping at least one. The result is a set of categories that each fit the product, with the AI’s reasoning saved alongside, up to your Max Categories per Product limit.Editing a product’s categories by hand
You can always override the AI. In the category editor for a product’s classification in a multi-category taxonomy, tick or untick the categories the product belongs to and save. The editor lets you select one or more categories, so you can add a category the AI missed or remove one that does not belong.Advanced configuration
Importing a category structure from JSON
Importing a category structure from JSON
external_id (a unique reference within the import) and a name. Use parent_external_id to nest a category under another entry in the same paste. Entries without a parent_external_id are added at the top level.Activating and deactivating categories
Activating and deactivating categories
Running several taxonomies at once
Running several taxonomies at once
Frequently asked questions
How do I switch to a custom taxonomy?
How do I switch to a custom taxonomy?
What is the difference between a category's Description, its Additional Instructions, and the Classification Prompt?
What is the difference between a category's Description, its Additional Instructions, and the Classification Prompt?
Does creating a taxonomy reclassify my products automatically?
Does creating a taxonomy reclassify my products automatically?
Can I edit the built-in Cernel Taxonomy the same way?
Can I edit the built-in Cernel Taxonomy the same way?
How deep should my taxonomy go?
How deep should my taxonomy go?
Can a product be in more than one category?
Can a product be in more than one category?
Can I turn multiple categories on for a taxonomy I already created?
Can I turn multiple categories on for a taxonomy I already created?
