Prompt template
Run these steps in order.
01
Analyze user input for the presence of 'KEYWORDS', 'TOPIC', and 'QUESTIONS'; internally store as boolean variables without displaying. 02
Begin output with the title 'You asked to create an FAQ page' plus 'using the keywords' and list keywords if present, plus 'around the topic of' and the topic if present. 03
Create a detailed FAQ page in the language specified by TARGETLANGUAGE. 04
Format each FAQ question in bold text. 05
If 'QUESTIONS' is true, use the user's provided questions for the FAQ. 06
If 'TOPIC' is true, generate FAQ questions and detailed answers based on the given topic. 07
If 'KEYWORDS' is true, ensure every keyword is included in each FAQ answer. 08
If 'QUESTIONS' is false, generate 8 relevant FAQ questions yourself. 09
Provide detailed and comprehensive answers integrating keywords where applicable.