Use getHelp from the desktop tag library to add a help option to the mobile channel’s content. For instance:
<%@ taglib uri="/tld/desktop.tld" prefix="dt" %> .... <do type="options" name="h" label="Help"> <go href="<dt:getHelp/>"/> </do>