From 758ebda5b157e9afec1d4235d1f211502a286f68 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Sat, 18 Oct 2025 19:51:49 +0000 Subject: [PATCH 1/4] docs: add ai-search configuration to docs.yml reference and update Ask Fern getting started Co-Authored-By: ryanstep@buildwithfern.com --- .../getting-started/what-is-ask-fern.mdx | 2 +- .../pages/customization/what-is-docs-yml.mdx | 27 +++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/fern/products/ask-fern/pages/getting-started/what-is-ask-fern.mdx b/fern/products/ask-fern/pages/getting-started/what-is-ask-fern.mdx index d236e392e..fa2cd0c00 100644 --- a/fern/products/ask-fern/pages/getting-started/what-is-ask-fern.mdx +++ b/fern/products/ask-fern/pages/getting-started/what-is-ask-fern.mdx @@ -5,7 +5,7 @@ description: Let your customers find answers in your documentation instantly. Ask Fern is Fern's AI Search feature that indexes your documentation and provides an interface for your end users to ask questions and get answers. It appears as a side panel on your documentation site so users can ask questions without leaving the page. -You can turn Ask Fern on or off via the [Fern Dashboard](https://dashboard.buildwithfern.com/). +You can configure Ask Fern via the [Fern Dashboard](https://dashboard.buildwithfern.com/) or directly in your [`docs.yml` file](/learn/docs/configuration/what-is-docs-yml#ai-search-configuration).