> For the complete documentation index, see [llms.txt](https://mentorship.gitbook.io/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mentorship.gitbook.io/guide/resources/mentorship-programs.md).

# Mentorship programs

👋🏽 We're moving to a new site! Please visit <https://mentorship.guide>

{% hint style="info" %}
As this crowdsourced list grows we will update how it's organized. In the meantime, please contribute!

Sorted alphabetically.&#x20;
{% endhint %}

## Free

### Black Technology Mentorship Program (BTMP)

> BTMP is a Mentor Mentee program that inspires, educates and brings underserved black communities into technology

{% embed url="<https://www.christopherlafayette.com/#Black-Technology-Mentorship-Program>" %}

### CommunityBridge

> CommunityBridge accelerates the adoption, innovation, and sustainability of open source software

{% embed url="<https://communitybridge.org>" %}

### Coding Coach

> Coding Coach connects developers with mentors worldwide

{% embed url="<https://codingcoach.io>" %}

### Plato for Inclusion

> Plato for Inclusion is a free initiative that connects people from underrepresented communities to world-class tech leaders through intimate group mentorship

{% embed url="<https://www.platohq.com/community-circles>" %}

## Paid

{% hint style="info" %}
This is a crowdsourced list of *paid* mentoring programs.&#x20;

We *do not* have a direct/formal affiliation and *do not* receive any affiliate commission.

Thanks in advance for the programs that are able to offer purchasing power parity.
{% endhint %}

### MentorPass

> MentorPass helps emerging entrepreneurs build a team of mentors.

{% embed url="<https://www.mentorpass.co/>" %}

### Plato

> Platos helps engineering + product leaders learn soft skills and build better teams.

{% embed url="<https://www.platohq.com/>" %}

## :interrobang: Submit ideas, feedback, questions

[External link form](https://docs.google.com/forms/d/e/1FAIpQLSf_3oGARUXsljqkLMd7IBmXx7ejg_Ry3PolWFboi0PkCQMpyw/viewform?usp=pp_url\&entry.583326245=Mentorship+programs)

{% embed url="<https://docs.google.com/forms/d/e/1FAIpQLSf_3oGARUXsljqkLMd7IBmXx7ejg_Ry3PolWFboi0PkCQMpyw/viewform?usp=pp_url&entry.583326245=Mentorship+programs>" %}


---

# 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://mentorship.gitbook.io/guide/resources/mentorship-programs.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.
