> For the complete documentation index, see [llms.txt](https://help.visibrain.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.visibrain.com/platform-guide/smartboards/create-a-smartboard/timeline.md).

# Timeline

## Create or edit a *Timeline*

By adding a new section called *Timeline*, the page below will appear.

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

This page will allow you to add the following :

| ***Type***               | Modify the section type while keeping the associated *Topic(s)*.                                                                                                      |
| ------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| ***Title***              | Add or modify the title.                                                                                                                                              |
| ***Comment***            | Add or edit comments to the section. You can choose the background color according to the importance of the comment (information, danger...)                          |
| ***Timelines - Topic***  | Associate one or more topic(s) or sub-topic(s) with the *Timeline*. You can click on the *Topic* name to access the list of all *Topics*. You can also add *Filters*. |
| ***Timelines - Target*** | Choose the item you need to measure (post, impression, likes etc).                                                                                                    |
| ***Timelines - Color***  | Choose the *Timeline* color.                                                                                                                                          |
| ***Timelines - Label***  | Choose the *Timeline* label.                                                                                                                                          |
| ***Add timeline***       | Add *Timelines* associated with other *Topics* or *Subtopics*.                                                                                                        |
| ***Resolution***         | Choose the precision you need (automatic, minutes, hours, days, months).                                                                                              |
| ***Smooth timelines***   | Soften the peaks of the graph.                                                                                                                                        |
| ***Custom period***      | Option to activate if you want to give a specific period of time to your section that differs from the *Smartboard'*&#x73; one.                                       |

{% hint style="info" %}
You can mix several topics or sub-topics in the same *Timeline* by giving them the same label.
{% endhint %}

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

## Examples of timelines

#### 1. Comparing topics

<figure><img src="/files/6wTONNlc8TYUIKKWCDIk" alt=""><figcaption></figcaption></figure>

#### 2. Comparing social media

<figure><img src="/files/7hYqypQu3sLNW3XK7DSB" alt=""><figcaption></figcaption></figure>

#### 3. Comparing competitors

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


---

# 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://help.visibrain.com/platform-guide/smartboards/create-a-smartboard/timeline.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.
