> For the complete documentation index, see [llms.txt](https://philipp-sommerhalter.gitbook.io/eesr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://philipp-sommerhalter.gitbook.io/eesr/design/dependencies.md).

# Dependencies

EESR leverages multiple open source technologies for its implementation.&#x20;

* [Domonic](https://domonic.readthedocs.io/) [\[GitHub\]](https://github.com/byteface/domonic) is used to parse, modify ,and generate the HTML reports based on templates.
* [Plotly](https://plotly.com/python/) [\[GitHub\]](https://github.com/plotly/plotly.py) is the graphing library of choice. It is well known and features an extensive customizable library of graphs suiting our reporting needs.&#x20;
* [JSON Schema](https://json-schema.org/) allows the instrument to validate data inputs, custom profiles/templates/ratings, and metadata against a well defined schema.&#x20;

The table below shows the version of the dependencies for each release.

<table><thead><tr><th width="150">EESR Version</th><th width="150">Domonic</th><th width="150">Plotly</th><th>JSON Schema (draft version)</th></tr></thead><tbody><tr><td>0.0.1/0.05</td><td><a href="https://pypi.org/project/domonic/0.9.10/">0.9.10</a></td><td><a href="https://pypi.org/project/plotly/5.8.2/">5.8.2</a></td><td><a href="https://json-schema.org/draft/2020-12/release-notes.html">2020-12</a></td></tr></tbody></table>


---

# 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://philipp-sommerhalter.gitbook.io/eesr/design/dependencies.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.
