Skip to content

Commit 110d013

Browse files
committed
update site search functionality
1 parent 0b5b2ea commit 110d013

File tree

1 file changed

+23
-8
lines changed

1 file changed

+23
-8
lines changed

guides/assistant.mdx

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,34 @@ You can view assistant usage through your dashboard to understand user behavior
3030

3131
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.
3232

33-
### Enable or disable the assistant
33+
### Assistant status
3434

3535
Toggle the assistant status to enable or disable the assistant for your documentation site.
3636

37-
### Response handling
37+
### Assistant deflection
3838

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.
4040

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.
4661

4762
### Spend limit
4863

0 commit comments

Comments
 (0)