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

# Community

<mark style="color:$primary;">The AI Incubator is designed to build a community that extends beyond the participants and mentors. Scientists, AI experts, software designers, or anyone interested in the field can be part of the community, even if they are not a member of the cohort.</mark>

<mark style="color:$primary;">Here, you'll find links and resources to stay up to date with the Program's progress, access the open-source resources and tools used throughout the AI Incubator and contribute to the community.</mark>

## <mark style="color:$primary;">🤝 Stay connected</mark>

<mark style="color:$primary;">To stay updated with the AI Incubator news and connect with its researchers and collaborators, join the official communication channels, where we will be posting news related to the application process, Program updates, scientific advances and other related news.</mark>

<table data-view="cards"><thead><tr><th align="center"></th><th align="center"></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center"><h3><mark style="color:$primary;">Linkedin</mark></h3></td><td align="center"><mark style="color:$primary;">Follow us on Linkedin</mark></td><td></td><td><a href="https://www.linkedin.com/company/ersiliaio/">https://www.linkedin.com/company/ersiliaio/</a></td></tr><tr><td align="center"><h3><mark style="color:$primary;">Newsletter</mark></h3></td><td align="center"><mark style="color:$primary;">Subscribe to our newsletter</mark></td><td></td><td><a href="https://ersilia.us7.list-manage.com/subscribe?u=103d70917512b3e12c74add5d&#x26;id=5af7899058">https://ersilia.us7.list-manage.com/subscribe?u=103d70917512b3e12c74add5d&#x26;id=5af7899058</a></td></tr><tr><td align="center"><h3><mark style="color:$primary;">Medium</mark></h3></td><td align="center"><mark style="color:$primary;">Read our outreach material</mark></td><td></td><td><a href="https://medium.com/ersiliaio">https://medium.com/ersiliaio</a></td></tr></tbody></table>

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

<mark style="color:$primary;">In this section you'll find resources that will be used throughout the Incubator, such as the Ersilia GitHub repository, the Ersilia Model Hub and materials from Ersilia's previous workshops on AI for drug discovery.</mark>

<table data-view="cards"><thead><tr><th align="center"></th><th align="center"></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center"><h3><mark style="color:$primary;">GitHub</mark></h3></td><td align="center"><mark style="color:$primary;">Access our public repository</mark></td><td></td><td><a href="https://github.com/ersilia-os">https://github.com/ersilia-os</a></td></tr><tr><td align="center"><h3><mark style="color:$primary;">Ersilia Model Hub</mark></h3></td><td align="center"><mark style="color:$primary;">Try our open-source AI/ML models</mark></td><td></td><td><a href="https://catalog.ersilia.io/">https://catalog.ersilia.io/</a></td></tr><tr><td align="center"><h3><mark style="color:$primary;">Workshops</mark></h3></td><td align="center"><mark style="color:$primary;">Check material from our previous AI workshops</mark></td><td></td><td><a href="https://ersilia.gitbook.io/ersilia-workshops">https://ersilia.gitbook.io/ersilia-workshops</a></td></tr></tbody></table>

&#x20;

&#x20;


---

# 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/community.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.
