{
  "collection": "Apex Instruments starter assistant, example questions",
  "version": "1.0",
  "published": "2026-10-01",
  "note": "Fictional sample data for a portfolio demonstration. Apex Instruments, Northlight Group, Meridian and Atlas Care do not exist. Nothing here describes a real company, product or service.",
  "intro": "Half of these are answered and half are refused, on purpose. A demonstration that only shows the questions a system handles well is an advertisement rather than a demonstration.",
  "examples": [
    { "id": "ex-cover", "q": "What does Atlas Care cover?", "expect": "answer", "factId": "atlas-care" },
    { "id": "ex-hours", "q": "What are your support hours?", "expect": "answer", "factId": "support-hours" },
    { "id": "ex-service", "q": "How do I start a service order?", "expect": "answer", "factId": "start-a-service-order" },
    { "id": "ex-box", "q": "What accessories are included with an instrument?", "expect": "answer", "factId": "whats-in-the-box" },
    { "id": "ex-po", "q": "Do you accept purchase orders?", "expect": "answer", "factId": "purchase-orders" },
    { "id": "ex-loaner", "q": "Is there a loaner while mine is being serviced?", "expect": "answer", "factId": "loaner" },

    { "id": "ex-price", "q": "How much is a Meridian Pro?", "expect": "refuse", "ruleId": "price" },
    { "id": "ex-turnaround", "q": "What is the turnaround on a calibration?", "expect": "refuse", "ruleId": "turnaround" },
    { "id": "ex-delivery", "q": "Will it arrive before the end of the month?", "expect": "refuse", "ruleId": "delivery-date" },
    { "id": "ex-discount", "q": "Is there a discount if we order ten?", "expect": "refuse", "ruleId": "discount" },
    { "id": "ex-unreleased", "q": "When is the new Meridian coming out?", "expect": "refuse", "ruleId": "unreleased" },
    { "id": "ex-partner", "q": "Does Northlight Group service these too?", "expect": "refuse", "ruleId": "partner" },
    { "id": "ex-nothing", "q": "Who is your chief executive?", "expect": "refuse", "ruleId": "not-covered" }
  ]
}
