diff --git a/README.md b/README.md
index 4242a760..cd4ddf95 100644
--- a/README.md
+++ b/README.md
@@ -1,135 +1,161 @@
-# PrivateGPT
+
-
+
The UI is useful for:
- Sending messages.
-- Selecting models from `/v1/models`.
+- Selecting models from /v1/models.
- Uploading documents.
- Testing retrieval with citations.
- Enabling tools per chat.
- Configuring databases, MCP connectors, skills, and custom tools.
-- Inspecting requests and responses through the API Debugger.
+- Inspecting requests and responses through the API Debugger.
This UI is a demonstrator, not the core product. Developers are expected to build their own applications on top of the API. That said, the UI is intentionally polished enough for demos, videos, internal pilots, and quick local usage.
-The current UI lives in:
+---
-```text
-./ui/index.html
-```
+## Integrations
-## PrivateGPT vs Claude API Status
+| | | |
+|:-------------------------:|:-------------------------:|:-------------------------:|
+|[](./fern/docs/assets/claude_cowork_privategpt.png)
+
+PrivateGPT is maintained by the team at [Zylon](https://zylon.ai/).
+
+**PrivateGPT** is the open-source application API layer: messages, ingestion, tools, retrieval, citations, database access, tabular analysis, MCP, skills, and custom tools.
+
+**Zylon** is the end-to-end AI Infrastructure orchestrating the hardware and software layers into a complete production platform for regulated organizations. On top of PrivateGPT, Zylon adds:
+
+- Integrated inference server based on NVIDIA Triton + vLLM to run open-weight models.
+- Concurrency, batch processing and load balancing capabilities to operate at scale.
+- Kubernetes self-contained deployment with 20+ production services packaged and supported.
- CLI for installation, updates, model selection, and platform configuration.
-- LDAP integration for user management.
-- Telemetry and operational monitoring.
+- API gateway for governance and developer platform.
+- Workspace application for non-technical end users.
+- LDAP/Active Directory integration and RBAC user management.
+- Telemetry, observability and operational monitoring.
- SIEM audit logs for compliance.
-- SharePoint, Confluence, FTP, and Samba document source integrations.
-- Disconnected operation without external cloud dependencies.
-- More than 20 production services packaged together.
+- SharePoint, Confluence, FTP, and Samba connectors.
+- Disconnected (air-gapped) operation without external cloud dependencies.
- Integrated n8n Community Edition for workflow automation.
-Use PrivateGPT if you want the open-source local AI application layer and developer API.
+Use **PrivateGPT** if you want the open-source local AI application layer and developer API.
-Use Zylon if you need the full enterprise platform around it: deployment, governance, operations, user management, integrations, auditability, and support.
+Use **Zylon** if you need the full enterprise AI infrastructure around it: deployment, governance, operations, user management, integrations, auditability, and support.
-Learn more at [zylon.ai](https://zylon.ai) or [book a demo](https://cal.com/zylon/demo?source=privategptreadme).
+[Learn more at zylon.ai](https://zylon.ai) · [Book a demo](https://cal.com/zylon/demo?source=privategptreadme)
+
+---
+
+## Community and contributing
+
+- [Discord](https://discord.gg/F8KCFeZbkx) — questions, show-and-tell, and release discussions
+- [Documentation](https://docs.privategpt.dev/) — full reference, guides, and API docs
+- [Issues](https://github.com/zylon-ai/private-gpt/issues) — bug reports and feature requests
+
+Pull requests are welcome.
diff --git a/fern/docs/assets/claude_cowork_privategpt.png b/fern/docs/assets/claude_cowork_privategpt.png
new file mode 100644
index 00000000..9c5ed03e
Binary files /dev/null and b/fern/docs/assets/claude_cowork_privategpt.png differ
diff --git a/fern/docs/assets/ms_excel_claude_privategpt.png b/fern/docs/assets/ms_excel_claude_privategpt.png
new file mode 100644
index 00000000..7d731361
Binary files /dev/null and b/fern/docs/assets/ms_excel_claude_privategpt.png differ
diff --git a/fern/docs/assets/ms_word_claude_privategpt.png b/fern/docs/assets/ms_word_claude_privategpt.png
new file mode 100644
index 00000000..e33dfb22
Binary files /dev/null and b/fern/docs/assets/ms_word_claude_privategpt.png differ
diff --git a/fern/docs/assets/n8n_privategpt.png b/fern/docs/assets/n8n_privategpt.png
new file mode 100644
index 00000000..da049eb9
Binary files /dev/null and b/fern/docs/assets/n8n_privategpt.png differ
diff --git a/fern/docs/assets/opencode_privategpt.png b/fern/docs/assets/opencode_privategpt.png
new file mode 100644
index 00000000..c62568f3
Binary files /dev/null and b/fern/docs/assets/opencode_privategpt.png differ
diff --git a/fern/docs/assets/privategpt_banner.png b/fern/docs/assets/privategpt_banner.png
new file mode 100644
index 00000000..b2a46c83
Binary files /dev/null and b/fern/docs/assets/privategpt_banner.png differ
diff --git a/fern/docs/assets/privategpt_workbench.png b/fern/docs/assets/privategpt_workbench.png
new file mode 100644
index 00000000..3d0c56d9
Binary files /dev/null and b/fern/docs/assets/privategpt_workbench.png differ
diff --git a/fern/docs/assets/ui.png b/fern/docs/assets/ui.png
index 361b42b8..b39a3390 100644
Binary files a/fern/docs/assets/ui.png and b/fern/docs/assets/ui.png differ
diff --git a/fern/docs/assets/zylon_banner.png b/fern/docs/assets/zylon_banner.png
new file mode 100644
index 00000000..49efb77e
Binary files /dev/null and b/fern/docs/assets/zylon_banner.png differ
diff --git a/fern/docs/pages/index.mdx b/fern/docs/pages/index.mdx
index 30ba21ef..7c00ce87 100644
--- a/fern/docs/pages/index.mdx
+++ b/fern/docs/pages/index.mdx
@@ -118,7 +118,7 @@ PrivateGPT follows the Claude API model as the clearest reference for modern AI
| Data | CSV / tabular analysis | Via tools / code | ✅ built-in |
| Agents | MCP in the API | ✅ | ✅ |
| Agents | Remote MCP servers | ✅ | ✅ |
-| Agents | Skills | ✅ | ✅ basic |
+| Agents | Skills | ✅ | ⚙️ basic |
| Output | Structured outputs | ✅ | ✅ inference-dependent|
| Models | Vision | ✅ | ✅ model-dependent |
| Optimization | Prompt caching | ✅ | ❌ |
@@ -126,9 +126,9 @@ PrivateGPT follows the Claude API model as the clearest reference for modern AI
| Platform | Token-based auth | ✅ | ✅ |
| Platform | OAuth / organizations | ✅ | ❌ |
-✅ Supported · ⚠️ Partial / in progress · ❌ Not supported
+✅ Supported · ⚙️ Partial / in progress · ❌ Not supported
-Contributions are especially welcome in areas marked ⚠️.
+Contributions are especially welcome in areas marked ⚙️.
---
diff --git a/fern/docs/pages/providers/overview.mdx b/fern/docs/pages/providers/overview.mdx
index 99f2cc81..aecd220b 100644
--- a/fern/docs/pages/providers/overview.mdx
+++ b/fern/docs/pages/providers/overview.mdx
@@ -45,7 +45,7 @@ The guides below cover popular self-hosted options. These are examples — not a
| Structured output (JSON schema) | ❌ | ❌ | ❌ | ✅ |
| Streaming | ✅ | ✅ | ✅ | ✅ |
| Vision / image input | ✅ † | ✅ † | ✅ † | ✅ † |
-| Audio input | ⚠️ Limited | ❌ | ❌ | ❌ |
+| Audio input | ⚙️ Limited | ❌ | ❌ | ❌ |
† Model-dependent — the server supports the protocol, but the loaded model must also support the capability.