> For the complete documentation index, see [llms.txt](https://docs.bdb.ai/bdb-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bdb.ai/bdb-documentation/data-visualization/self-service/storyboard/options-assigned-to-a-view/analyse/timeline-play.md).

# Timeline Play

{% hint style="info" %}
Check out the below-given walk-through on the Timeline Play functionality.
{% endhint %}

![Timeline play functionality](/files/0VlOP1xXg8hlX46RJSnN)

This feature allows the users to see the data changes over time. For this to achieve, at least one Time dimension should be there in the data store.

* Navigate to the Analyse view page.
* Click the ***Time*** ***Play*** icon.      &#x20;

![](/files/LPof31tAxpwpOYz46JHy)

* The Timeline Play window opens.
* Fill in the required information in the Timeline Play window:
* Time Dimension
* Date Interval
* Date Type
* Start Date
* End Date
* Time Delay
* Click the ***START*** option.

&#x20;    ![](/files/yTSjgEDR9fTqbwRz9cY7)                                          &#x20;

* The timeline play gets displayed for the selected period.

&#x20;      E.g., the below image displays data for the date 28th February 2017.

&#x20;                                                                    &#x20;

![](/files/WCqaj0Sh8X2dibDfqWPU)

&#x20;      E.g., the following image displays data for the date 29th May 2017.

&#x20;                                                   &#x20;

![](/files/YCarn0Q9s62wEwyBf8Vd)

{% hint style="info" %} <mark style="color:green;">Please Note:</mark> The timeline play can be paused by clicking the ***Stop Timeline Play*** ![](/files/Rm1tCkanKaKr7nn0n8jf) icon.
{% endhint %}

* The user can resume the stopped timeline play by clicking the ***Resume*** ***Timeline Play*** icon.   &#x20;

![](/files/2ljuIOUBfnoNPeCnxsia)

* Once the timeline play gets over, a **Replay** icon appears using which the users can replay the timeline play.                     &#x20;

![](/files/FL3C8awc8NWu7taxiDLC)


---

# 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://docs.bdb.ai/bdb-documentation/data-visualization/self-service/storyboard/options-assigned-to-a-view/analyse/timeline-play.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.
