# Quickstart This guide provides a minimal end-to-end example of running an Abacus MMM. *(Placeholder: This section needs to be filled in with a simple example, likely using the `demo` directory.)* 1. **Prerequisites:** Ensure you have followed the [Installation Guide](./installation.md). 2. **Data:** Use the sample data provided in `demo/input_data.csv`. 3. **Configuration:** Use or adapt the `demo/demo_config.yml`. 4. **Execution:** Run the model using the command: ```bash python -m demo.runme ``` 5. **Results:** Check the generated files in the `results/` directory (see [Interpreting Results Guide](../guides/interpreting_results.md)).