Content
Store structured content, media, and menu items that workflows can use.
This is the content layer for Hexabot. Use it to store structured records, upload reusable files, and manage persistent navigation that workflows can reference.
Open the section from Content in the admin panel.
What the content base is for
Use the content when business content changes more often than workflow logic.
Common examples include:
FAQs and help articles;
product catalogs and service lists;
locations, plans, policies, and menu items.
Instead of hard-coding this data in workflow steps, store it once and let workflows retrieve it when needed.
How it fits together
The knowledge base has four main parts:
Content Types define the schema for a category of records.
Contents Entries store the actual entries for each content type.
Media Library stores files uploaded from content fields.
Persistent Menu controls always-available menu options for end-users.
In most setups, you create a content type first, then add entries that match its fields.
Typical workflow
Create a content type such as
FAQ,Product, orLocation.Add the fields that authors need to fill in.
Create entries under that content type.
Upload or reuse files through File fields when needed.
Reference that content from workflow actions.
How workflows use content
Workflows can use content in several ways:
list or carousel actions can send active entries as structured results;
retrieval steps can search indexed content for relevant answers;
file fields can provide images or attachments used in messages;
persistent menus can give users quick access to common actions.
Best practices
Model content around business objects, not around one workflow.
Keep field names stable after workflows start using them.
Use active and inactive states to control availability without deleting records.
Store reusable assets in content fields instead of duplicating links.
Last updated
Was this helpful?