> For the complete documentation index, see [llms.txt](https://vci-gci-docs.clinicalgenome.org/vci-gci-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vci-gci-docs.clinicalgenome.org/vci-gci-docs/more-information/about-us/the-team.md).

# The Team

The Stanford ClinGen team is housed in the [Department of Biomedical Data Science (DBDS)](https://med.stanford.edu/dbds.html) and overseen by Co-Principal Investigators [Teri E. Klein, PhD](https://profiles.stanford.edu/teri-klein) and [Matt W. Wright, PhD](https://clinicalgenome.org/about/people/staff/wright-1980), &#x20;

The team shares one of the NIH ClinGen awards with Baylor College of Medicine under Co-PIs [Sharon Plon, MD, PhD](https://www.bcm.edu/people-search/sharon-plon-28865), and [Aleksandar Milosavljevic, PhD](https://www.bcm.edu/people-search/aleksandar-milosavljevic-26808).&#x20;

#### Leadership

[Teri E. Klein, PhD](https://www.clinicalgenome.org/about/people/staff/klein-6696), Principal Investigator, ClinGen, PharmGKB, CPIC, and PharmCAT

[Matt W. Wright, PhD](https://clinicalgenome.org/about/people/staff/wright-1980), Co-Principal Investigator & Director, Stanford ClinGen

[Michelle Whirl-Carrillo, PhD](https://clinicalgenome.org/about/people/staff/whirl-carrillo-1967), Co-Principal Investigator & Director, PharmGKB

#### Product Managers/Coordinators

[Li Gong, PhD](https://www.clinicalgenome.org/about/people/staff/gong-7418)

[Christine Preston, PhD](https://clinicalgenome.org/about/people/staff/preston-3703)&#x20;

[Katrin Sangkuhl, PhD](https://clinicalgenome.org/about/people/staff/sangkuhl-12947)

#### Software Developers

Gloria Cheung &#x20;

Mark Mandell

Liam Mulhall

Ryan Whaley&#x20;

Bryan Wulf


---

# 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://vci-gci-docs.clinicalgenome.org/vci-gci-docs/more-information/about-us/the-team.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.
