# Table of Contents

* **About**
  * [Introduction](https://docs.bcbi.brown.edu/codiac-for-health)
  * [Table of Contents](https://docs.bcbi.brown.edu/codiac-for-health/table-of-contents)
  * [Contributors](https://docs.bcbi.brown.edu/codiac-for-health/contributors)
  * [Releases](https://docs.bcbi.brown.edu/codiac-for-health/releases)
* **Foundations**
  * [Introduction](https://docs.bcbi.brown.edu/codiac-for-health/foundations)
  * [Biomedical Informatics](https://docs.bcbi.brown.edu/codiac-for-health/foundations/health-informatics)
  * [Implementation Science](https://docs.bcbi.brown.edu/codiac-for-health/foundations/implementation-science)
  * [Learning Health Systems](https://docs.bcbi.brown.edu/codiac-for-health/foundations/learning-health-systems)
  * [Health Data ](https://docs.bcbi.brown.edu/codiac-for-health/foundations/health-data)
  * [Health Data Standards](https://docs.bcbi.brown.edu/codiac-for-health/foundations/health-data-standards)
  * [Artificial Intelligence in Health](https://docs.bcbi.brown.edu/codiac-for-health/foundations/artificial-intelligence-in-health)
  * [Observational Health Research](https://docs.bcbi.brown.edu/codiac-for-health/foundations/observational-health-research)
  * [Health Research Data Governance](https://docs.bcbi.brown.edu/codiac-for-health/foundations/health-research-data-governance)
* **Observational Research with EHR Data**
  * [Introduction](https://docs.bcbi.brown.edu/codiac-for-health/observational-research)
  * [Best Practices](https://docs.bcbi.brown.edu/codiac-for-health/observational-research/best-practices)
  * [Research Pipeline](https://docs.bcbi.brown.edu/codiac-for-health/observational-research/research-pipeline)
  * [Communities, Platforms, and Organizations](https://docs.bcbi.brown.edu/codiac-for-health/observational-research/communities-platforms-and-organizations)
  * [The Electronic Health Record (EHR)](/codiac-for-health/observational-research/the-electronic-health-record-ehr.md)
  * [OHDSI Standards and Tools](/codiac-for-health/observational-research/ohdsi-standards-and-tools.md)
  * [Health Terminologies](/codiac-for-health/observational-research/health-terminologies.md)
* **Computing Skills**
  * [Introduction](https://docs.bcbi.brown.edu/codiac-for-health/computing)
  * [File Directory Structures](https://docs.bcbi.brown.edu/codiac-for-health/computing/file-directory-structures)
  * [Text Editors](https://docs.bcbi.brown.edu/codiac-for-health/computing/text-editors)
  * [GitHub](https://docs.bcbi.brown.edu/codiac-for-health/computing/github)
  * [Unix](https://docs.bcbi.brown.edu/codiac-for-health/computing/unix)
  * [Julia](https://docs.bcbi.brown.edu/codiac-for-health/computing/julia)
  * [Python](https://docs.bcbi.brown.edu/codiac-for-health/computing/python)
  * [R](https://docs.bcbi.brown.edu/codiac-for-health/computing/r)
* **URSA Initiative in Rhode Island**
  * [Introduction](https://docs.bcbi.brown.edu/codiac-for-health/ursa-ri)
  * [Computing Environments](https://docs.bcbi.brown.edu/codiac-for-health/ursa-ri/computing-environments)
  * [Health Data Partners](https://docs.bcbi.brown.edu/codiac-for-health/ursa-ri/health-data-partners)
  * [Datasets](/codiac-for-health/ursa-ri/datasets.md)


---

# Agent Instructions: 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:

```
GET https://docs.bcbi.brown.edu/codiac-for-health/table-of-contents.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
