> ## Documentation Index
> Fetch the complete documentation index at: https://docs.athina.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Classification

> Classify text into pre-defined labels using an LLM

The `Classification` dynamic column will classify the values from the input columns into user-defined labels.

**Output type**: `string`

#### Inputs

* **Input column**: The column to classify
* **Labels**: The labels to classify the values into
* **Language model**: The model to use for classification

<Tip>
  Use descriptive labels for the classes for more accurate classification.
</Tip>

<video src="https://info.athina.ai/videos/dynamic-columns-classify-query.mp4" poster="https://info.athina.ai/videos/poster/dynamic-columns-classify-query.png" controls muted />

### How does it work?

Under the hood, we use [Marvin](https://www.askmarvin.ai/docs/text/classification/) to do the classification.
