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

# Program overview

<mark style="color:$primary;">The AI Incubator is a six-month program featuring a mix of hands-on practice, expert sessions and group meetings to facilitate AI adoption by participants.</mark>&#x20;

### <mark style="color:$primary;">In-person workshop</mark>

<mark style="color:$primary;">The program starts with a one-week in-person workshop in an African country. Up to three members per participant group will be sponsored to attend. Attendance by at least one member of each team is compulsory.</mark>

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

<mark style="color:$primary;">Participants will benefit from a dynamic combination of sessions:</mark>&#x20;

{% tabs %}
{% tab title="Individual meetings" %}

* <mark style="color:$primary;">1-on-1 mentor meetings (biweekly): mentor-mentee meetings to discuss project advances.</mark>
* <mark style="color:$primary;">Coordination meetings (biweekly): discussion wih the project management of the Incubator to request additional online material, meetings with experts or any requirement regarding the Program development.</mark>
* <mark style="color:$primary;">Expert meetings (ad-hoc): focused meetings with a topic expert, organised individually according to each project need.</mark>
  {% endtab %}

{% tab title="Cohort meetings" %}

* <mark style="color:$primary;">Masterclass (monthly): cohort meetings where an invited speaker presents on a topic of interest.</mark>
* <mark style="color:$primary;">Group meetings (monthly): cohort meetings where participants share progress and milestones</mark>
  {% endtab %}
  {% endtabs %}

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

<mark style="color:$primary;">Participants will be part of two program closure events:</mark>

{% tabs %}
{% tab title="Poster session" %} <mark style="color:$primary;">Discussion session based on conference-style scientific posters where teams will review and provide feedback to each other.</mark>
{% endtab %}

{% tab title="Demo Day" %} <mark style="color:$primary;">Online seminar where each group will present their project, open to a broader audience.</mark>
{% endtab %}
{% endtabs %}


---

# 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/program-overview.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.
