# Projects

To view more information about a project, including its financials:

1. Navigate to [Crowdfunding](https://crowdfunding.lfx.linuxfoundation.org).
2. From [Projects ](/lfx/crowdfunding/dashboard-overview.md#Dashboard-ProjectsandMentorships)tab, select a project to navigate to the project's dashboard.
3. Select one of the following tabs to view details:
   * [Overview](#ProjectsandMentorships-Overview)
   * [Dashboard](#dashboard)
   * [Financial](#ProjectsandMentorships-Financial)

## Project Overview <a href="#projectsandmentorships-overview" id="projectsandmentorships-overview"></a>

This section includes the following information depending on the available data:

| Name                                           | Description                                                                                                                                                                                                                    |
| ---------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **forks**                                      | The number of repository copies. Forking a repository lets developers propose changes to another project or use another project as a starting point for an idea.                                                               |
| **stars**                                      | <p>The number of developers who saved the project repository to their list of Starred Repos.<br>Stars indicate popularity in that developers like or want to follow a repository.</p>                                          |
| **issues**                                     | The number of bugs, enhancements, or other requests in a repository. The number of issues can indicate the activity in a project.                                                                                              |
| **View Repository**                            | Opens the project repository in GitHub.                                                                                                                                                                                        |
| **View Site**                                  | Opens the associated website.                                                                                                                                                                                                  |
| **Donate**                                     | Click **Donate** to [donate](/lfx/crowdfunding/donate-sponsor.md) to the project.                                                                                                                                              |
| **View Mentorship**                            | Lets you toggle to Mentorship platform to view mentorship program details for the project.                                                                                                                                     |
| **Current Balance**                            | The total amount of funds available in the account.                                                                                                                                                                            |
| **Sponsor Organizations**                      | The logos of companies that sponsor the project.                                                                                                                                                                               |
| **CII Badge** ![](/files/0E5pjMXnBpV9BwsjnvQW) | A CII Badge indicated that a project participates in the [Core Infrastructure Initiative (CII) Badge Program](https://www.coreinfrastructure.org/programs/badge-program/).                                                     |
| **Code of Conduct**                            | Link to the project's code of conduct. If the project doesn't have its own code of conduct, the link will default to [Contributor Covenant](https://www.contributor-covenant.org/version/1/4/code-of-conduct) code of conduct. |

Following is an example of a project overview section:

![Project Overview](/files/-MM9LP9-dYZ3-pUV-dKz)

## Dashboard

The **Dashboard** tab includes the following project details:

| Name                             | Description                                                                                                                                                                                                  |
| -------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Current Balance**              | The total amount of funds available in the account.                                                                                                                                                          |
| **Donations**                    | The amount of money that has been donated to the project.                                                                                                                                                    |
| **Expenses**                     | The amount of money spent or costs incurred for the project, which indicate the cost of doing business.                                                                                                      |
| **Project Funding Distribution** | Shows how project funds are distributed and their dollar amount                                                                                                                                              |
| **Goals Breakdown**              | Shows the annual financial goal and progress towards it by individual goal.                                                                                                                                  |
| **Stacks**                       | Shows crowd-sourced usage metrics about the project. For details, see [Stacks](/lfx/crowdfunding/dashboard-overview/integrated-services-for-a-project.md#IntegratedServicesforaProject-Stacks).              |
| **Security Report**              | Shows the security report card for the project. For details, see [Security](/lfx/crowdfunding/dashboard-overview/integrated-services-for-a-project.md#IntegratedServicesforaProject-VulnerabilityDetection). |
| **Mentorship Program**           | This section is displayed only when the project in enrolled to mentorship program. Click **View Mentorship** to view mentorship program details.                                                             |
| **Recent Transactions**          | <p>Lists recorded financial transactions in chronological order.<br>Click <strong>View all transactions</strong> to see a log of transactions.</p>                                                           |

Funding is integrated with Security and Stacks. You can view additional details about the project based on these integrated services. For more information, see [Integrated Services for a Project](/lfx/crowdfunding/dashboard-overview/integrated-services-for-a-project.md).

## Financial <a href="#projectsandmentorships-financial" id="projectsandmentorships-financial"></a>

The Financial tab lists all transactions with details in chronological order. Click the icon next to Fees to see the see distribution of applicable fees.

![Financial Information](/files/-MM9NfEvNcmPdk-rTPel)


---

# 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/crowdfunding/dashboard-overview/projects.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.
