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
+23-8Lines changed: 23 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,19 +30,34 @@ You can view assistant usage through your dashboard to understand user behavior
30
30
31
31
The assistant is enabled by default for Pro and Custom plans. You can manage the assistant from your [dashboard](https://dashboard.mintlify.com/products/assistant/settings), including enabling or disabling it, configuring response handling, and setting a spend limit.
32
32
33
-
### Enable or disable the assistant
33
+
### Assistant status
34
34
35
35
Toggle the assistant status to enable or disable the assistant for your documentation site.
36
36
37
-
### Response handling
37
+
### Assistant deflection
38
38
39
-
Configure how the assistant responds when it cannot find answers in your documentation. You can redirect unanswered questions to your support team and enable the assistant to search external websites.
39
+
Enable the assistant to redirect unanswered questions to your support team. Provide an email address that the assistant will provide to users who ask questions that it cannot answer.
40
40
41
-
-**Assistant Deflection**: When enabled, the assistant directs users to your support team for questions that it cannot answer.
42
-
-**Search Sites**: The assistant can search specified external sites for additional context when answering questions.
43
-
<Note>
44
-
Site search is in beta. To enable it for your documentation site, [contact our sales team](mailto:[email protected]).
45
-
</Note>
41
+
### Search sites
42
+
43
+
<Note>
44
+
Site search is in beta. To enable it for your documentation site, [contact our sales team](mailto:[email protected]).
45
+
</Note>
46
+
47
+
Configure sites that the assistant can search for additional context when answering questions.
48
+
49
+
- Sites must be publicly available.
50
+
- Sites that require JavaScript to load are not supported.
51
+
52
+
You can use Exa's [filtering syntax](https://docs.exa.ai/changelog/domain-path-filter) when you configure external sites.
53
+
54
+
-**Domain-level filtering**
55
+
-`example.com`: Search the entire domain
56
+
-`docs.example.com`: Search only the docs subdomain
57
+
-**Path-level filtering**
58
+
-`docs.example.com/api/*`: Only search API documentation sections
59
+
-**Multiple patterns**
60
+
- You can add multiple entries to target different sections across sites for more granular control over what external content the assistant can reference.
0 commit comments