# Mastering Mentorship: Keys to Success in Mentorship

To get the most out of your mentorship experience, it is important to develop certain habits and skills. Here’s what makes a great mentee:

***

### 1. Practice Research Skills

* **Try to Find Answers:** Before asking questions, search for solutions on your own. Use resources like Stack Overflow, Medium, or other public forums.
* **Ask Peers:** Check with other mentees in your communication channels.
* **Sharpen Your Questions:** Even if you cannot find the answer, researching first helps you better understand the problem and ask more specific questions.
* **Benefits:** This approach strengthens your research and analytical abilities.

***

### 2. Be Inclusive and Professional

* **Engage with the Community:** The mentorship program encourages you to connect not only with your mentor but with the wider open source community.
* **Follow the Rules:** Always follow the community’s code of conduct and act with professionalism when communicating.
* **Know Professional Boundaries:** While socializing is allowed, maintain a professional attitude and avoid crossing personal boundaries.

***

### 3. Understand Program Boundaries

* **Company Interactions:**\
  Any communication or activity you have directly with a company is only between you and the company.
* **Mentorship Scope:**\
  These external interactions are separate from the mentorship program and do not involve The Linux Foundation.

***

*By following these guidelines, you will make the most of your mentorship experience and grow as a member of the open source community.*

{% hint style="info" %}
Any interactions you have with a company are strictly between you and the company, and are not part of or connected to the Mentorship program, nor do such interactions involve the Linux Foundation.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.linuxfoundation.org/lfx/mentorship/mentee-guide/what-makes-a-good-mentee.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
