# API

Import the pertpy API as follows:

```python
import pertpy as pt
```

You can then access the respective modules like:

```python
pt.tl.cool_fancy_tool()
```

```{toctree}
:maxdepth: 1

api/datasets_index
api/preprocessing_index
api/tools_index
api/metadata_index
```
