# Topic Classifier

The topic classifier works hand-in-hand with the [taxonomy agent](/about/agents/ai-insights/taxonomy.md). With this classifier, you can classify your data into the topics from a taxonomy.

## Configuration

This classifier shares all of the [common classifier configuration options](/about/agents/classifiers.md#common-configuration), with the exception of "Allowed tags." If you would like to prevent classifying your data certain topics, you can go to linked taxonomy and exclude those topics. In addition, the configuration also contains the following setting:

### Taxonomy run

This setting allows you to choose which [taxonomy run](/about/agents/ai-insights/taxonomy.md#taxonomy-runs) to use for classifying your documents. When you select one of your taxonomy agents, you will have the option to either use the agent's default run, or select a specific run. You will see a ★ star next to the run that is currently the default run. If the taxonomy agent is configured to use the latest successful run as its default output, this may change when it runs again.


---

# 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/topic-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.
