<!-- Source: https://docs.biosimulant.com/examples -->

# Example Simulations

This section is a public gallery of the labs you can run in Biosimulant. Each example summarizes the science, shows a screenshot of an actual run, and links straight to the runnable lab on the public Hub.

**Info:**

  Every example below is a real, published lab on the [Biosimulant Hub](https://hub.biosimulant.com/). Click the Hub link inside an example, then press **Run** — no install required.

## How to run (web UI)

1. Open the example you want.
2. Click the Hub link to jump to its runnable page on the [Biosimulant Hub](https://hub.biosimulant.com/).
3. Press **Run** and explore the charts and structure views.

## How to run locally

The companion source repositories (`models-ecology`, `models-autodock-vina`, `models-diffdock`, `models-boltz`, `models-microbiology-hello-world`) include `biosimulant labs package` instructions in each lab's README. The desktop app's lab importer also accepts a path to any of these labs directly.

For local runtime demos, install:

```bash
pip install biosimulant
```

and start with `examples/basic_usage.py`, `examples/world_simulation.py`, or
`biosimulant labs init ./serve-check --name "Serve Check" --force`.

## Current example simulations

- [Microbiology: Hello World](/examples/microbiology-hello-world)
- [Ecology: Lotka–Volterra](/examples/ecology-lotka-volterra)
- [Ecology: Rosenzweig–MacArthur](/examples/ecology-rosenzweig-macarthur)
- [Ecology: Multispecies Competition](/examples/ecology-leibovich-multispecies)
- [Ecology: ATP Pathway Cooperation](/examples/ecology-pfeiffer-atp-cooperation)
- [Ecology: Gene-Drive Suppression](/examples/ecology-geci-gene-drive)
- [Ecology: Mosquito Life Stages](/examples/ecology-turner-mosquito)
- [Docking: AutoDock Vina](/examples/vina-docking)
- [Docking: DiffDock-L](/examples/diffdock-docking)
- [Structure: Boltz-2 Affinity](/examples/boltz-affinity)
- [Desktop Plugin Samples](/examples/desktop-plugin-samples)
