Prompt template
Run these steps in order.
01
Analyze user input to detect if it contains the words 'KEYWORDS', 'TOPIC', and 'QUESTIONS'. Store these as boolean variables internally without displaying. 02
Start the output with the title 'You asked to create an FAQ page'. If KEYWORDS is true, append 'using the keywords' followed by the list of keywords. If TOPIC is true, append 'around the topic of' followed by the topic. 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 provided list of questions to create the FAQ. 06
If TOPIC is true, generate FAQ questions and answers based on the given topic. 07
If KEYWORDS is true, ensure every keyword is incorporated into each FAQ answer. 08
If QUESTIONS is false, generate 8 relevant questions yourself. 09
Provide detailed and comprehensive answers with keyword integration where applicable.