# FACSPy API Reference

This is FACSPys API reference.
Import FACSPy with the following line:
```
import FACSPy as fp
```

Specific tasks have been divided into the following modules.

```{toctree}
:maxdepth: 1

tools
plotting
model
dataset
io
synchronization

```

Additional functionality is available through the following top-level functions and classes.

```{toctree}
:maxdepth: 1

utils
settings
```
