Skip to content

Commit 47f7252

Browse files
authored
Add page on Analytics, update card descriptions (Ask Fern) (#750)
1 parent 20844b5 commit 47f7252

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ navigation:
1717
path: ./pages/features/documents.mdx
1818
- section: Features
1919
contents:
20+
- page: Analytics
21+
path: ./pages/features/analytics.mdx
2022
- page: Citations
2123
path: ./pages/features/citations.mdx
2224
- page: Insights
545 KB
Loading
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Analytics
3+
description: View usage metrics and conversation details from Ask Fern queries on your
4+
documentation site.
5+
---
6+
7+
The Ask Fern tab of your Fern Dashboard displays queries and conversations per day on your documentation site. You can view data by week, month, year, or all-time periods.
8+
9+
Drill down into individual conversations to see the exact user queries and Ask Fern responses, helping you understand how users interact with your documentation.
10+
11+
<Frame>
12+
<img src="../assets/analytics.png" alt="Query and conversation analytics on Fern Dashboard" />
13+
</Frame>
14+
15+
You can also export data to CSV format to identify trends and optimize your documentation strategy.

fern/products/ask-fern/pages/getting-started/what-is-ask-fern.mdx

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Ask Fern helps you:
2929
icon="regular book-open"
3030
href="/learn/ask-fern/configuration/custom-prompts"
3131
>
32-
Tailor Ask Fern behavior to your users' needs.
32+
Write custom prompts to improve accuracy and tailor responses for your users.
3333
</Card>
3434

3535
</CardGroup>
@@ -38,6 +38,14 @@ Ask Fern helps you:
3838

3939
<CardGroup cols={2}>
4040

41+
<Card
42+
title="Analytics"
43+
icon="regular fa-chart-simple"
44+
href="/learn/ask-fern/features/analytics"
45+
>
46+
View Ask Fern usage metrics and full conversation details on your Fern Dashboard.
47+
</Card>
48+
4149
<Card
4250
title="Citations"
4351
icon="fa-solid fa-quote-right"
@@ -51,15 +59,15 @@ Ask Fern helps you:
5159
icon="regular fa-question-circle"
5260
href="/learn/ask-fern/configuration/guidance"
5361
>
54-
Add custom FAQs to Ask Fern.
62+
Use guidance documents to override Ask Fern's responses to sensitive topics.
5563
</Card>
5664

5765
<Card
5866
title="Documents"
5967
icon="regular file-alt"
6068
href="/learn/ask-fern/configuration/documents"
6169
>
62-
Add custom documents to Ask Fern.
70+
Add custom data sources to broaden Ask Fern's capabilities.
6371
</Card>
6472

6573
<Card

0 commit comments

Comments
 (0)