diff --git a/docs/index.md b/docs/index.md
index 5f838eb8..b2b7a503 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -24,40 +24,6 @@ We write your reusable computer vision tools. Whether you need to load your data
>
-## 🚀 Quickstart
-
-
-
-- __Detect and Annotate__
-
- ---
-
- Annotate predictions from a range of object detection and segmentation models
-
- [:octicons-arrow-right-24: Tutorial](how_to/detect_and_annotate.md)
-
-- __Track Objects__
-
- ---
-
- Discover how to enhance video analysis by implementing seamless object tracking
-
- [:octicons-arrow-right-24: Tutorial](how_to/track_objects.md)
-
-- > __Count Objects Crossing Line__
-
- ---
-
- Explore methods to accurately count and analyze objects crossing a predefined line
-
-- > __Filter Objects in Zone__
-
- ---
-
- Master the techniques to selectively filter and focus on objects within a specific zone
-
-
-
## 💻 Install
You can install `supervision` with pip in a
@@ -117,3 +83,38 @@ You can install `supervision` with pip in a
# desktop install
poetry install --extras "desktop"
```
+
+
+## 🚀 Quickstart
+
+
+
+- __Detect and Annotate__
+
+ ---
+
+ Annotate predictions from a range of object detection and segmentation models
+
+ [:octicons-arrow-right-24: Tutorial](how_to/detect_and_annotate.md)
+
+- __Track Objects__
+
+ ---
+
+ Discover how to enhance video analysis by implementing seamless object tracking
+
+ [:octicons-arrow-right-24: Tutorial](how_to/track_objects.md)
+
+- > __Count Objects Crossing Line__
+
+ ---
+
+ Explore methods to accurately count and analyze objects crossing a predefined line
+
+- > __Filter Objects in Zone__
+
+ ---
+
+ Master the techniques to selectively filter and focus on objects within a specific zone
+
+