> 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/important/thank-you.md).

# Thank you + Contributors

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

## Thanks

**More coming soon ...**&#x20;

### GitBook

> For the platform that powers this guide and making it accessible to open source projects

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

### The Open Source Way 2.0

> For collecting best practices on "initiating, nurturing, and growing, and maintain groups of passionate contributors"

{% embed url="<https://www.theopensourceway.org/the_open_source_way-guidebook-2.0.html#_creating_a_culture_of_mentorship>" %}

### Opensource.guide

> For the collection of resources on launching and growing the project&#x20;

{% embed url="<https://opensource.guide/>" %}

### Kubernetes Open Source Community

> For being a great example of an open source community (and for the tech too!)

{% embed url="<https://github.com/kubernetes/kubernetes>" %}

### Opensource.com

> For all things related to open source

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

### Linux Foundation

> For connecting open source folks across the world to share ideas, learn and collaborate

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

#### egghead.io, Robin Wieruch, Jason Lengstorf

> For the [initial site template](https://github.com/eggheadio/gatsby-starter-egghead-blog) used in the main mentorship.guide page

{% embed url="<https://mentorship.guide>" %}

## :hugging: Contributors

Thank you to the following (and those not listed below) for contributing!

{% hint style="info" %}
We're still figuring out how we want to display contributors (both from GitHub and through other channels). If you have any ideas, let us know. Thanks!
{% endhint %}


---

# 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/important/thank-you.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.
