help_content ============ .. py:module:: help_content .. autoapi-nested-parse:: Structured help entries for the webapp Help tab. The Help tab is a lightweight learning surface. Keep entries short and focused so the UI remains scannable and each answer can render without truncation. Functions --------- .. autoapisummary:: help_content.get_help_entries Module Contents --------------- .. py:function:: get_help_entries() Return ordered Help tab Q&A entries. :returns: List of dictionaries with ``question`` and ``answer`` keys.