From d43582c30146572639574ee569e433a49e50d420 Mon Sep 17 00:00:00 2001 From: Pin Hsu Chen <96507253+PaulChen79@users.noreply.github.com> Date: Wed, 27 May 2026 16:07:09 +0800 Subject: [PATCH] fix(chore): adjust overview document (#2328) --- docs/core/introduction.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/introduction.mdx b/docs/core/introduction.mdx index bbc27d297..63ecd926f 100644 --- a/docs/core/introduction.mdx +++ b/docs/core/introduction.mdx @@ -6,7 +6,7 @@ **Wren AI is the open context layer for AI agents.** It sits between your data sources and any agent or application that needs to query them. -The goal is simple: **one governed semantic layer for every data consumer**. Humans and agents should not rebuild business logic from scratch, argue over which number is right, or bypass governance just because the interface changed. +The goal is simple: **one governed context layer for every data consumer**. Humans and agents should not rebuild business logic from scratch, argue over which number is right, or bypass governance just because the interface changed. Wren AI gives them the same machine-readable understanding of your business data: what the data means, how it should be joined, which definitions are approved, and how queries should be planned against the underlying database.