> 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/edit-a-smartboard.md).

# Edit a smartboard

## Edit a title

![](/files/FPy4tgMicZrQFvxbQA6D)

To modify the title of the *Smartboard*, click on the first button, and replace the old title with the new one.

## Edit position and size of a section

![](/files/G7dR2bevglDJdt9kklEY)

By clicking on the **Edit layout** button, you can choose the layout of your choice by dragging the blocks to move them and clicking on the ink at the bottom right of each block to change its size. Click **Save layout** to save your changes.

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

## Edit a section

To edit a block, click on the action button (three points aligned vertically) at the top right of each block.

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

A drop-down menu will appear with the following options :

* ***Explore*** to go to the analysis part (*Explore*) of your *Topic* in order to do further analysis.
* ***Edit section*** to modify the section (more details below).
* ***Delete section*** to delete the section.
* ***Copy*** to duplicate the section in the smartboard of your choice (it can be duplicated in the same smartboard).
* ***CSV export*** to export data in excel format.

By clicking on ***Edit section***, section's parameters will appear. They are specific to each section, click on the links below for more details.

| <p><a href="/pages/CGyfXHzI0T6z2sVSleLI"><mark style="color:blue;"><strong>Timeline</strong></mark></a><br>Shows the evolution of a <em>Topic</em> activity. Useful for comparing topics, competitors, or networks.</p>           | ![](/files/E6O10HQ00w2KEuJw1Kkq) |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------- |
| <p><a href="/pages/OYOU7l9pBDuUdgg4hU9r"><mark style="color:blue;"><strong>Count</strong></mark></a><br>Quantitative datas about your <em>Topic</em>.</p>                                                                         | ![](/files/yOJQhtl0kLjNDsqoMtFJ) |
| <p><a href="/pages/UGacUQx7VSQ6Fi0o9EDL"><mark style="color:blue;"><strong>Posts/Users/Articles</strong></mark></a><br>Review of posts, users or articles.</p>                                                                    | ![](/files/1rhzW5Kgc76MYI70SNj1) |
| <p><a href="/pages/QcDFHjjTJ3jC9YKoo5gL"><mark style="color:blue;"><strong>Cloud</strong></mark></a><br>The word cloud highlights what is the most discussed within your <em>Topic.</em></p>                                      | ![](/files/Zm8NdsSc3gQuu0qYyl3M) |
| <p><a href="/pages/g48aZSpUABjraOHcINW7"><mark style="color:blue;"><strong>Table</strong></mark></a><br>The table allows you to get a more detailed view of hashtags, expressions, countries etc.</p>                             | ![](/files/BBZAOpycGa9KJcEKrEeR) |
| <p><a href="/pages/PHk17UQ9osWqryVv4iKd"><mark style="color:blue;"><strong>Bar chart</strong></mark></a><br>The bar chart is used to make comparisons between topics, sub-topics and/or social networks.</p>                      | ![](/files/WXu11slA02l81JtXQbVk) |
| <p><a href="/pages/0RnUGcjUbsSWuxPIh9d9"><mark style="color:blue;"><strong>Pie chart</strong></mark></a><br>The pie chart is an automatic graph giving you a share of voice.Allows you to add comments, analysis, titles etc.</p> | ![](/files/C1pzYZmhbwhjLRxrKz1b) |
| <p><a href="/pages/GYp2CYQbDMP4jRQUqMB7"><mark style="color:blue;"><strong>Text</strong></mark></a><br>Used to add comments, analyses, titles etc.</p>                                                                            | ![](/files/HZ8baMSsspQ30zTAdsz0) |
| <p><a href="/pages/C3ZZAPOowZFdSFqcdcxs"><mark style="color:blue;"><strong>Separator</strong></mark></a><br>Used to organize your smartboard with titles.</p>                                                                     | ![](/files/HW090SS4iBiS9HxIwsne) |
| <p><a href="/pages/FuL6HSIguSI5hodLKq53"><mark style="color:blue;"><strong>Image</strong></mark></a><br>Images or logos can be added to your smartboard.</p>                                                                      | ![](/files/RaM3h7hu5m3K0PXTjUZj) |


---

# 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/edit-a-smartboard.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.
