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

# Introduction

> Learn how knowledge stores and product data give your assistant the content it needs to answer accurately and recommend the right products.

<CardGroup cols={2}>
  <Card title="Knowledge stores" icon="book" href="/en/user-guide/knowledge/knowledge-stores">
    Create stores of business and product information and connect them to your assistants.
  </Card>

  <Card title="Sources" icon="layer-group" href="/en/user-guide/knowledge/sources/website">
    Add websites, documents, FAQs, text, and desired reactions to a store.
  </Card>

  <Card title="Product data" icon="box" href="/en/user-guide/knowledge/product-data">
    Connect product feeds so the assistant recommends from your live catalog.
  </Card>
</CardGroup>

## How knowledge powers accurate answers

Your assistant only answers well when it has the right content to draw from. Knowledge is how you give it that content. Instead of relying on a generic model, homie grounds every answer in the information you provide — your policies, product details, FAQs, and guidance — so responses stay accurate and on-brand.

When a shopper asks a question, the assistant searches your knowledge for the most relevant passages and uses them to compose a grounded reply. The more complete and well-organized your knowledge is, the fewer "I don't know" moments your customers hit.

## Knowledge stores vs. product data

homie separates the content your assistant uses into two distinct concepts:

* **Knowledge stores** hold general business and product information — shipping policies, return rules, sizing guides, FAQs, and brand guidance. You build a store from one or more [sources](/en/user-guide/knowledge/sources/website) and connect it to the assistants that should use it.
* **Product data** is your live catalog, connected through [product feeds](/en/user-guide/knowledge/product-data). This is the set of products the assistant recommends from, kept separate so catalog updates flow in without touching your general knowledge.

<Note>
  A knowledge store answers "How does this work?" questions. Product data answers "Which product should I buy?" questions. Most stores use both.
</Note>

## Next steps

<CardGroup cols={2}>
  <Card title="Add product questions" icon="circle-question" href="/en/user-guide/product-questions/overview">
    Surface auto-generated FAQ questions directly on your product pages.
  </Card>

  <Card title="Configure your assistant" icon="robot" href="/en/user-guide/assistants/overview">
    Connect knowledge to an assistant and shape how it responds.
  </Card>
</CardGroup>
