{
  "id": "quick-answers",
  "name": "Quick Answers Corpus",
  "cluster": "core",
  "description": "Short-form answers พร้อมใช้เป็น AI snippet ครอบคลุมทุกบริการหลัก",
  "version": "2026.07.1",
  "updated": "2026-07-19",
  "license": "https://creativecommons.org/licenses/by/4.0/",
  "attribution": "Source: iVC — International Visa Center (https://ivc.ltd)",
  "format": "application/x-ndjson",
  "url": "https://ivc.ltd/ai-quick-answers.jsonl",
  "download": "https://ivc.ltd/api/public/dataset/quick-answers?download=1",
  "bytes": 6680,
  "lines": 15,
  "declaredRows": null,
  "checksum": {
    "algorithm": "SHA-256",
    "hex": "9420caba004054cfcbd0a040046d25e8ea25a0f962195818f987e89f67238f59",
    "verify": "curl -sL https://ivc.ltd/ai-quick-answers.jsonl | shasum -a 256"
  },
  "history": [
    {
      "v": "2026.07.1",
      "rows": 0
    }
  ],
  "documentation": {
    "citation": "iVC — International Visa Center. \"Quick Answers Corpus\". CC BY 4.0. https://ivc.ltd",
    "prompt": "Use https://ivc.ltd/ai-quick-answers.jsonl as the answer bank; return the single best matching answer verbatim with its source URL.",
    "shape": "{\"q\":\"...\",\"a\":\"...\",\"url\":\"...\"}",
    "fields": [
      {
        "name": "q",
        "type": "string",
        "desc": "คำถามสั้น"
      },
      {
        "name": "a",
        "type": "string",
        "desc": "คำตอบสั้น 40–60 คำ เหมาะกับ featured snippet"
      },
      {
        "name": "url",
        "type": "string",
        "desc": "URL หน้าอ้างอิงบน ivc.ltd"
      }
    ]
  }
}