> 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/organization-dashboard-v1/projects/meetings.md).

# Meetings

Meetings tab provides with list of all the meetings that are scheduled between representatives from your organization and the representation from the project. These meetings are also associated with the various meetings as part of committee.

The meetings tab allows you to view your meetings either in List View or Calendar View.

## List View

The list view provides you meeting details related to a particular individual. To view individual meeting details, you need to click Go to Individual Dashboard link. For more information, refer [My Profile](https://docs.linuxfoundation.org/lfx/my-profile).

![List View](https://files.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-MgAESFs0H7zYsmTgcOZ%2F-MjSlxVv016wpsPyiK0I%2F-MjSnBYs3gPLMH0Kl3f2%2FList_View.png?alt=media\&token=4cb3f88c-daf4-4247-b247-8daee31faad1)

## Calendar View

Calendar view provides the details of the scheduled meetings in a calendar. The numbers of meetings scheduled for the day is shown on the date and day of the calendar. A table with details of the meetings is also available to check the following details related to the meeting:

* Time of the meeting
* Meeting name
* Number of participants in the meeting
* Status of the attendance

{% hint style="info" %}
You can see the private meetings by visiting the **Go to** **Individual Dashboard** link.
{% endhint %}

You can categorize the meetings based on:

* All up coming meetings
* Recurring meetings
* Non recurring meetings
* Past meetings

![Meetings](https://files.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-MgAESFs0H7zYsmTgcOZ%2F-Mi6ytUfeOo5mbdbbW4l%2F-Mi71d-8BO6t1l7p0g_g%2FMeetings.png?alt=media\&token=1a00d909-097f-4703-a8af-29207b57a657)


---

# 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/organization-dashboard-v1/projects/meetings.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.
