> For the complete documentation index, see [llms.txt](https://docs.skolar.li/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skolar.li/participants/participant-base/view-profile.md).

# View Profile

#### <mark style="color:green;">View Participants Details</mark>

Skolarli provides a profile view for the Participants, this provides the entire details of Participants activities on a learning/skilling platform and the feedback the participants have received.

The profile includes **basic details** like name, occupation, and education, with an option to edit primary details. Navigation tabs are available for **Summary, Activities, Learning Journey/Path, Performance and Recommended Skilling**. Overall, the dashboard provides a quick overview of learning activity and skill development status.

***For Illustration**: Since we had enrolled Analia Grit to the batch previously, her profile will display the batch we enrolled her to, along with all the other batches as well, she is part of.*

<figure><img src="/files/zYsmkbKFvdD1D41xRl2E" alt=""><figcaption><p>View Profile - Summary tab</p></figcaption></figure>

An Admin / Trainer can also view the activities performed by *Analia* and also the learning path that has been recommended for her by navigating between tabs listed.

**Activities tab**

This screen shows the **Activities** section of a participant’s profile. It displays the complete activity history with timestamps, such as login and logout actions, allowing administrators to track user engagement and system usage.

<figure><img src="/files/4f5VSlxyvM7nuUjzcdMu" alt=""><figcaption><p>Activity tab</p></figcaption></figure>

**Learning Journey/Path**

This screen displays the participant learning journey and progress overview in Skolarli. It displays the user’s their enrolled program, batch, progress status, completed sub-topics, and pending lessons, giving a complete view of the Participant’s progress and performance.

<figure><img src="/files/ur5u9ZBE7P8fCbNmar9e" alt=""><figcaption><p><strong>Learning Journey/Path</strong></p></figcaption></figure>

**Performance:**

This screen shows the **Performance** section of a participant’s profile in Skolarli. It displays quiz results with scores and status, highest/median/lowest comparisons, performance in in-person trainings, and points earned, giving a clear view of the Participant’s overall performance and achievements.

<figure><img src="/files/3Ft1r8DiHl5gLVLq6Suz" alt=""><figcaption><p>Performance Tab</p></figcaption></figure>

**Recommended skilling**&#x20;

This screen shows the **Recommended Skilling** section of a participant’s profile. It highlights personalized learning pathways based on performance, categorized as *Going Good, Not Bad,* and *Urgent Attention*, helping identify strengths, gaps, and areas that need immediate improvement.

<figure><img src="/files/GUI6Wmd4D5siDWgCIwUC" alt=""><figcaption><p>Recommended skilling</p></figcaption></figure>


---

# 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.skolar.li/participants/participant-base/view-profile.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.
