{
  "id": "07",
  "content": [
    {
      "type": "heading",
      "text": "TXT Verification and Third-Party Services"
    },
    {
      "type": "text",
      "html": "Many services ask you to add a TXT record to prove domain ownership. Search tools, email providers, analytics platforms, SaaS apps, and security services often use this pattern."
    },
    {
      "type": "text",
      "html": "Verification records can accumulate over time. Some are still needed, while others belong to retired services and can be removed after confirming they are no longer used."
    },
    {
      "type": "callout",
      "style": "info",
      "html": "<strong>Practice:</strong> Record who requested each TXT record and why. Future cleanup is much easier when verification records have owners and notes."
    }
  ],
  "quiz": {
    "questions": [
      {
        "id": "q1",
        "type": "single",
        "text": "Why do services request TXT records?",
        "options": [
          {
            "id": "a",
            "text": "To verify domain ownership or publish policy"
          },
          {
            "id": "b",
            "text": "To change the logo color"
          },
          {
            "id": "c",
            "text": "To replace the homepage"
          }
        ],
        "correct": [
          "a"
        ]
      },
      {
        "id": "q2",
        "type": "single",
        "text": "Why document TXT records?",
        "options": [
          {
            "id": "a",
            "text": "So future cleanup and ownership are clear"
          },
          {
            "id": "b",
            "text": "So no one can understand DNS"
          },
          {
            "id": "c",
            "text": "So email always breaks"
          }
        ],
        "correct": [
          "a"
        ]
      }
    ]
  }
}
