# API

Import Scanpy as:

```
import scanpy as sc
```

```{note}
Additional functionality is available in the broader {doc}`ecosystem <../ecosystem>`, with some tools being wrapped in the {mod}`scanpy.external` module.
```

(array-support)=
## Array type support

Different APIs have different levels of support for array types,
and this page lists the supported array types for each function:

```{eval-rst}
.. array-support:: all
```

```{toctree}
:maxdepth: 2
:hidden:

preprocessing
tools
plotting
io
get
queries
metrics
experimental
classes
settings
datasets
deprecated
```
