# Overview

### **Overview**

#### **High-Level Tiles**

1. **Number of Open Source Events Attended by Employees**: Displays the total number of open source events attended by employees from the user's organization.
2. **Total Attendance**: Displays the total number of attendees from your organization across all events.
3. **Number of Events Spoken At**: Displays the total number of events where employees from your organization have spoken.
4. **Total Number of Speakers**: Displays the total number of employees from your organization who have spoken at events.
5. **Total Registration for Events**: Displays the organization's total number of event registrations.

{% hint style="info" %}
The data is shown for the selected time period.
{% endhint %}

<figure><img src="https://3411187760-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M2DCN9UgoRgMEkgnLyP-887967055%2Fuploads%2Fgit-blob-f589310b08bc2c38953512d3c1f8440893710d34%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

### **Event List**:

#### A tabular format displaying a list of all events, past events, and upcoming events:

* Event Name
* Event Date
* Registrants
* Speaking proposals
* Event sponsors

<figure><img src="https://3411187760-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M2DCN9UgoRgMEkgnLyP-887967055%2Fuploads%2Fgit-blob-ac86208584bf0d09ccaf567deb8006efdfe5965a%2Fvideo_01(10).gif?alt=media" alt=""><figcaption></figcaption></figure>

### **Attendees Leaderboard**

* **Ranking**: Displays a ranking of employees from the user's organization based on the number of events they have attended.
* **Leaderboard Table**: A tabular format displaying the top attendees, including:
  * Employee Name
  * Number of Events Attended
  * Total Attendance

### **Speaker Leaderboard**

* **Ranking**: Displays a ranking of employees from the user's organization based on the number of events they have spoken at.
* **Leaderboard Table**: A tabular format displaying the top speakers, including:
  * Employee Name
  * Number of Events Spoken At
  * Total Number of Speakers

#### **Graph of Events and Attendees Growth**

**Bar Chart**: A bar chart displaying the total number of in-person and virtual attendees for the selected time period.


---

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