# Model Implementation

- [flepiMoP's configuration file](https://iddynamics.gitbook.io/flepimop/gempyor/model-implementation/introduction-to-configuration-files.md)
- [Specifying population structure](https://iddynamics.gitbook.io/flepimop/gempyor/model-implementation/specifying-population-structure.md): This page describes how users specify the names, sizes, and connectivities of the different subpopulations comprising the total population to be modeled
- [Specifying compartmental model](https://iddynamics.gitbook.io/flepimop/gempyor/model-implementation/compartmental-model-structure.md): This section describes how to specify the compartmental model of infectious disease transmission.
- [Specifying initial conditions](https://iddynamics.gitbook.io/flepimop/gempyor/model-implementation/specifying-initial-conditions.md): This section describes how to specify the values of each model state at the time the simulation starts, and how to make instantaneous changes to state values at other times (e.g., due to importations)
- [Specifying seeding](https://iddynamics.gitbook.io/flepimop/gempyor/model-implementation/specifying-seeding.md): This section describes how to specify the values of each model state at the time the simulation starts, and how to make instantaneous changes to state values at other times (e.g., due to importations)
- [Specifying observational model](https://iddynamics.gitbook.io/flepimop/gempyor/model-implementation/outcomes-for-compartments.md): This page describes how to specify the outcomes section of the configuration file
- [Distributions](https://iddynamics.gitbook.io/flepimop/gempyor/model-implementation/distributions.md): This page describes the configuration schema for specifying distributions
- [Specifying time-varying parameter modifications](https://iddynamics.gitbook.io/flepimop/gempyor/model-implementation/intervention-templates.md): This section describes how to specify modifications to any of the parameters of the transmission model or observational model during certain time periods.
- [Other configuration options](https://iddynamics.gitbook.io/flepimop/gempyor/model-implementation/other-configuration-options.md)
- [Code structure](https://iddynamics.gitbook.io/flepimop/gempyor/model-implementation/code-structure.md)


---

# 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/gempyor/model-implementation.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.
