mirror of
https://github.com/hexastack/hexabot
synced 2025-03-10 14:25:42 +00:00
.. | ||
content-types.md | ||
manage-persistent-menu.md | ||
media-library.md | ||
README.md |
Configure Content
Hexabot's built-in Content Management System (CMS) 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 Hexabot CMS:
- Create Content Types: Organize your information by creating content types relevant to your chatbot (e.g., "Products," "Services," "FAQs").
- 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.
- 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.