# Life Enterprise System (LES)

**About this documentation**

This GitBook is the thinking layer of the LES portfolio. It contains architecture documents, decision records, research notes, module specifications, phase journals, and academic findings. It is organised by project domain and updated continuously as the system develops. It is written for technical professionals, researchers, and serious readers who want full depth, not summaries.

***

**Who This is Written For**

This space is written for a technically informed reader — architects, engineers, researchers, or serious practitioners who want to understand the substance of the project, not just its surface.

Each page is self-contained. A reader who arrives at any page without having read anything else should be able to follow it. Internal links are provided where prior reading would deepen the context, but they are never required.

***

**About LES**

LES is a long-term portfolio project. It is the primary proof of work for a career path towards Finance Transformation Architect. Built in public, documented in full, from absolute beginner to expert level over five years.

The system itself is a personal enterprise resource planning platform architected from first principles. Every life domain — Finance, Health, Education, Projects, Relationships, Operations, Knowledge — is treated as a business department with its own data model, processes, intelligence layer, and dedicated AI agent. Built on Microsoft Azure, LES applies the structural rigour of world-class corporate ERP to the full complexity of a human life.

Every architectural decision, research finding, and design choice is documented here in full. Nothing is simplified. Nothing is skipped.

***

**The portfolio**

LES is documented across four layers, each serving a distinct audience and purpose.

| Layer              | Platform                                                    | Purpose                                    |
| ------------------ | ----------------------------------------------------------- | ------------------------------------------ |
| Executive overview | [NikiDigitals.com](https://nikidigitals.com)                | Professional identity, vision, milestones  |
| Thinking layer     | GitBook — you are here                                      | Architecture, research, decisions, journal |
| Evidence layer     | [GitHub](https://github.com/NikiDigitals)                   | Code, infrastructure, version history      |
| Professional layer | [LinkedIn](https://www.linkedin.com/in/nicolette-langendam) | Articles, findings, professional network   |

***

*Developed by* [*NikiDigitals*](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/00-introduction/life-enterprise-system-les.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.
