> For the complete documentation index, see [llms.txt](https://story.groupthought.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://story.groupthought.com/sections/story-sections/timeline-with-banner.md).

# Timeline with banner

Add a compact horizontal timeline that includes an optional overlay effect with an image banner:

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

Each timeline episode is added as a timeline block:

<figure><img src="/files/4Q6VnSRisWCKUEnuymP6" alt=""><figcaption></figcaption></figure>

### Mobile

An optional mobile image can be used with the same overlay effect. The timeline episodes can be scrolled with touch swipes.&#x20;

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

### Choose colors

The section settings include color options for:

* Background color for the banner and timeline
* Color of the dates which are overlayed over the banner. Or when used without a banner.&#x20;
* Text color of the timeline episodes

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

### Standalone timeline

The horizontal timeline strip can be used without the banner image and added anywhere on your page to create a different style:

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

In this example, we've used a different image banner section and added the timeline strip below. This removes the overlay effect and adds spacing. The strip can be combined with any of the sections in Story.&#x20;

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

To use separately, uncheck "Enable image overlay" option in the section settings.&#x20;


---

# 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://story.groupthought.com/sections/story-sections/timeline-with-banner.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.
