> ## 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 Data Sources

## Description

The `list_databases()` function lists all data sources connected to MindsDB.

## Syntax

Use the `list_databases()` method to list all databases:

```python theme={null}
server.list_databases()
```
