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

# Recommender.status

<span id="atoti.aggregate_provider.recommender.Recommender.status" />

> *property* Recommender.status: [Literal](https://docs.python.org/3/library/typing.html#typing.Literal)\['idle', 'recording']

Whether the cube records incoming queries for the recommender to analyze.

* `"idle"`: queries are not recorded.
  Switching to this status discards any previously recorded history.
* `"recording"`: queries are recorded in an in-memory history.
