> For the complete documentation index, see [llms.txt](https://edehr.gitbook.io/edehr-compass/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://edehr.gitbook.io/edehr-compass/legal-and-compliance/readme.md).

# Legal & Compliance Overview

This section covers legal and compliance matters that apply directly to EdEHR Compass. For platform-level matters (licensing, terms of service, privacy policy, trademarks), refer to [edehr.org](https://edehr.org).

## Compass Content License

EdEHR Compass content is published under the **Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)** license.

[View the full license text](https://creativecommons.org/licenses/by-sa/4.0/)

**You are free to:**

* **Share** -- copy and redistribute the material in any medium or format.
* **Adapt** -- remix, transform, and build upon the material for any purpose, including commercially.

**Under the following terms:**

* **Attribution** -- Give appropriate credit using the attribution line below and indicate if changes were made.
* **ShareAlike** -- Distribute any adaptations under the same CC BY-SA 4.0 license.

**Attribution line:**

> EdEHR Compass, by the EdEHR Compass contributors. Licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).

For online use, link back to EdEHR Compass where possible. Third-party content referenced or linked from Compass pages remains under its original license.

See [Contributors](/edehr-compass/legal-and-compliance/contributors.md) for the list of contributors.

## Privacy

EdEHR Compass is a publicly accessible documentation site hosted on GitBook. It contains no student data, no patient data, and no sensitive personal information. No Privacy Impact Assessment is required to use EdEHR Compass.

For the EdEHR platform privacy policy, refer to [edehr.org](https://edehr.org).


---

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

```
GET https://edehr.gitbook.io/edehr-compass/legal-and-compliance/readme.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.
