> For the complete documentation index, see [llms.txt](https://docs.linuxfoundation.org/lfx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.linuxfoundation.org/lfx/organization-dashboard/events-insights/attendees-insights.md).

# 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="/files/bYa5H2nGk1vbD5uCQHD1" 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="/files/rdsPUBkDhNFMEUq0UQjO" 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
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.linuxfoundation.org/lfx/organization-dashboard/events-insights/attendees-insights.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.
