# API

Import the ehrapy API as follows:

```python
import ehrapy as ep
```

You can then access the respective modules like:

```python
ep.tl.tool()
```

```{toctree}
:maxdepth: 1

api/datasets_index
api/io_index
api/preprocessing_index
api/tools_index
api/plot_index
api/anndata_index
api/settings_index
```

```{eval-rst}
.. currentmodule:: ehrapy
```
