> ## 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.

# Q&A

> Add manual question and answer pairs to your knowledge base

Q\&A entries (formerly Text Snippets) let you manually add specific knowledge that isn't easily captured by website crawling. They are perfect for FAQs, specific policy details, or handling common customer queries with precise answers.

<Frame>
  <img className="block dark:hidden" src="https://mintcdn.com/bubblav-e553cf80/nhelQxnCmiOq_LRR/images/add-text.png?fit=max&auto=format&n=nhelQxnCmiOq_LRR&q=85&s=7ddea90c668434b015a5f1d061c67f35" alt="Add Q&A" width="770" height="601" data-path="images/add-text.png" />

  <img className="hidden dark:block" src="https://mintcdn.com/bubblav-e553cf80/nhelQxnCmiOq_LRR/images/add-text-dark.png?fit=max&auto=format&n=nhelQxnCmiOq_LRR&q=85&s=814de47ca68078969bd53b37ffd4bf72" alt="Add Q&A" width="767" height="593" data-path="images/add-text-dark.png" />
</Frame>

## Why use Q\&A?

While crawling captures your website content, Q\&A pairs allow you to:

* **Be precise**: Control exactly how the AI answers common questions.
* **Fill gaps**: Add information that isn't yet documented on your site.
* **Priority**: Q\&A entries have high priority in the AI's retrieval process.

<CardGroup cols={2}>
  <Card title="Common FAQs" icon="circle-question">
    Store return policies, shipping times, or pricing.
  </Card>

  <Card title="Temporary Info" icon="bullhorn">
    Holiday hours, temporary closures, or seasonal sales.
  </Card>

  <Card title="Internal Knowledge" icon="lightbulb">
    Information known to support staff but not on the public site.
  </Card>

  <Card title="Acronyms & Jargon" icon="bolt">
    Define industry-specific terms for your customers.
  </Card>
</CardGroup>

## Adding a Q\&A Entry

<Steps>
  <Step title="Navigate to Q&A">
    Go to **Dashboard** → **Knowledge** → **Q\&A**
  </Step>

  <Step title="Add Q&A">
    Click **Add Q\&A**
  </Step>

  <Step title="Enter Question">
    Enter the question in the **Question** field (e.g., "What is your refund policy?").
  </Step>

  <Step title="Enter Answer">
    Write the response in the **Answer** field. Markdown formatting is fully supported.
  </Step>

  <Step title="Save">
    Click **Save**. The entry is immediately available for the AI to use.
  </Step>
</Steps>

## Markdown Support

The Answer field supports full Markdown, allowing you to format lists, bold text, and even links:

```markdown theme={null}
# Return Policy

We offer **full refunds** within 30 days of purchase.

## Requirements
- Original receipt or order number
- Item in original condition

[Learn more about returns](/returns)
```

## Managing Entries

* **Search**: Use the search bar in the Q\&A tab to find specific entries.
* **Edit**: Click on any entry to modify its question or answer.
* **Delete**: Use the trash icon to remove an entry if it's no longer relevant.

***

## Best Practices

<AccordionGroup>
  <Accordion title="One topic per entry">
    Keep entries focused. Instead of one large "Policies" entry, create separate entries for "Returns", "Shipping", and "Privacy".
  </Accordion>

  <Accordion title="Natural language questions">
    Phrase questions exactly like a customer would. Instead of "Return Policy", use "How do I return an item?".
  </Accordion>

  <Accordion title="Update regularly">
    Q\&A entries act as "hard-coded" knowledge. Ensure you update them if your policies or products change.
  </Accordion>
</AccordionGroup>

***

## Next Steps

<CardGroup cols={2}>
  <Card title="Content Gaps" icon="sliders" href="/user-guide/knowledge/content-gaps">
    See what questions customers are asking that you haven't answered yet.
  </Card>

  <Card title="Website Crawling" icon="globe" href="/user-guide/knowledge/website-crawling">
    Auto-crawl your website content.
  </Card>
</CardGroup>
