# Events

Events page displays the project related events that are organized for specific reasons. You can [donate](/lfx/crowdfunding/donate-sponsor.md) to the events that you want to support, and also [register](/lfx/crowdfunding/register-for-an-event.md) to attend an event.

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

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

The overview shows some or all of the following items depending on the data that is available:

| Name                      | Description                                                                                 |
| ------------------------- | ------------------------------------------------------------------------------------------- |
| **View Website**          | Opens the associated website.                                                               |
| **Location**              | The location of the event..                                                                 |
| **Dates**                 | The start date and end date of the event.                                                   |
| **Register**              | Click **Register** to [register](/lfx/crowdfunding/register-for-an-event.md) for the event. |
| **Sponsor**               | Click Sponsor to [donate](/lfx/crowdfunding/donate-sponsor.md) to the event.                |
| **Current Balance**       | The total amount of funds available in the account.                                         |
| **Sponsor Organizations** | The logos of companies that sponsor the project.                                            |

\
View an example of an event overview section:

![event overview](/files/-MBsJ2NA1XAmKY1HKCsW)

## Dashboard <a href="#events-dashboard" id="events-dashboard"></a>

Dashboard shows various aspects of the event.

| 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.                     |
| **Event Sponsorship Distribution** | Shows how the event funds are distributed and their dollar amount.                                                          |
| **Goals Breakdown**                | The financial goal and progress towards it by individual goal.                                                              |
| **Recent Transactions**            | Lists recorded financial transactions in chronological order. Click **View all transactions** to see a log of transactions. |

\
View an example of an event dashboard section:

![](/files/nC89SiHij8dK0yztma3F)

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

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

![](/files/-MBiAbcAu2wte8vwzZ2B)


---

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