# Code Contributions

The **Code Contributions** feature in the **Organization Dashboard** provides analytics on the contributions your employees are making to various open-source projects.

**Accessing the Dashboard**

To access the **Code Contributions** feature:

1. Log in to the **Organization Dashboard**.
2. From the left sidebar, select **Code Contributions.**

**Dashboard Layout**

* **Search Box**: Located at the top of the dashboard, this allows you to search for specific projects.
* **Time Range Filters**: you can filter data based on the options from the drop down or select "All Time" to view cumulative data.

### **Leaderboard**

**Contributor Team**

* **Tabs**: Use the tabs at the top of the leaderboard to filter the view according to contributor roles: All Contributors, Committers, Maintainers, Reviewers and Others.
* **Toggle**: A toggle switch allows you to filter the data to show only current employees.
* **Columns**:
  * **Name**: Displays the contributor's name. Clicking on a name will display a snapshot of the contributor's detailed profile.
  * **Highest Type**: This column shows the contributor type with the highest level of responsibility. To know more, click ![](/files/4cCdg0R7bl5grpj5BUFe)icon.
  * **Contributions:** This shows the total number of commits made by the contributor.
  * **Last Active**: Indicates the last active date of the contributor in the project.
  * **Most Active Project:** Indicates the name of the project where you contributed the most.

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

**Additional Metrics**

* **Contributors Growth Line Chart**: This chart displays the growth over time of **Committers**, **Maintainers**, and **Reviewers**, allowing you to visualize trends and patterns in contributions.

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

* **Productivity:** helps you understand and analyze where and how your organization collaborates and drives productivity within open-source projects.

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

* **Contributing Countries**: A visual representation showing the geographic distribution of contributors. Hover over the blue circle to see the contributions from that geo-location.

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


---

# 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/organization-dashboard/project-contributions.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.
