I need a WordPress-compatible feature that lets visitors tick off the symptoms they are experiencing and instantly see every medical condition whose symptom list (which I will supply in CSV or JSON) matches their selection. Key details • Platform: WordPress—this must install cleanly as a plugin or a small theme module without breaking other plugins. • Symptom input: present all symptoms in an easy-to-scan checkbox list; users can check any combination before submitting. • Matching logic: compare the user’s chosen symptoms to the stored symptom sets for each condition and return every condition that contains all of the selected symptoms (partial-match threshold should be configurable). • Results display: show the condition names clearly; allow space beneath each name for a short description I can edit later. • Data management: symptoms and conditions will come from my spreadsheet; make it simple for me to add, edit, or bulk-upload new entries from the WordPress dashboard. • Performance & UX: no page reload if possible—AJAX or lightweight JavaScript preferred so the match list appears instantly. • Code standards: clean PHP, JavaScript, and WordPress hooks; no hard-coded paths; fully translatable text. Acceptance criteria 1. I can upload or paste the dataset and see it listed in the admin area. 2. The checkbox interface appears on any page via short-code or Gutenberg block. 3. Selecting symptoms and clicking “Find Conditions” returns accurate matches within one second on a typical shared host. 4. The tool functions on the current stable versions of WordPress, PHP 8+, Chrome, Safari, and mobile browsers. Deliver the finished plugin/module, installation instructions, and brief documentation explaining where to update symptom data and adjust the match threshold.