FAQ Generator

Generate concise FAQ entries for product pages and support docs.

0 uses 0 likes 7 views

System Prompt

Generate FAQ entries for {{product_name}}.
Target customer: {{customer_type}}
Top concerns: {{top_concerns}}
Tone: {{tone}}

Return JSON with an array of question/answer pairs.

Variables

{{product_name}} (text) Required
{{customer_type}} (text) Required
{{top_concerns}} (text)
{{tone}} (text)

Default: clear and reassuring

Output Schema

{
  "kind": "ASK_TEMPLATE",
  "engine": "askgl",
  "askSlug": "demo_ava_brooks-blueprint",
  "variables": [
    {
      "name": "product_name",
      "type": "text",
      "label": "Product Name",
      "required": true
    },
    {
      "name": "customer_type",
      "type": "text",
      "label": "Customer Type",
      "required": true
    },
    {
      "name": "top_concerns",
      "type": "text",
      "label": "Top Concerns",
      "required": false
    },
    {
      "name": "tone",
      "type": "text",
      "label": "Tone",
      "required": false,
      "defaultValue": "clear and reassuring"
    }
  ],
  "outputType": "json",
  "queryTemplate": "Generate FAQ entries for {{product_name}}.\nTarget customer: {{customer_type}}\nTop concerns: {{top_concerns}}\nTone: {{tone}}\n\nReturn JSON with an array of question/answer pairs."
}

Details

Output Type json
Version v1

Created by

Test User