{{ __('See what your AI is answering, where it gets stuck, and which sources are doing the work.') }}
{{ __('No knowledge base content yet') }}
{{ __('Add documents, websites, or Q&A pairs to your knowledge base and your AI will start answering customer questions automatically. Come back here to see how it’s performing.') }}
{{ __('Add knowledge') }}{{ __('Deflection Rate') }}
{{ $this->stats['deflection_rate'] }}%
{{ $this->stats['answered'] }} {{ __('answered') }} / {{ $this->stats['total'] }} {{ __('total') }}
{{ __('Questions Answered') }}
{{ number_format($this->stats['total']) }}
{{ __('last') }} {{ $rangeDays }}d
{{ __('Avg Confidence') }}
{{ $this->stats['avg_confidence'] }}
{{ __('out of 100') }}
{{ __('Hours Saved') }}
{{ $this->stats['hours_saved'] }}
{{ __('vs human-answered') }}
{{ __('Total AI Cost') }}
${{ number_format($this->stats['total_cost'], 2) }}
${{ number_format($this->stats['avg_cost'], 4) }} / {{ __('answer') }}
{{ __('Most-Asked Questions') }}
{{ __('Topics customers keep asking about — clustered so similar phrasings count as one.') }}
{{ __('No answered questions in this window.') }}
{{ $cluster['representative'] }}
{{ __('Last asked') }} {{ \Carbon\Carbon::parse($cluster['last_asked'])->diffForHumans() }}
{{ __('Top Gap Clusters') }}
{{ __('Recurring questions the agent could not answer — fix the biggest one first.') }}
{{ __('No recurring gaps — your KB covers what customers ask.') }}
{{ $cluster['representative'] }}
{{ __('Last asked') }} {{ \Carbon\Carbon::parse($cluster['last_asked'])->diffForHumans() }}
{{ __('Knowledge Gaps') }}
{{ __('Customer questions your AI could not answer. Each one is a candidate Q&A to add.') }}
{{ $this->stats['total'] > 0 ? __('No gaps in this window — your AI answered every question with confidence.') : __('No questions logged yet in this window.') }}
{{ $gap->question }}
{{ __('Top Sources') }}
{{ __('Most-cited knowledge base documents.') }}
{{ __('No citations yet in this window.') }}
{{ $source['title'] }}
@endif{{ __('Recent Answers') }}
{{ __('A live tail of what your AI has been saying. Mark answers helpful or unhelpful to tune.') }}
{{ __('No replies in this window yet.') }}
{{ $log->question }}
{{ $log->answer }}