# Display Messages

![control realtime messages](https://2100860514-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5xSBdLnIwNcJR5fryFDs%2Fuploads%2FYBLR1Nec2GZeQykpoQsu%2F200%20editor%20overview.png?alt=media\&token=842102ea-2295-45cc-b67d-94e162469c2b)

#### 4. Display Messages

The Display Messages features allow sending real-time information for different types of views.

A typical use case would be sending a message to the speaker screen onstage with instructions on time or the presentation.

As of now, there are three separate messages possible

* [Stage Timer / Presenter Screen](https://ontime.gitbook.io/v2/views/stage-timer)
* [Public Screen](https://ontime.gitbook.io/v2/views/public-info)
* [Lower Third](https://ontime.gitbook.io/v2/views/lower-thirds)

{% hint style="info" %}
Using the visibility button to toggle on / off the message. You are able to type while the message is visible.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://ontime.gitbook.io/v2/main-concepts/interface-1/display-messages.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
