> ## Documentation Index
> Fetch the complete documentation index at: https://docs.junojourney.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Browsing Events

> Find live sessions, workshops, webinars, and instructor-led training in Juno.

export const FeatureAvailability = ({module, feature}) => {
  const label = feature || module;
  return <Info title="Feature availability">
      {label ? <>This feature requires the <strong>{label}</strong> module. </> : <>This feature may not be enabled for your organization. </>}
      If you don't see it in Juno, contact your administrator.
    </Info>;
};

<FeatureAvailability module="Events" />

## Finding events

Browse all available events at **Events** (`/events`) in the sidebar. You'll see a list of upcoming sessions with their title, date, time, location, and available spots.

***

## Event types

| Type                              | What it is                            |
| --------------------------------- | ------------------------------------- |
| **Event**                         | General live session                  |
| **Webinar**                       | Online presentation or lecture        |
| **Workshop**                      | Interactive hands-on session          |
| **Instructor-Led Training (ILT)** | In-person training with an instructor |

***

## Filtering and search

Use the filter panel to narrow events by:

* **Event type** — webinar, workshop, ILT, or general event
* **Instructor** — who's leading the session
* **Location** — where the event takes place
* **Registration policy** — single session, multiple sessions, or all sessions

Use the search bar to find events by name or keyword.

***

## Event details

Click any event to see its full details:

* Description and agenda
* Date, time, and timezone
* Location (physical or virtual link)
* Instructor(s)
* Number of attendees and available spots
* Waitlist status (if the event is full)
* Video conference link (Zoom, Google Meet, or Teams) if it's a virtual event

***

## Registration policies

Events can have different registration policies:

| Policy                | What it means                                                  |
| --------------------- | -------------------------------------------------------------- |
| **Single session**    | You register for one session only                              |
| **Multiple sessions** | You can register for multiple sessions of the same event       |
| **All sessions**      | You're automatically registered for all sessions when you join |
