> 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/code-of-conduct.md).

# Code of conduct

<mark style="color:$primary;">The AI Incubator program is designed to be a collaborative, community-based initiative to advance scientific endeavours in low-resourced disease areas and world regions. We reject any form of discrimination or harassment.</mark>

### <mark style="color:$primary;">Our standards</mark> <a href="#our-standards" id="our-standards"></a>

<mark style="color:$primary;">Examples of behavior that contributes to a positive environment for our community include:</mark>

* <mark style="color:$primary;">Demonstrating empathy and kindness toward other people</mark>
* <mark style="color:$primary;">Being respectful of differing opinions, viewpoints, and experiences</mark>
* <mark style="color:$primary;">Giving and gracefully accepting constructive feedback</mark>
* <mark style="color:$primary;">Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience</mark>
* <mark style="color:$primary;">Focusing on what is best not just for us as individuals, but for the overall community</mark>

<mark style="color:$primary;">Examples of unacceptable behavior include:</mark>

* <mark style="color:$primary;">The use of sexualized language or imagery, and sexual attention or advances of any kind</mark>
* <mark style="color:$primary;">Trolling, insulting or derogatory comments, and personal or political attacks</mark>
* <mark style="color:$primary;">Public or private harassment</mark>
* <mark style="color:$primary;">Publishing others' private information, such as a physical or email address, without their explicit permission</mark>
* <mark style="color:$primary;">Other conduct which could reasonably be considered inappropriate in a professional setting</mark>

### <mark style="color:$primary;">Enforcement responsibilities</mark> <a href="#enforcement-responsibilities" id="enforcement-responsibilities"></a>

<mark style="color:$primary;">The AI Incubator Program Manager is responsible for clarifying and enforcing the code of conduct standards and will take appropriate answer in response to any inappropriate behaviour.</mark>

#### <mark style="color:$primary;">Scope</mark> <a href="#scope" id="scope"></a>

<mark style="color:$primary;">This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event.</mark>

#### <mark style="color:$primary;">Enforcement</mark> <a href="#enforcement" id="enforcement"></a>

<mark style="color:$primary;">Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at <ines@ersilia.io>. All complaints will be reviewed and investigated promptly and fairly. All parties involved in the code of conduct reporting are obligated to respect the privacy and security of the reporter of any incident.</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/code-of-conduct.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.
