> For the complete documentation index, see [llms.txt](https://docs.beoptimal.ca/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.beoptimal.ca/biomarker-panels.md).

# Biomarker Panels

- [Focused Longevity Panel](https://docs.beoptimal.ca/biomarker-panels/focused-longevity-panel.md): What is our focused longevity panel?
- [ApoB](https://docs.beoptimal.ca/biomarker-panels/focused-longevity-panel/apob.md): What is ApoB and why does it matter?
- [Lp(a)](https://docs.beoptimal.ca/biomarker-panels/focused-longevity-panel/lp-a.md): What is Lp(a)?
- [Standard Lipid Panel](https://docs.beoptimal.ca/biomarker-panels/focused-longevity-panel/standard-lipid-panel.md)
- [Fasting Glucose](https://docs.beoptimal.ca/biomarker-panels/focused-longevity-panel/fasting-glucose.md)
- [Hemoglobin A1c](https://docs.beoptimal.ca/biomarker-panels/focused-longevity-panel/hemoglobin-a1c.md): What is Hemoglobin A1c and why does it matter for my health?
- [Fasting insulin](https://docs.beoptimal.ca/biomarker-panels/focused-longevity-panel/fasting-insulin.md): What is fasting insulin and why does it matter?
- [Vitamin D](https://docs.beoptimal.ca/biomarker-panels/focused-longevity-panel/vitamin-d.md): What is Vitamin D and why does it matter?
- [Male Performance Panel](https://docs.beoptimal.ca/biomarker-panels/male-performance-panel.md): What is our male performance panel?
- [Total testosterone](https://docs.beoptimal.ca/biomarker-panels/male-performance-panel/total-testosterone.md): What is total testosterone and why might it matter for human performance?
- [Free Testosterone](https://docs.beoptimal.ca/biomarker-panels/male-performance-panel/free-testosterone.md): What is free testosterone and why does it matter for human performance?
- [Sex-Hormone Binding Globulin](https://docs.beoptimal.ca/biomarker-panels/male-performance-panel/sex-hormone-binding-globulin.md): What is SHBG and why does it matter for human performance?
- [Plasma Zinc](https://docs.beoptimal.ca/biomarker-panels/male-performance-panel/plasma-zinc.md): What is plasma zinc and why does it matter for human performance?
- [Serum Magnesium](https://docs.beoptimal.ca/biomarker-panels/male-performance-panel/serum-magnesium.md): What is magnesium and why does it matter for my health?
- [Testing options in progress](https://docs.beoptimal.ca/biomarker-panels/testing-options-in-progress.md): Current biomarker panels being prepared


---

# 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://docs.beoptimal.ca/biomarker-panels.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.
