> ## 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 `SHOW DATABASES` statement lists all connected data sources that MindsDB can access.

## Syntax

Here is how to list all connected data sources:

```sql theme={null}
SHOW DATABASES;
```
