> For the complete documentation index, see [llms.txt](https://docs.linuxfoundation.org/lfx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.linuxfoundation.org/lfx/mentorship/platform-overview/view-projects-details.md).

# View Mentorship Program Details

To view program details, navigate to the [Mentorship](https://people.communitybridge.org/profile) platform, and under the Mentorships tab, select the program you would like to view.

Under the **Mentorships** tab, click the mentorships that are accepting applications, completed, or in progress.

<figure><img src="/files/ndFiawqZijPCcKvA4dIw" alt=""><figcaption></figcaption></figure>

![Mentorship program](/files/wNfWqfPIyfhyExyysjHN)

<figure><img src="/files/bgYlAYvYz0nbEHRmEMB6" alt=""><figcaption><p>Mentors</p></figcaption></figure>

<figure><img src="/files/IOIOfECYAnfMJsyX5ocl" alt=""><figcaption><p>Meentee's profile</p></figcaption></figure>

<figure><img src="/files/AwiOqGc8Y53sFYxt8PFG" alt=""><figcaption><p>Graduate Mentee's profile</p></figcaption></figure>

**The Mentors** section contains mentor profile cards. Click **View Profile** to navigate to the mentor's profile page.

Mentee profile cards can be found in the Mentees section. Click **View Profile** to go to the mentee's profile page.

**The Graduated Mentees** section contains profiles of the mentees who completed the mentorship program. Click on **View Profile** and navigate to the mentee's profile page.


---

# 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://docs.linuxfoundation.org/lfx/mentorship/platform-overview/view-projects-details.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.
