> For the complete documentation index, see [llms.txt](https://knowledge-base.letsgetdigital.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge-base.letsgetdigital.com/the-admin-panel/communication/virtual-platform/push-notifications/examples-for-push-notifications.md).

# Examples for push notifications (Virtual event)

## Example notifications

### General messages (to everyone)

* Thank you for your attendance at the \[Enter event name]! We are looking forward to welcoming you to our next events as well! Please check the future dates on our website:
* The Closing Panel will start in two minutes. Please, use the button "Current Session" in the lobby or choose "Opening Panel" in the programme overview to join the panel.
* COFFEE BREAK. Get yourself a lovely cup of coffee or tea. Get in touch with our speakers and other attendees. Don't miss the other panels and sessions located in the programme overview.
* The next sessions will start in 5 minutes. You can join via programme overview and add your favourite session to your personal programme which can be found in the menu.&#x20;
* Do you have any questions concerning the platform? Get in touch with managers or use the chat on the upper right to get in touch with us.&#x20;
* LUNCH BREAK. Use this opportunity for a short break. Get in touch with other attendees and companies and schedule a private meeting. Check out our "Networking" lounge for your personal meetings overview.&#x20;
* We will start with the Opening Panel at 9.30 am. Please have a look around and use the lobby to check the programme today. Welcome to the Event!

### Messages to speakers

* Please watch the speaker instruction video carefully.&#x20;
* Use Chrome as a browser.&#x20;
* 5 minutes before your program item starts attendees can enter the room! Be ready to be seen.


---

# 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://knowledge-base.letsgetdigital.com/the-admin-panel/communication/virtual-platform/push-notifications/examples-for-push-notifications.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.
