mirror of
https://github.com/hexastack/hexabot
synced 2025-03-12 07:03:07 +00:00
12 lines
1023 B
Markdown
12 lines
1023 B
Markdown
|
# Knowledge Base
|
||
|
|
||
|
Hexabot's built-in Knowledge Base is where you store and manage all the information your chatbot uses to interact with users. Think of it as a centralized knowledge base that keeps all your chatbot's responses accurate, consistent, and up-to-date.
|
||
|
|
||
|
**Managing Content in the Knowledge Base:**
|
||
|
|
||
|
1. **Create Content Types:** Organize your information by creating content types relevant to your chatbot (e.g., "Products," "Services," "FAQs").
|
||
|
2. **Define Fields (Metadata):** For each content type, define the data fields you need. For a "Product" type, you might have "Name," "Description," "Price," "Image URL," etc.
|
||
|
3. **Populate Content Entries:** Create individual entries within each content type, filling in the data fields. You might have a separate entry for each product in your catalog, each service you offer, or each question in your FAQ section.
|
||
|
|
||
|
<figure><img src="../../.gitbook/assets/image (3).png" alt=""><figcaption><p>Define Content Types in the Knowledge Base</p></figcaption></figure>
|