Skip to content

Commit a61afd1

Browse files
committed
update cards, add analytics page
1 parent 8d7eec1 commit a61afd1

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-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
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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 Analytics tab of your Fern Dashboard displays Ask Fern 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. Track query volume and export data to identify trends and optimize your documentation strategy.
10+
11+
## Data export
12+
13+
Analytics data can be exported to CSV format for further analysis and reporting.

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 specific audience.
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)