Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions fern/products/dashboard/pages/changelog/2026-08-26.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Ask Fern conversation filters and origin pages

<ChangelogTags>ai</ChangelogTags>

The **Ask Fern** tab in the [Dashboard](https://dashboard.buildwithfern.com/) now shows whether each conversation was resolved, plus the page the question was asked from. Filter by **All**, **Resolved**, or **Unresolved** to find documentation gaps; the CSV export matches the filtered table and includes both new columns.

<Frame>
<img src="assets/ask-fern-resolution.png" alt="Ask Fern conversations table with resolution and origin page columns" />
</Frame>

<Button intent="none" outlined rightIcon="arrow-right" href="/learn/docs/ai-features/ask-fern/overview#features">Read the docs</Button>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion fern/products/dashboard/pages/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Monitor and analyze how developers interact with your documentation:
icon="regular messages"
href="/learn/docs/ai-features/ask-fern/overview"
>
Review AI chat conversation history.
Review AI chat conversation history and resolution.
<p className="text-(color:--grayscale-a11) font-bold mt-2 flex items-center gap-1">
Learn more

Expand Down
2 changes: 1 addition & 1 deletion fern/products/docs/pages/ask-fern/what-is-ask-fern.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Ask Fern comes with built-in tools to help you understand how users interact wit

<AccordionGroup>
<Accordion title="Analytics">
View conversations per day in the [Fern Dashboard](http://dashboard.buildwithfern.com), drill down into individual conversations, and export to CSV.
View conversations per day in the [Fern Dashboard](http://dashboard.buildwithfern.com), drill down into individual conversations, and export to CSV. Each conversation shows its own resolution verdict (**Resolved**, **Unresolved**, or **Pending** until it's scored) and the page the question was asked from, such as `/plants/watering`; filter by **All**, **Resolved**, or **Unresolved** to find documentation gaps, and the CSV export matches the filter.

The Dashboard also reports a **resolution rate** over the last week, month, or year — the percentage of conversations where Ask Fern returned a cited response. Conversations where the assistant can't find relevant information count as unresolved.
</Accordion>
Expand Down
Loading