Skip to content

Commit 246568c

Browse files
committed
add new insights page
1 parent 0e85ed4 commit 246568c

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

fern/products/ask-fern/ask-fern.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ navigation:
1515
path: ./pages/features/citations.mdx
1616
- page: Custom FAQs
1717
path: ./pages/features/custom-faqs.mdx
18+
- page: Insights
19+
path: ./pages/features/insights.mdx
20+
- page: Evals
21+
path: ./pages/features/evals.mdx
1822
- api: API Reference
1923
api-name: fai
2024
icon: fa-regular fa-pro
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: Evals
3+
subtitle: Point users to the exact source of the answer.
4+
---
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Insights
3+
description: Fern identifies documentation gaps and improvement opportunities from your user queries.
4+
---
5+
6+
Fern analyzes Ask Fern query patterns to surface actionable recommendations for improving your documentation. After collecting sufficient query data over a month, Fern processes this through specialized models to identify documentation gaps, common themes, and areas where your docs could be enhanced.
7+
8+
The Fern processes your Ask Fern usage data in three steps:
9+
10+
1. Data Collection: All user queries and responses are logged as they occur
11+
1. Analysis: Fern's insights model analyzes query-response pairs to identify patterns and themes
12+
1. Recommendations: The system generates specific, actionable suggestions for documentation improvements
13+
14+
## Availability
15+
16+
Insights are currently provided as a monthly report delivered directly by the Fern team.

0 commit comments

Comments
 (0)