> For the complete documentation index, see [llms.txt](https://incubator.ersilia.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://incubator.ersilia.io/resources/ai-policy.md).

# AI Policy

<mark style="color:$primary;">This page complements the</mark> <mark style="color:$primary;"></mark>*<mark style="color:$primary;">Participation & Data Sharing Consent Agreement</mark>* <mark style="color:$primary;"></mark><mark style="color:$primary;">signed by every team and their PI.</mark>

### <mark style="color:$primary;">**Responsible and ethical use**</mark>

<mark style="color:$primary;">AI tools used during the Program, including the Ersilia Model Hub and LLMs, support scientific judgment rather than replace it. Any AI-generated output must be reviewed and validated by the researcher before use in a project or publication, following the human oversight and accountability principles of the</mark> [<mark style="color:$primary;">AU Continental AI Strategy</mark>](https://au.int/en/documents/20240809/continental-artificial-intelligence-strategy) <mark style="color:$primary;">aligned with the AU's</mark> [<mark style="color:$primary;">Agenda 2063</mark>](https://au.int/en/agenda2063/overview)<mark style="color:$primary;">.</mark>

### <mark style="color:$primary;">**Vocabulary and transparency**</mark>

*<mark style="color:$primary;">Open-source</mark>* <mark style="color:$primary;"></mark><mark style="color:$primary;">is used strictly per the Open Source Initiative's</mark> [<mark style="color:$primary;">definition</mark>](https://opensource.org/osd)<mark style="color:$primary;">. Content substantially generated or assisted by AI (text, code, figures) should be clearly identified as such, consistent with the transparency principles of the</mark> [<mark style="color:$primary;">EU AI Act</mark>](https://eur-lex.europa.eu/eli/reg/2024/1689/oj)<mark style="color:$primary;">.</mark>

<mark style="color:$primary;">Ersilia's AI/ML tools and any other collaborator AI/ML tools using during the AI Incubator remain governed by their respective open-source licenses.</mark>&#x20;

<mark style="color:$primary;">Regarding the Ersilia Model Hub, any model developed by teams during the Incubator will also be released as open-source.</mark>


---

# 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://incubator.ersilia.io/resources/ai-policy.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.
