Use the local pathology API and textbook index for pathology questions, source lookup, and citation-backed answers.
Use the local CLI client:
pathology-client ask --question "What are the features of mucinous carcinoma of the prostate?"
To force the answer to rely on a specific pathology PDF or book:
pathology-client ask --question "What is the difference between DCIS and IDC?" --document-id "<document-id-from-pathology-client-library>"
For the formatted browser experience:
pathology-client ui --question "What are the features of mucinous carcinoma of the prostate?"
For evidence browsing:
pathology-client search --query "mucinous carcinoma prostate"
For library inspection:
pathology-client library
pathology-client sync-library
Use pathology-client library first to discover valid document_id values before applying a document filter.