# 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                       |
| [Banking Readiness](/banking-readiness/overview.md) | Buyers and auditors validating gate-by-gate posture                        |
| [Operations](/operations/incident-response.md)      | On-call and SREs                                                           |
| [Compliance](/compliance/dora.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: 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.edge.nyami.fr/readme.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.
