# Board Level Template

{% hint style="info" %}
When generating a Board Level document, the **entire board** or specific columns will be output as a **table**, including all items (rows).

Possible use cases: project report, charts, timesheet, tasks, product/service list, lead pipeline, …
{% endhint %}

## Get started using the Board Print

{% embed url="<https://youtu.be/qwKo2s0WcQU?si=5P4ncngJjgn4SgwD>" %}

## Create a template

Create your own template from scratch or customize one of your existing business documents in **Microsoft Word format (.docx)**.

{% embed url="<https://youtu.be/TdBTKctKgMg?si=ERNlQtLHRfxhbjM4&t=60>" %}

## Add placeholders

Put placeholders where you want to include data from your monday board.&#x20;

To retrieve **general information**, add placeholders within two curly braces.

Examples:

`{{User.name}}` – Name of monday user \
`{{Board.name}}` – Name of monday board

Please browse our [Placeholder Directory](https://help.docexport.com/template/placeholder-directory) to find a list of the most common placeholders along with detailed information.

## Create a table

To display **information from your board**, create a table with two rows - one for the headings, and one for the items. This row will automatically be replicated by the number of items you want to include in your generated document.&#x20;

Add `{{TableStart:Items}}` to the first cell of your items row and `{{TableEnd:Items}}` to the last cell. These placeholders combine the rows across the entire board and can thus retrieve all items and output them on the document.

Between these two placeholders you will need to add placeholders for the columns you want to show in your document.&#x20;

A placeholder for a column consists of the column title within two curly braces: `{{ColumnTitle}}`&#x20;

{% hint style="info" %}
Composition of your table:

**`{{TableStart:Items}}`**`{{Column Title}}`**`{{TableEnd:Items}}`**
{% endhint %}

This is what a table could look like:&#x20;

<figure><img src="https://content.gitbook.com/content/MnVzL8c1pE5zXO95iUKm/blobs/YiYSRFHRz6SQFfzS4l5W/Board%20Level%20Template.png" alt=""><figcaption><p>Creating a Board Level template</p></figcaption></figure>

## Group items

In many cases, you will have several groups within one monday board. If you use the placeholders as shown above, all items will be listed underneath one another, and won't be grouped like in your monday board.&#x20;

<figure><img src="https://content.gitbook.com/content/MnVzL8c1pE5zXO95iUKm/blobs/TH8PD0gdZnzmZEPio78J/Board%20Level%20Template%20ungrouped.png" alt=""><figcaption><p>Board Level Template - ungrouped</p></figcaption></figure>

To arrange your output items in groups, wrap your whole table between the placeholders `{{TableStart:Groups}}` and `{{TableEnd:Groups}}`.

<figure><img src="https://content.gitbook.com/content/MnVzL8c1pE5zXO95iUKm/blobs/CBQdjovCdeWYuFQYvYRG/Board%20Level%20Template%20grouped.png" alt=""><figcaption><p>Board Level Template - grouped</p></figcaption></figure>


---

# 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://help.docexport.com/getting-started/create-templates/board-level-template.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.
