# Module Overview

LES is organised into ten modules, each corresponding to a life domain treated as a business department. Each module has its own repository, data model, API contract, and dedicated AI agent. Modules do not communicate directly with each other — all cross-module data access passes through the central API gateway (LES-API).

Modules are developed in phase sequence. No module enters active development until Phase 1 begins.

***

### Module Map

| Code    | Module                      | Phase   |
| ------- | --------------------------- | ------- |
| LES-FIN | Finance & Wealth Management | Phase 1 |
| LES-EDU | Education & Knowledge       | Phase 1 |
| LES-PRJ | Projects & Goals            | Phase 1 |
| LES-KNW | Knowledge Base              | Phase 1 |
| LES-HLT | Health & Performance        | Phase 2 |
| LES-REL | Relationships & Network     | Phase 2 |
| LES-OPS | Daily Operations            | Phase 2 |
| LES-INT | Intelligence & Analytics    | Phase 3 |
| LES-SEC | Security, GRC & Compliance  | Phase 3 |
| LES-AGT | AI Agent Orchestration      | Phase 4 |

***

### Status

All modules are currently planned. Phase 0 establishes the infrastructure. Module specifications are produced as each module enters active design in Phase 1.

Each module has a dedicated sub-section in the Modules section of this GitBook, populated when that module enters active development.

***

* [Architecture Overview](https://app.gitbook.com/o/tbne7ZtUlyqO49hsY3QC/s/Nb5M0j365A1RgeUSUy4w/03-architecture/architecture-overview)
* Master Roadmap — Five-Year Phase Plan
* Project Plan — System Architecture
* **GitHub:** [github.com/NikiDigitals](https://github.com/NikiDigitals)
* **Website:** [nikidigitals.com](https://nikidigitals.com)


---

# 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://nikidigitals.gitbook.io/les/04-modules/module-overview.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.
