> 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/mentors-getting-started/how-can-i-become-a-mentor.md).

# How can I become a mentor? Am I mentoring already?

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

## :star\_struck: Everyone can mentor!

Regardless of your experience, how much time you have, what you know, etc., you can mentor.

The more mentorship we have, the more inclusive, collaborative, and innovative our communities become.

If you do not currently mentor, you may be thinking:

* Don’t have the time
* Not part of a formal program
* Not an expert
* Those are big shoes to fill (a bit intimidating)
* Am I giving the wrong advice? Too much advice?
* Why do I even need to/have to?

It does not have to be complicated, stressful or time-consuming. It can be formal or informal. It can be structured or organic and flexible.

**Mentoring has various definitions, but in essence, it's all about helping.**

> Mentoring is about sharing what you can, when you can, how you can.

**If you're already mentoring**, encourage a friend to get started as well and help guide them. In fact, you're probably mentoring already without knowing it -- thanks!

<img src="/files/-LigmYTHziXoS8C6lmhT" alt="" data-size="original">&#x20;

## :grey\_question: Am I mentoring already?&#x20;

{% hint style="info" %}
The idea that "you may be mentoring already" deserves a lengthier explanation, stay tuned.
{% endhint %}

## :ballot\_box\_with\_check: Action steps

* [ ] Coming soon ...

## :interrobang: Submit ideas, feedback, questions

[External link form](https://docs.google.com/forms/d/e/1FAIpQLSdoUPsmzFuBzRdEePI6Pgr5_nw323QAftfTxsN6Ffe0rftUdA/viewform?usp=pp_url\&entry.1298200943=How+can+I+become+a+mentor?)

{% embed url="<https://docs.google.com/forms/d/e/1FAIpQLSdoUPsmzFuBzRdEePI6Pgr5_nw323QAftfTxsN6Ffe0rftUdA/viewform?usp=pp_url&entry.1298200943=How+can+I+become+a+mentor>?" %}


---

# 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/mentors-getting-started/how-can-i-become-a-mentor.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.
