The help system controls which content is visible to each user based on their role. This applies to both the AI search results and the navigation.
Content visibility follows a hierarchy where higher roles see everything below them:
| User Role | Sees Content From | |---|---| | Guest (unauthenticated) | guests/ | | Member (authenticated) | guests/, members/ | | Administrator | guests/, members/, admin/, fieldhelp/ | | Developer | guests/, members/, admin/, dev/, fieldhelp/ |
The system checks the current user's Contensive account properties:
When help files are indexed for search, each chunk is tagged with a role based on its file path:
The fieldhelp folder contains markdown files that document database tables and their fields. Each file describes one table. This content is intended for administrators and developers who need to understand the data structures behind the site. Field help files are included in search results for administrators and developers but are not visible to members or guests.