diff --git a/pages/generative-apis/reference-content/integrating-generative-apis-with-popular-tools.mdx b/pages/generative-apis/reference-content/integrating-generative-apis-with-popular-tools.mdx
index da67cda297..c086c7aa5d 100644
--- a/pages/generative-apis/reference-content/integrating-generative-apis-with-popular-tools.mdx
+++ b/pages/generative-apis/reference-content/integrating-generative-apis-with-popular-tools.mdx
@@ -24,6 +24,7 @@ The following table compares AI tools and libraries supported by Scaleway's Gene
| [LlamaIndex](#llamaindex-advanced-rag-applications) | Library for building advanced AI RAG applications | Knowledge graph building, document retrieval, data indexing | Medium |
| [Continue Dev](#continue-dev-ai-coding-assistance) | Library for AI-powered coding assistance | Code completion, code review | Low |
| [Chatbox AI](#chatbox-ai) | Desktop client for generative APIs, available on Windows, Mac, Linux | AI copilot for documents, images, or code| Low |
+| [Open Web UI](#open-webui) | User interface for chatbot applications | Creating web chatbot interfaces, RAG agents | Low |
| [cURL/Python](#custom-http-integrations) | Direct HTTP API calls for custom integrations | Custom applications, data processing | High |
@@ -185,6 +186,13 @@ Chatbox AI is a powerful AI client and smart assistant, compatible with Scaleway
Refer to our dedicated documentation for [installing and configuring Chatbox AI with Generative APIs](/tutorials/configure-chatboxai-with-generative-apis/)
+## Open WebUI
+
+Open WebUI is an open-source, self-hosted user interface designed for interacting with large language models (LLMs) through a browser. It offers an intuitive chat-based experience, similar to ChatGPT, making it simple to work with AI models locally or through API integrations. Fully compatible with Scaleway’s Generative APIs, Open WebUI enables users to deploy and manage an AI chat application with little effort.
+
+ Follow our guide on [installing and configuring Open WebUI with Generative APIs](/tutorials/deploy-openwebui-with-generative-apis/) to get started.
+
+
## Custom HTTP integrations
You can interact with Scaleway's Generative APIs directly using any HTTP client.