From 519a05aa3833ce9c5e5eb4db9ec6e6db96ad63ac Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 04:38:00 +0000 Subject: [PATCH] Add CAPTCHA protection section to assistant docs Generated-By: mintlify-agent --- ai/assistant.mdx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ai/assistant.mdx b/ai/assistant.mdx index 27ec978a2..9ae685d9c 100644 --- a/ai/assistant.mdx +++ b/ai/assistant.mdx @@ -101,6 +101,18 @@ You can add up to three starter questions. Click **Ask AI** for recommended ques The search suggestions panel in the dashboard with contextual starter questions enabled. +### Enable CAPTCHA protection + +Protect the assistant from automated abuse by enabling CAPTCHA verification. When enabled, users must pass a CAPTCHA challenge before sending messages to the assistant. + +Toggle CAPTCHA protection in the assistant settings on the [Assistant](https://dashboard.mintlify.com/products/assistant) page of your dashboard. + +When CAPTCHA is enabled: + +- Users are prompted with a CAPTCHA challenge before their first assistant interaction. +- After passing the challenge, users receive a short-lived trust token so they are not challenged again on subsequent messages. +- Automated or bot-driven requests that cannot complete the challenge are blocked. + ## Customize assistant behavior Add a `.mintlify/Assistant.md` file at the root of your documentation project to give the assistant custom instructions that shape how it responds (`Assistant.md` is also an accepted filename). The assistant uses these instructions as system-level context for every response.