diff --git a/README.md b/README.md
index 462fb4c61..92479b2ff 100644
--- a/README.md
+++ b/README.md
@@ -32,8 +32,10 @@ Deterministic LLMs Outputs for AI Engineers using graphs, LLMs and vector retrie

-Try it in a Google collab notebook or have a look at our documentation
+Try it in a Google collab notebook or have a look at our documentation
+
+https://colab.research.google.com/drive/184Kpe9XGjrt8nVss0WDiPsPRrPk5lZ6o?usp=sharing
If you have questions, join our Discord community
@@ -72,6 +74,12 @@ import cognee
cognee.config.llm_api_key = "YOUR_OPENAI_API_KEY"
```
+To run the UI, run:
+```
+docker-compose up cognee
+```
+Then navigate to localhost:3000/wizard
+
You can also use Ollama or Anyscale as your LLM provider. For more info on local models check our [docs](https://topoteretes.github.io/cognee)
### Run