> For the complete documentation index, see [llms.txt](https://manual.senseforce.io/manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.senseforce.io/manual/sf-platform/virtual-events/scheduling-overview.md).

# Scheduling Overview

The Scheduling Overview popup is a feature that allows users to see their current virtual events based on their scheduling. This feature provides an overview of all existing and active virtual events and their corresponding time intervals, making it easier for users to plan their work accordingly.

### Accessing the Scheduling Overview popup

To access the Scheduling Overview popup, go to the Virtual Events page and click the "three dots" button in the top right corner.

<figure><img src="/files/oVzXuO1ogJYlEWPoppqP" alt=""><figcaption></figcaption></figure>

You can also access the Scheduling Overview pop-up from the Edit Virtual Event page.

<figure><img src="/files/EWImwNi9gxY0ALioaIke" alt=""><figcaption></figcaption></figure>

### Scheduling Overview popup

In the Scheduling Overview popup, you will see all your existing events grouped by their scheduling. Please refer to the [Trigger ](/manual/sf-platform/automations/trigger.md)page for more information about the scheduling options.&#x20;

<figure><img src="/files/LdCtWrXNoSS8aWyFFZyt" alt=""><figcaption></figcaption></figure>

#### Virtual Events with the same interval

To view all the events with the same interval, click the arrow next to the number of items. This will expand a tree component showing all the events with the same interval.&#x20;

<figure><img src="/files/RXeg4wIDQZQAQ4hSthCj" alt=""><figcaption></figcaption></figure>

#### Searching and filtering for the event name

To search and filter for a specific event, enter its name in the popup's search bar in the top right corner. This will filter the events based on the entered name.

<figure><img src="/files/KR55eEOcJBEYOlzRj4DR" alt=""><figcaption></figcaption></figure>

#### Virtual Event Details

To view the details of each event, you can click on "View" to go directly to that event page after expanding the list of items. You can modify the schedule, attributes, or any other details from there.

<figure><img src="/files/jW2v2cpxgNxlOgNledSV" alt=""><figcaption></figcaption></figure>

<br>


---

# 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://manual.senseforce.io/manual/sf-platform/virtual-events/scheduling-overview.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.
