> 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-currently/whats-my-mentoring-style.md).

# What's my mentoring style?

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

## :woman\_teacher: Educator

* Teach and inform on concepts, ideas, and more.&#x20;
* Help explain and clarify material.&#x20;
* Share knowledge and experiences.

## :mega: Encourager

* Provide encouragement.&#x20;
* Remind them of their progress, accomplishments&#x20;
* Fuel their potential to keep doing great work.

## :space\_invader: Challenger

* In the mentee's best interest, push back on limiting beliefs (for the better).&#x20;
* Provide alternatives to also consider.&#x20;
* Ask questions that evoke reflection and action.

{% hint style="info" %}
**"Challenger" style requires extra care**. It requires extra thoughtfulness, care, empathy, and more. You have to be mindful of your delivery, tone, phrasing and how it is received. Further details coming soon. In the meantime, please reach out with any questions.
{% endhint %}

## :bulb: Ideator

* Collaborate with mentee to create big ideas together.
* Brainstorm actionable steps to realize ideas.

## :ear: Listener

* Actively listen.&#x20;
* Instead of providing answers and guidance, be there for mentee by listening to them.&#x20;
* Radiate solidarity and acknowledge that they are being heard.

## :mag: Finder

* Help mentee find resources and people. You may not know the answer, but you're happy to help discover existing resources that can provide insights.

## :handshake: Connector

* Share  resources such as articles, books, media, events, and programs.
* Introduce people to one another

## :interrobang: Submit ideas, feedback, questions

[External link form](https://docs.google.com/forms/d/e/1FAIpQLSdoUPsmzFuBzRdEePI6Pgr5_nw323QAftfTxsN6Ffe0rftUdA/viewform?usp=pp_url\&entry.1298200943=What's+my+mentoring+style?)

{% embed url="<https://docs.google.com/forms/d/e/1FAIpQLSdoUPsmzFuBzRdEePI6Pgr5_nw323QAftfTxsN6Ffe0rftUdA/viewform?usp=pp_url&entry.1298200943=What's+my+mentoring+style>?" %}


---

# 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-currently/whats-my-mentoring-style.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.
