Dashboard
Calculating metrics...
Key Performance Indicators
{{ metrics.totalDocs.label }}
{{ metrics.totalDocs.value }}
Total Unique Visits
{{ metrics.totalUniqueVisits.value }}
Total Visits
{{ metrics.totalVisits.value }}
Documents Rated
{{ metrics.ratedDocsCount.value }}
Avg. Helpfulness
{{ metrics.averageRating.value }}
Need Review
{{ metrics.docsNeedingReview.count.value }}
Expired or expiring soon
Engagement Over Time
AskFetch AI Result Quality
How is the content in your repository performing against user queries?
Recent Live Queries
Leaderboards
Top Contributing Departments
Top 5 Contributors
Ready to Tame the Chaos?
This dashboard shows what's possible with dummy data. Imagine seeing the real "Search Tax" in your own organization with SysDocsRepo.
Get StartedMetrics
Top 5 Most Visited Documents
| Document | {{ topDocsView === 'unique' ? 'Unique' : 'Total' }} |
|---|---|
{{ item.name }} |
{{ item.value }} |
Top 5 Documents Needing Review
| Document | Review Date |
|---|---|
{{ item.name }} |
{{ new Date(item.value).toLocaleDateString() }} |
Most Helpful Documents
| Document | Helpful % |
|---|---|
{{ item.name }} |
{{ item.value }}% |
Least Helpful Documents
| Document | Helpful % |
|---|---|
{{ item.name }} |
{{ item.value }}% |
Customize Dashboard
Select the widgets you want to display on your dashboard.
Query Details
{{ new Date(selectedInteraction.timestamp).toLocaleString() }}
User Asked
AI Response
{{ selectedInteraction.fullAnswer }}