> ## 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_ai.AutoExplain.max_depth

#### *property* AutoExplain.max\_depth *: [int](https://docs.python.org/3/library/functions.html#int)*

The maximum number of hierarchies the algorithm drills down through.

```pycon theme={"languages":{"custom":["/engine/python-sdk/0.9/languages/pycon.tmLanguage.json"]}}
>>> cube.auto_explain.max_depth
15
>>> cube.auto_explain.max_depth = 5
>>> cube.auto_explain.max_depth
5
```
