diff --git a/guides/assistant.mdx b/guides/assistant.mdx
index 2670db109..bf2bc7b4f 100644
--- a/guides/assistant.mdx
+++ b/guides/assistant.mdx
@@ -44,9 +44,9 @@ You can also set usage alerts to receive an email when you reach a certain perce
## Using the assistant
-Users can access the assistant in two ways:
+Users can access the assistant in three ways:
-- **Keyboard shortcut**: Command + I (Ctrl + I on Windows)
+- **Keyboard shortcuts**: ? or Command + I (Ctrl + I on Windows)
- **Assistant button** next to the search bar
+- **URLs** with `?aiassistant=open` appended will open the assistant when the page loads. For example, [https://mintlify.com/docs?aiassistant=open](https://mintlify.com/docs?aiassistant=open).
Both methods open a chat panel on the right side of your docs. Users can ask any question and the assistant will search your documentation for an answer. If no relevant information is found, the assistant will respond that it cannot answer the question.