> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bubblav.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Insights

> Identify content gaps and review what your chatbot can confidently answer

The **Insights** tab in Knowledge provides two tools to understand and improve your chatbot's coverage: Content Gaps and Answerable Questions.

<Frame>
  <img className="block dark:hidden" src="https://mintcdn.com/bubblav-e553cf80/nhelQxnCmiOq_LRR/images/knowledge-base.png?fit=max&auto=format&n=nhelQxnCmiOq_LRR&q=85&s=2cd5b14fc8a00d2e6d9f458acee32ca7" alt="Insights Overview" width="1067" height="383" data-path="images/knowledge-base.png" />

  <img className="hidden dark:block" src="https://mintcdn.com/bubblav-e553cf80/nhelQxnCmiOq_LRR/images/knowledge-base-dark.png?fit=max&auto=format&n=nhelQxnCmiOq_LRR&q=85&s=b44059eb3c45b15e108d600c6eb00155" alt="Insights Overview" width="1055" height="378" data-path="images/knowledge-base-dark.png" />
</Frame>

***

## Content Gaps

Content Gaps automatically analyzes customer conversations to find questions that your AI couldn't answer confidently or that received poor feedback from users.

<Frame>
  <img className="block dark:hidden" src="https://mintcdn.com/bubblav-e553cf80/nhelQxnCmiOq_LRR/images/knowledge-base.png?fit=max&auto=format&n=nhelQxnCmiOq_LRR&q=85&s=2cd5b14fc8a00d2e6d9f458acee32ca7" alt="Content Gaps Overview" width="1067" height="383" data-path="images/knowledge-base.png" />

  <img className="hidden dark:block" src="https://mintcdn.com/bubblav-e553cf80/nhelQxnCmiOq_LRR/images/knowledge-base-dark.png?fit=max&auto=format&n=nhelQxnCmiOq_LRR&q=85&s=b44059eb3c45b15e108d600c6eb00155" alt="Content Gaps Overview" width="1055" height="378" data-path="images/knowledge-base-dark.png" />
</Frame>

## What is a Content Gap?

A content gap occurs when a customer asks something relevant to your business, but the AI doesn't have the necessary information in its knowledge base to provide a confident answer.

BubblaV identifies these gaps by monitoring:

* **Low Confidence Answers**: When the AI's search doesn't find a strong match.
* **Negative Feedback**: When a user clicks "Thumbs Down" on a response.
* **Unanswered Queries**: When the AI explicitly states it doesn't know the answer.

<Note>
  Content Gaps analysis is a **Pro** and **Turbo** plan feature.
</Note>

## Finding Your Content Gaps

You can view content gaps in two places:

1. **Dashboard Widget**: A quick overview of the top unanswered questions appears on your main website dashboard.
2. **Insights Tab**: Go to **Knowledge** → **Insights** → **Content Gaps** for a full, searchable list of missing information.

## Fixing Gaps with Q\&A

The most effective way to close a content gap is to add a specific Q\&A pair.

<Steps>
  <Step title="Review the Question">
    Look at the unanswered questions list. They are sorted by frequency, so you can focus on the most common issues.
  </Step>

  <Step title="Add Q&A">
    Click the **Add Q\&A** button next to any unanswered question. This opens a pre-filled dialog with the question already entered.
  </Step>

  <Step title="Provide the Answer">
    Write a clear, accurate response.
  </Step>

  <Step title="Save">
    Once saved, the question is moved into your **Q\&A** library and the gap is closed.
  </Step>
</Steps>

## Why it matters

Identifying content gaps allows you to:

* **Improve Accuracy**: Every Q\&A pair you add makes your bot smarter.
* **Understand Customers**: See exactly what your users are looking for but not finding.
* **Prioritize Documentation**: Use frequency data to decide what to document on your actual website.

***

## Answerable Questions

The **Answerable Questions** sub-tab (under **Knowledge** → **Insights**) shows AI-generated questions that your chatbot can confidently answer based on its current knowledge base. This helps you:

* **Verify coverage**: Confirm your bot handles the topics you expect
* **Identify gaps**: If an expected question is missing, you may need to add more content
* **Demo readiness**: Use the list to demonstrate what your bot can handle

***

## Next Steps

<CardGroup cols={2}>
  <Card title="Q&A" icon="type" href="/user-guide/knowledge/q-a">
    Manage your manually added questions and answers.
  </Card>

  <Card title="Human Handoff" icon="hand" href="/user-guide/human-handoff">
    Route specific questions to human agents.
  </Card>
</CardGroup>
