diff --git a/README.md b/README.md
index e3cf81d..c34eff6 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
+
+
# kotaemon
An open-source clean & customizable RAG UI for chatting with your documents. Built with both end users and
@@ -5,12 +7,14 @@ developers in mind.

-[Live Demo](https://huggingface.co/spaces/cin-model/kotaemon-demo) |
-[Source Code](https://github.com/Cinnamon/kotaemon)
+

+[Live Demo](https://huggingface.co/spaces/cin-model/kotaemon-demo) |
+[Online Install](https://cinnamon.github.io/kotaemon/online_install/) |
[User Guide](https://cinnamon.github.io/kotaemon/) |
[Developer Guide](https://cinnamon.github.io/kotaemon/development/) |
-[Feedback](https://github.com/Cinnamon/kotaemon/issues)
+[Feedback](https://github.com/Cinnamon/kotaemon/issues) |
+[Contact](mailto:kotaemon.support@cinnamon.is)
[](https://www.python.org/downloads/release/python-31013/)
[](https://github.com/psf/black)
@@ -20,22 +24,13 @@ developers in mind.

-

+
## Introduction
This project serves as a functional RAG UI for both end users who want to do QA on their
documents and developers who want to build their own RAG pipeline.
-
-- For end users:
- - A clean & minimalistic UI for RAG-based QA.
- - Supports LLM API providers (OpenAI, AzureOpenAI, Cohere, etc) and local LLMs
- (via `ollama` and `llama-cpp-python`).
- - Easy installation scripts.
-- For developers:
- - A framework for building your own RAG-based document QA pipeline.
- - Customize and see your RAG pipeline in action with the provided UI (built with