# Realtime

Marple supports visualisations of realtime data!

If a data set is realtime, the realtime metadata field will be True, and a blue checkmark will show in the data library.

<figure><img src="/files/3xO8PtnH2JDgyNWBtZNG" alt=""><figcaption></figcaption></figure>

To mark that certain data is realtime you will have to set the `realtime` variable to `True` when making a connection.&#x20;

See also [Setup and Configuration](/docs/marple-insight/setup-and-configuration.md).

## Live mode

If you selected a realtime dataset to visualise, you will notice that the time axis is automatically updated and new data appears. There will also be a 🔴 Live banner in the top left of the screen to show that the data is live.

<figure><img src="/files/27JAeCVAIGlPRJFeMY2m" alt=""><figcaption></figcaption></figure>

## Refresh rate

By default the refresh rate is set at 1s. To change the refresh rate, simply click on the dropdown button next to the Live banner, and set the desired refresh rate.

Next to the refresh rate, you will see in grey what the maximum view is of data you visualise given the chosen refresh rate.

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

## Disable live mode&#x20;

To disable the live view realtime data, simply set the refresh rate to `None`. The live banner will then show the *Resume* status.

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

You can now analyse the data from the realtime dataset as any other data set. You resume by selecting a refresh rate other than `None`.

Easily toggling live mode on and off, and treating the realtime data as any other dataset, is very powerful.

## Discover Livedata playback in 1 minute

{% embed url="<https://www.youtube.com/watch?index=41&list=PLtVuqpI9QpJAFtUEvuS23Z47XGHrRc_P9&v=xUP3MWwTpnM>" %}

Want to discover more Marple features in 1 minute? Check out other [1 Minute Marple videos](/docs/other-resources/1-minute-marple-videos.md)


---

# 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://docs.marpledata.com/docs/marple-insight/user-manuals/visualisation/realtime.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.
