Skip to content

Commit 1d3374b

Browse files
kgowruKapil Gowru
andauthored
Feat ask fern sidebar (#823)
Co-authored-by: Kapil Gowru <[email protected]>
1 parent e57b849 commit 1d3374b

File tree

9 files changed

+18
-2
lines changed

9 files changed

+18
-2
lines changed

fern/products/ask-fern/pages/features/analytics.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The Ask Fern tab of your Fern Dashboard displays queries and conversations per d
99
Drill down into individual conversations to see the exact user queries and Ask Fern responses, helping you understand how users interact with your documentation.
1010

1111
<Frame>
12-
<img src="../assets/analytics.png" alt="Query and conversation analytics on Fern Dashboard" />
12+
<img src="ask-fern-dashboard.png" alt="Query and conversation analytics on Fern Dashboard" />
1313
</Frame>
1414

1515
You can also export data to CSV format to identify trends and optimize your documentation strategy.
1.86 MB
Loading
2.3 MB
Loading

fern/products/ask-fern/pages/features/citations.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ subtitle: Point users to the exact source of the answer.
66
Fern's AI search includes citations that link directly to source documentation, showing users where information comes from and providing immediate context. By referencing specific documentation sections, citations verify answer sources while enabling users to easily explore topics in greater depth.
77

88
<Frame>
9-
<img src="../assets/citations.png" alt="An AI Search result with citations" />
9+
<img src="ask-fern-citation.png" alt="Ask Fern citations" />
1010
</Frame>
1111

1.64 MB
Loading
Binary file not shown.

fern/products/ask-fern/pages/getting-started/how-it-works.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ Key behaviors:
1414
- **Persistent navigation** – Side panel stays open as users browse different pages or click links provided by the AI responses
1515
- **Document-specific queries** – Users can ask questions about the current page through a dropdown option
1616
- **Mobile optimization** – Expands to full screen when users start typing on mobile devices
17+
- **Filtering** – Users will get responses that are only related to the product or version they are viewing, or the role they are administered.
18+
19+
<Frame>
20+
<img src="ask-fern-filters.png" alt="Ask Fern filtering" />
21+
</Frame>
1722

1823
The interface maintains your site's design language while providing a familiar chat experience that feels native to your documentation.
1924

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ description: Let your customers find answers in your documentation instantly.
55

66
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.
77

8+
<Frame>
9+
<video
10+
style={{ aspectRatio: '16 / 9', width: '100%' }}
11+
autoPlay
12+
muted
13+
loop
14+
>
15+
<source src="ask-fern-sidebar.mp4" type="video/mp4" />
16+
</video>
17+
</Frame>
18+
819
Ask Fern helps you:
920

1021
- **Reduce support burden** – Enable your users to quickly find answers in your documentation without contacting your support team.
1.03 KB
Loading

0 commit comments

Comments
 (0)