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

# atoti.aggregate_provider.aggregate_provider_recommender.AggregateProviderRecommender.status

#### *property* AggregateProviderRecommender.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.
