> 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/intellectual-property.md).

# Intellectual property

### <mark style="color:$primary;">Data sovereignty</mark>

<mark style="color:$primary;">Each team retains full ownership of its data. It is shared only with the assigned mentor and Incubator collaborators, solely for program purposes, and never disclosed to third parties without the team's consent. No personally identifiable patient data may be shared unless anonymised and approved. This reflects the data sovereignty principles of the</mark> [<mark style="color:$primary;">African Union Data Policy Framework</mark>](https://au.int/en/documents/20220728/au-data-policy-framework)<mark style="color:$primary;">.</mark>

### <mark style="color:$primary;">Autorship</mark>

<mark style="color:$primary;">Authorship follows internationally recognised standards by the</mark>[ <mark style="color:$primary;">International Committee of Medical Journal Editors</mark>](https://www.icmje.org/) <mark style="color:$primary;">following Nature Portfolio</mark> [<mark style="color:$primary;">criteria</mark>](https://www.nature.com/nature-portfolio/editorial-policies/reporting-standards)<mark style="color:$primary;">, based on contribution and accountability rather than seniority or participation alone, with an author contribution statement agreed before submission. Mentors and collaborators are listed as co-authors only when their contribution meets these criteria, and acknowledged otherwise.</mark>&#x20;

### <mark style="color:$primary;">Scientific results ownership</mark>

<mark style="color:$primary;">Each team retains ownership of the scientific results and IP from its own project and data, subject to its host institution's policies.</mark>&#x20;

<mark style="color:$primary;">All outputs generated during the program must credit the AI Incubator Program, the Ersilia Open Source Initiative, and any collaborating institutions as appropriate.</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/intellectual-property.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.
