# General LLM Classifier

The General LLM Classifier classifies your data into topics that you define. This classifier gives you the flexibility to create custom categories that match your specific needs, making it perfect for organizing content according to your unique requirements.

### Configuration

This classifier shares all of the [common classifier configuration options](/about/agents/classifiers.md#common-configuration), with the exception of "Allowed tags." Since you define your own topics, you control what categories can be applied directly through the Topics setting. In addition, the configuration also contains the following setting:

#### Topics

This setting allows you to define the custom topics you want to classify your data into. The classifier will learn to identify content that matches those categories.

For example, you might enter topics like "Customer Support," "Product Feedback," "Bug Reports," or "Feature Requests" to categorize support tickets. Each topic you define will generate a corresponding tag that gets applied to matching documents.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.katara.ai/about/agents/classifiers/general-llm-classifier.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
