> For the complete documentation index, see [llms.txt](https://www.parapathology.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.parapathology.com/medical-school-lectures.md).

# Medical School Lectures

- [Medical School Lectures](https://www.parapathology.com/medical-school-lectures/medical-school-lectures.md)
- [About Pathology Lectures](https://www.parapathology.com/medical-school-lectures/medical-school-lectures/about-pathology-lectures.md)
- [General Pathology](https://www.parapathology.com/medical-school-lectures/general-pathology.md)
- [General Pathology Links](https://www.parapathology.com/medical-school-lectures/general-pathology/general-pathology-links.md)
- [Introduction to Pathology](https://www.parapathology.com/medical-school-lectures/general-pathology/introduction-to-pathology.md)
- [Cellular Pathology](https://www.parapathology.com/medical-school-lectures/general-pathology/cellular-pathology.md)
- [Chronic Inflammation](https://www.parapathology.com/medical-school-lectures/general-pathology/chronic-inflammation.md)
- [Wound Healing](https://www.parapathology.com/medical-school-lectures/general-pathology/wound-healing.md)
- [The Mechanisms of Cell Death, Apoptosis, and Autophagy](https://www.parapathology.com/medical-school-lectures/general-pathology/the-mechanisms-of-cell-death-apoptosis-and-autophagy.md)
- [Intracellular Accumulations and Cellular Aging](https://www.parapathology.com/medical-school-lectures/general-pathology/intracellular-accumulations-and-cellular-aging.md)
- [Pathology of Infectious Diseases](https://www.parapathology.com/medical-school-lectures/general-pathology/pathology-of-infectious-diseases.md)
- [Amyloidosis](https://www.parapathology.com/medical-school-lectures/general-pathology/amyloidosis.md)
- [Laboratory Lectures](https://www.parapathology.com/medical-school-lectures/laboratory-lectures.md)
- [Lab: Pathology of Heart and Vascular Diseases](https://www.parapathology.com/medical-school-lectures/laboratory-lectures/lab-pathology-of-heart-and-vascular-diseases.md)
- [Lab: Glomerular Diseases](https://www.parapathology.com/medical-school-lectures/laboratory-lectures/lab-glomerular-diseases.md)
- [Lab: Pathology of Breast](https://www.parapathology.com/medical-school-lectures/laboratory-lectures/lab-pathology-of-breast.md)
- [Lab: Pathology of Endocrine System-1](https://www.parapathology.com/medical-school-lectures/laboratory-lectures/lab-pathology-of-endocrine-system-1.md)
- [Lab: Pathology of Endocrine System-2](https://www.parapathology.com/medical-school-lectures/laboratory-lectures/lab-pathology-of-endocrine-system-2.md)
- [Lab: Pathology of Gastrointestinal Tract-2](https://www.parapathology.com/medical-school-lectures/laboratory-lectures/lab-pathology-of-gastrointestinal-tract-2.md)
- [Lab: Basic Tumor Pathology-1](https://www.parapathology.com/medical-school-lectures/laboratory-lectures/lab-basic-tumor-pathology-1.md)
- [Lab: Basic Tumor Pathology-2](https://www.parapathology.com/medical-school-lectures/laboratory-lectures/lab-basic-tumor-pathology-2.md)
- [Lab: Diseases and Tumors of Respiratory System-1](https://www.parapathology.com/medical-school-lectures/laboratory-lectures/lab-diseases-and-tumors-of-respiratory-system-1.md)
- [Lab: Gynecologic pathologies](https://www.parapathology.com/medical-school-lectures/laboratory-lectures/lab-gynecologic-pathologies.md)
- [Lab: Diseases and Tumors of Respiratory System-2](https://www.parapathology.com/medical-school-lectures/laboratory-lectures/lab-diseases-and-tumors-of-respiratory-system-2.md)
- [Lab: Infectious agents in tissues](https://www.parapathology.com/medical-school-lectures/laboratory-lectures/lab-infectious-agents-in-tissues.md)
- [Lab: Pathology of Gastrointestinal Tract-1](https://www.parapathology.com/medical-school-lectures/laboratory-lectures/lab-pathology-of-gastrointestinal-tract-1.md)
- [Lab Acute and Chronic Inflammation](https://www.parapathology.com/medical-school-lectures/laboratory-lectures/lab-acute-and-chronic-inflammation.md)
- [Lab Cellular Injury](https://www.parapathology.com/medical-school-lectures/laboratory-lectures/lab-cellular-injury.md)
- [Lab Hemodynamic Disorders](https://www.parapathology.com/medical-school-lectures/laboratory-lectures/lab-hemodynamic-disorders.md)
- [Lab: Pathology of CNS](https://www.parapathology.com/medical-school-lectures/laboratory-lectures/lab-pathology-of-cns.md)
- [Public Health](https://www.parapathology.com/medical-school-lectures/public-health.md)
- [Infectious Diseases](https://www.parapathology.com/medical-school-lectures/infectious-diseases.md)
- [Vaccination](https://www.parapathology.com/medical-school-lectures/infectious-diseases/vaccination.md)
- [Fungal Diseases](https://www.parapathology.com/medical-school-lectures/infectious-diseases/fungal-diseases.md)
- [Parasitic Diseases](https://www.parapathology.com/medical-school-lectures/infectious-diseases/parasitic-diseases.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://www.parapathology.com/medical-school-lectures.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
