diff --git a/Readme.md b/Readme.md
index 7e19219c..e67b200f 100644
--- a/Readme.md
+++ b/Readme.md
@@ -12,6 +12,7 @@
- [Demo](#Demo)
- [Description](#Description)
- [Analysis](#Analysis)
+ - [Interfaces](#Interfaces)
- [Architecture](#Architecture)
- [Setup](#Setup)
- [Install](#1-Install)
@@ -57,7 +58,11 @@
- The results do not have any words used in the query
- *Based on the top result it seems the re-ranking model understands that Emacs is an editor?*
- The results incrementally update as the query is entered
-- The results are re-ranked, for better accuracy, once user is idle
+- The results are re-ranked, for better accuracy, once user hits enter
+
+### Interfaces
+
+
## Architecture
@@ -75,13 +80,16 @@
```
### 3. Configure
+
1. Enable content types and point to files to search in the First Run Screen that pops up on app start*
2. Click configure* and wait. The app will load ML model, generates embeddings and exposes the search API
+ 
+
## Use
- **Khoj via Web**
- - Open
+ - Open via desktop interface or directly
- **Khoj via Emacs**
- [Install](https://github.com/debanjum/khoj/tree/master/src/interface/emacs#installation) [khoj.el](./src/interface/emacs/khoj.el)
- Run `M-x khoj `
diff --git a/docs/interfaces.png b/docs/interfaces.png
new file mode 100644
index 00000000..eb585ddd
Binary files /dev/null and b/docs/interfaces.png differ