# Kleisli category

<https://bartoszmilewski.com/2014/12/23/kleisli-categories/> <https://ncatlab.org/nlab/show/Kleisli+category> <https://en.wikipedia.org/wiki/Kleisli_category>

* Kleisli category is a category naturally associated to any monad T
* Kleisli category is equivalent to the category of free T-algebras
* The Kleisli category is one of two extremal solutions to the question: does every monad arise from an adjunction? The other extremal solution is the Eilenberg-Moore category.


---

# 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://mandober.gitbook.io/math-debrief/450-category-theory/10-categories/kleisi-category.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.
