diff --git a/README.md b/README.md
index e89ef71f0..59ffda55f 100644
--- a/README.md
+++ b/README.md
@@ -63,6 +63,8 @@ To read more about the approach and details on cognitive architecture, see the b
Try it yourself on Whatsapp with one of our partners by typing `/save {content you want to save}` followed by `/query {knowledge you saved previously}`
+
+
## Getting started
In order to run cognee you need to have Docker installed on your machine.
@@ -80,27 +82,10 @@ In order to run Cognee with debugger attached you need to build the Cognee image
- `docker compose build cognee --no-cache --build-arg DEBUG=true`
- `docker compose up cognee`
-### Visual Studio Code debugger
-Add the following configuration to VSCode `Run and Debug` configurations array:
-```json
- {
- "name": "Attach (remote debug)",
- "type": "python",
- "request": "attach",
- "port": 5678,
- "host": "127.0.0.1",
- "pathMappings": [{
- "localRoot": "${workspaceFolder}",
- "remoteRoot": "."
- }]
- }
-```
-
-It should look like this:
-
-
+## Demo
+[
](https://www.youtube.com/watch?v=yjParvJVgPI "Learn about cognee: 55")
## Current Focus
### Integration with keepi.ai and other apps