# How To Run

- [Quick Start Guide](https://iddynamics.gitbook.io/flepimop/how-to-run/quick-start-guide.md): Quick instructions on how to install Prerequisites, install flepiMoP itself, and then run through a quick example of how to use flepiMoP.
- [Multiple Configuration Files](https://iddynamics.gitbook.io/flepimop/how-to-run/multiple-configuration-files.md)
- [Synchronizing Files](https://iddynamics.gitbook.io/flepimop/how-to-run/synchronization.md)
- [Advanced run guides](https://iddynamics.gitbook.io/flepimop/how-to-run/advanced-run-guides.md)
- [Running On A HPC With Slurm](https://iddynamics.gitbook.io/flepimop/how-to-run/advanced-run-guides/running-on-a-hpc-with-slurm.md): Tutorial on how to install and run flepiMoP on a supported HPC with slurm.
- [Running with Docker locally 🛳](https://iddynamics.gitbook.io/flepimop/how-to-run/advanced-run-guides/running-with-docker-locally.md): Short tutorial on running FlepiMop on your personal computer using a "Docker" container
- [Running on AWS 🌳](https://iddynamics.gitbook.io/flepimop/how-to-run/advanced-run-guides/running-on-aws.md): using Docker container
- [Environment Variables](https://iddynamics.gitbook.io/flepimop/how-to-run/environment-variables.md)
- [Common errors](https://iddynamics.gitbook.io/flepimop/how-to-run/common-errors.md): Common error messages and how to debug them
- [Useful commands](https://iddynamics.gitbook.io/flepimop/how-to-run/useful-commands.md)
- [Tips, tricks, FAQ](https://iddynamics.gitbook.io/flepimop/how-to-run/tips-tricks-faq.md): All the little things to save you time on the clusters


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://iddynamics.gitbook.io/flepimop/how-to-run.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
