# bfabricPy Documentation

bfabricPy provides a Python interface to the [B-Fabric](https://fgcz-bfabric.uzh.ch/bfabric/) system.

This documentation is organized primarily by **what you want to do** rather than by API structure:

- **[Getting Started](getting_started/index)** - Installation, configuration, first script
- **[User Guides](user_guides/index)** - Task-based tutorials and examples
- **[API Reference](api_reference/index)** - Complete, auto-generated documentation
- **[Advanced Topics](advanced_topics/index)** - Advanced features and patterns
- **[Resources](resources/index)** - Error handling, best practices, contributing

## Table of Contents

```{toctree}
:maxdepth: 2
getting_started/index
user_guides/index
api_reference/index
advanced_topics/index
resources/index
```
