You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/assistant.mdx
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,9 @@ The assistant answers questions about your documentation through natural languag
15
15
The assistant uses agentic RAG (retrieval-augmented generation) with tool calling powered by Claude Sonnet 4. When users ask questions, the assistant:
16
16
17
17
***Searches and retrieves** relevant content from your documentation to provide accurate answers.
18
-
***Cites relevant sources** and provides navigable links to take users directly to relevant pages.
19
-
***Automatically populates API playground fields** with relevant parameters and values based on user queries.
18
+
***Cites sources** and provides navigable links to take users directly to referenced pages.
19
+
***Provides copyable code examples** to help users implement solutions from your documentation.
20
+
***Fills API playground fields** with relevant parameters when asked to. Note: the assistant does not have access to API keys, user data, or any information outside your documentation.
20
21
21
22
You can monitor assistant usage through your dashboard to understand user behavior and documentation effectiveness. Query data and interaction patterns can help identify:
0 commit comments