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

# List Views

## Description

The `list_views()` function is executed on a project and lists all views available in this project.

## Syntax

Use the `list_views()` method to list all views in a project:

```python theme={null}
project.list_views()
```
