> 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/contributing.md).

# How to contribute

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

## Contributing

This guide is developed by the community for the community. The **quickest way to contribute** is by submitting the form below!

We're also inspired by [All Contributors](https://allcontributors.org/docs/en/emoji-key) for all the ways you can contribute, in addition to the list below.

We'd be thankful and honored to have you contribute and make the Mentorship Guide better than it is today!

### :first\_place: First time contributing?

**Working on your first Pull Request?** You can learn how from this *free* series [How to Contribute to an Open Source Project on GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github).

Similarly, feel free to open an issue and we would be happy to help you submit your contribution -- we're a friendly, helpful community.&#x20;

Or you can submit the form below as well.

### :pencil: Content

Add new content. Expand on existing content.

### :bulb: Advice

Add advice for mentors and mentees.

### :package: Resources

Add new resources, such as videos, articles, links to other mentorship programs, and more.

* [Mentorship programs](/guide/resources/mentorship-programs.md)
* [Videos](/guide/resources/additional-resources/videos.md)
* [Articles](/guide/resources/additional-resources/articles.md)

### :book: Documentation

Help make our documentation understandable, easy-to-follow, and informative.

### :pen\_fountain: Spelling and grammar

Noticed a spelling or grammar mistake, please submit the form, open an issue or submit a Pull Request.

### :bug: Bugs

If you found a bug, please submit the form, open an issue or submit a Pull Request.

### :computer: Features

You can request a new feature by submitting the form, creating an issue, or emailing <community@palante.co>

### :speech\_balloon: Questions

If you have a question, please use the form, submit an issue, or email <community@palante.co> Thanks!

## :clap: Thank you

Together, we're stronger. Thank you for the help!

## :interrobang: Submit ideas, feedback, questions

[External link form](https://docs.google.com/forms/d/e/1FAIpQLSdoUPsmzFuBzRdEePI6Pgr5_nw323QAftfTxsN6Ffe0rftUdA/viewform?usp=pp_url\&entry.1298200943=Contributing/Code+of+Conduct)

{% embed url="<https://docs.google.com/forms/d/e/1FAIpQLSdoUPsmzFuBzRdEePI6Pgr5_nw323QAftfTxsN6Ffe0rftUdA/viewform?usp=pp_url&entry.1298200943=Contributing/Code+of+Conduct>" %}


---

# 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/contributing.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.
