# Execution Modules

**Execution Modules** form the core of the environment **Eximee Platform** — they are responsible for launching, executing, and handling business processes in banking channels.\
They create a common execution layer in which the defined low-code applications are processed, visualized, and made available to end users and external systems.

Each module plays a specific role in the process lifecycle — from the user interface and process engine, through case and document handling, to integrations and APIs.

## Scope

The execution modules include:

* **Eximee Core** – the basic infrastructure and runtime components.
* **Eximee Forms** – the presentation layer and user forms.
* **Eximee Case Management** – handling of tasks, cases, and activity history.
* **Eximee Dashboard** – the user interface for employees and partners.
* **Eximee API** – a unified integration layer for processes and data.

## Role in the architecture

Together they create **a coherent microservices architecture**, in which:

* processes are executed by **BPMS** and made available through **API**,
* data is stored and managed in **Core** and **Model Runtime**,
* user interactions are handled by **Forms**, **Dashboard** and **Case Management**.

The execution modules form the foundation of the entire Eximee platform - from low-code applications to banking customer service channels.


---

# 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://docs.eximee.com/documentation/documentation-en/wprowadzenie/architektura-platformy/moduly-wykonawcze.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.
