Help content is organized into markdown files stored in the privateFiles/helpfiles folder on the server. Each addon collection can install its own help files, and administrators can upload additional articles manually.
Help files are organized into subfolders by audience role:
When a user searches, they only see results from content matching their role level. Administrators see guest, member, and administrator content. Developers see everything, including developer content and field help.
Help file names determine how articles appear in the left-side navigation:
Commas in filenames are automatically converted to periods during collection installation.
Administrators can upload help articles directly from the /help page:
The article is saved to the helpfiles folder under the selected collection name. Remember to click Re-index Help after uploading so the new article appears in AI search results.
To delete an article, navigate to it using the left-side navigation, then click the Delete button at the bottom of the page. The article is removed from the file system. Click Re-index Help afterward to remove it from the search index.
Each addon collection can include help files by adding a HelpFiles.zip resource to the collection XML. During installation, the zip is extracted to privateFiles/helpfiles/{collection-name}/. When a collection is updated, its help files are replaced with the new versions.
This means help content stays current with the software. When a feature is updated, its documentation is updated automatically as part of the collection install.
Help articles are written in Markdown. For the best search results:
For Markdown syntax help, see the Markdown Cheat Sheet.