# Classify Multiple

Use the Classify Multiple template to categorize text into any number of relevant pre-defined classes.

It's similar to the Classify Single template, but with the ability to return multiple categories.

Example things you can do with this template:

* Categorize product feedback by themes
* Classify book titles and descriptions into subject areas

Tips for using this template:

* Keep the list of categories a reasonable range-- fewer than ten.
* Use descriptive names for the categories, so that their meanings can be inferred.


---

# 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.usecharm.ai/templates/classify-multiple.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.
