If you need a simple "question-answer" list, you usually create your own table in the DB when installing the module - in the InstallDB method, write SQL CRE ATE TABLE, and when deleting - DR OP TABLE. In the component, through $DB->Query(), sel ect data fr om this table. An info block is also possible, but for a simple FAQ, you usually create your own table. Need a code example?