diff --git a/docs/mini-apps/core-concepts/navigation.mdx b/docs/mini-apps/core-concepts/navigation.mdx
index 434f41cb..bbdef16f 100644
--- a/docs/mini-apps/core-concepts/navigation.mdx
+++ b/docs/mini-apps/core-concepts/navigation.mdx
@@ -257,7 +257,22 @@ Launch your mini app directly from external sources like websites, QR codes, or
```
-### Group Messages
+
+### Chat Deeplinks
+
+#### Direct Messages (Users or Agents)
+
+Start a private conversation with a specific user or agent.
+
+```typescript DeeplinkDM.tsx
+
+```
+
+
+#### Group Messages
Navigate users directly to a specific group chat conversation.
@@ -291,18 +306,6 @@ Use the `conversationID` as a button:
```
-### Direct Messages (Users or Agents)
-
-Start a private conversation with a specific user or agent.
-
-```typescript DeeplinkDM.tsx
-
-```
-
## Schema
### Group Message Parameters