Configuration
Input and Model Setup
Input Variable - Select what to classify, typicallysys.query for user questions, but can be any text variable from previous workflow nodes.
Model Selection - Choose an LLM for classification. Faster models work well for simple categories, while more powerful models handle nuanced distinctions better.

Question Classifier configuration interface
Category Definition
Create clear, descriptive labels for each category with specific descriptions of what belongs in each. Be precise about boundaries between categories to help the LLM make accurate decisions. Each category becomes a potential output path that you can connect to different downstream nodes like specialized knowledge bases, response templates, or processing workflows.Classification Example
Here’s how the Question Classifier works in a customer service scenario:
Customer service classification workflow
- After-sales service - Warranty claims, returns, repairs, and post-purchase support
- Product usage - Setup instructions, troubleshooting, feature explanations
- Other questions - General inquiries not covered by specific categories
- “How to set up contacts on iPhone 14?” → Product usage
- “What is the warranty period for my purchase?” → After-sales service
- “What’s the weather like today?” → Other questions