# Diátaxis Classifier

The Diátaxis Classifier classifies your documentation into the four categories of the [Diátaxis framework](https://diataxis.fr/): tutorials, how-to guides, reference material, and explanation. This systematic approach helps you organize your documentation according to proven documentation architecture principles.

### Configuration

This classifier shares all of the [common classifier configuration options](/about/agents/classifiers.md#common-configuration). The Diátaxis Classifier automatically identifies which of the four Diátaxis categories each piece of content belongs to:

* **Tutorial** - Learning-oriented content that guides users through completing a project
* **How-to guide** - Goal-oriented content that shows how to solve specific issues
* **Reference** - Information-oriented content that describes how something works
* **Explanation** - Understanding-oriented content that clarifies concepts and design decisions

The classifier analyzes your content and assigns the most appropriate category based on the purpose of each document.


---

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