# About this Documentation

This documentation describes the [Open Systems Pharmacology Codebase](https://github.com/Open-Systems-Pharmacology). Its main aim is to facilitate easier onboarding of new developers to OSPSuite platform. Additionally, it functions as a documentation of the design decisions and provides an overview of the Suite.

However, the goal is not to document the implementation per se, developers should be able to use Visual Studio or RStudio to understand those details. Therefore, the goal of this repository is not to duplicate the details of the implementation in written form, but to provide enough detail that a developer starting on the project should be able to more quickly understand the design decisions. That should make it easier to understand the implementation through reading the code itself.


---

# 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://dev.open-systems-pharmacology.org/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.
