Skip to content
Merged
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
4 changes: 3 additions & 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 @@ -65,7 +65,9 @@ Ask Fern comes with built-in tools to help you understand how users interact wit

<AccordionGroup>
<Accordion title="Analytics">
View queries and conversations per day in the [Fern Dashboard](http://dashboard.buildwithfern.com). Drill down into individual conversations and export data to CSV.
View conversations per day in the [Fern Dashboard](http://dashboard.buildwithfern.com), drill down into individual conversations, and export to CSV.

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>
<Accordion title="Deep linking">
You can open Ask Fern ([example](https://buildwithfern.com/learn/home?searchType=ai&query=custom+header)) or the search dialog ([example](https://buildwithfern.com/learn/home?query=custom+header)) directly from a URL using query parameters. This is useful for linking from a help chat widget, support portal, or onboarding flow.
Expand Down
Loading