> For the complete documentation index, see [llms.txt](https://central-docs.mymagic.my/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://central-docs.mymagic.my/for-program-owner/end-to-end-automation/running-a-mentorship-program.md).

# Running a mentorship program

Program Owners may use existing Central digital infrastructure to embed mentorship into their programs at no extra cost required.

{% hint style="info" %}
MaGIC mentorship is a Central service collaborating with Futurelab (a MaGIC alumni startup).&#x20;
{% endhint %}

![An example of MaGIC Mentorship program](/files/-MU6YUmRn5yLfGy_WVji)

Our platform cater the following mentorship format:

* Commitment or ad-hoc basis
* Physical or online meeting
* Open or exclusive programs

#### Commitment basis

Mentor can commit a specific timeslot per week and commit to it. All bookings will be auto accepted by the system on behalf of the mentor.&#x20;

#### Ad-Hoc basis

Mentor do not commit to a weekly timeslot. Bookings will be accepted by mentor on case-by-case basis.&#x20;

#### Open mentorship program

These are mentorship programs that are open to the public. Anybody with a central member account can participate as a mentee.

#### Exclusive mentorship program

A mentorship program can be set to a close group of users (through email as identification). This is suitable for programs like GAP who want to offer dedicated mentors to their participants only.&#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://central-docs.mymagic.my/for-program-owner/end-to-end-automation/running-a-mentorship-program.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.
