> For the complete documentation index, see [llms.txt](https://docs.edge.nyami.fr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.edge.nyami.fr/readme.md).

# Introduction

**Edge** is an AI evaluation & ground-truth platform engineered for banking deployment. It builds golden datasets, evaluates AI quality with 24 metrics (19 LLM-judged + 5 deterministic), and traces every LLM call from a visual flow builder — on-prem or SaaS.

> This is the canonical documentation surface for the Edge product family. Repository [`NKAP360-dev/edge-governance`](https://github.com/NKAP360-dev/edge-governance) is the source of truth; this site is synced from `docs/` on every push to `main`.

## What's in here

| Section                                       | For who                                                                    |
| --------------------------------------------- | -------------------------------------------------------------------------- |
| [Getting Started](/getting-started/vision.md) | First-time readers — what Edge is, how it fits, how to see it in 5 minutes |
| [Architecture](/architecture/overview.md)     | Engineers and reviewers who need the system diagram and contracts          |
| [Deployment](/deployment/saas.md)             | Operators picking SaaS, on-prem, or quickstart paths                       |
| [Compliance](/compliance/summary.md)          | GRC, legal, and procurement teams                                          |
| [API Reference](/api-reference/index.md)      | Integrators                                                                |

## The 6-repo split

```mermaid
flowchart LR
    APP[edge-app<br/>product source] -->|publishes image| GHCR[(GHCR)]
    GHCR -->|deployed by| INFRA[edge-infra<br/>per-env manifests]
    WF[edge-workflows<br/>reusable CI] -.->|called by| APP
    WF -.->|called by| INFRA
    LAND[edge-landing<br/>marketing site] -.->|links to| THIS[edge-governance<br/>this site]
    DEMOS[edge-demos<br/>buyer proof packs] -.->|references| APP
    THIS -->|controls quality of| APP
```

Each repo has a one-page README that points back here.

## Stability of this site

* Edits land in GitBook **or** in `docs/*.md` on the GitHub repo — both directions sync.
* The CNAME `docs.edge.nyami.fr` is owned by Cloudflare zone `nyami.fr` and points at GitBook hosting.
* The [`SUMMARY.md`](https://github.com/NKAP360-dev/edge-governance/blob/main/docs/SUMMARY.md) file defines navigation — edit it when adding a page.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.edge.nyami.fr/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
