> For the complete documentation index, see [llms.txt](https://help.docexport.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.docexport.com/getting-started/create-templates/subitem-level-template.md).

# Subitem Level Template

{% hint style="info" %}
When generating an **Subitem Level template**, the information of **a single subitem** from your monday board can be included in the document.

Possible use cases: product labels, product specification sheets, task sheet,...
{% endhint %}

## Create a template <a href="#create-a-template" id="create-a-template"></a>

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

### Add general placeholders <a href="#add-placeholders" id="add-placeholders"></a>

Put placeholders where you want to include data from your monday board.

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](/template/placeholder-directory.md) to find a list of the most common placeholders along with detailed information.

### Add subitem placeholder

To retrieve the **value from a specific subitem** in your board, the placeholder consists of the prefix “Subitem.” and the column title within two curly braces: `{{Subitem.ColumnTitle}}`

Examples:

`{{Subitem.Status}}` – data from an subitem’s status column\
`{{Subitem.Due Date}}` – an subitem’s due date\
`{{Subitem.Product SKU}}` – an subitem’s product number

### Add parent item placeholder

You can also include data from the parent item with the prefix “Item.” and the column title within two curly braces: `{{Item.ColumnTitle}}`

Examples:

`{{Item.Name}}` – the parent item name\
`{{Item.Order Nr}}` – the parent item order nr

### Example use case: Box Shipping Label

In this example, you have a board containing orders and want to generate PDF labels for each subitem, which you can then print and attach to shipping boxes.

Each item contains client and order information, along with subitems representing the relevant product details. For each product subitem, you want to generate a label that combines information from both the subitem and its parent item.

#### Board structure

<figure><img src="/files/81Pc24ZFs5TM3a7YNSGY" alt=""><figcaption></figcaption></figure>

#### Example template

{% file src="/files/dpU2LAbPBrzlGg9fk8OV" %}

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

#### Result PDF Label

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

### Subitem Template Automation

Subitems template can also be used in monday automations. After defining the "Actions/Automation" (e.g. save to file column and/or send via email) for your subitem template, create a new monday automation:

* In your monday board, click on "Automate"
* Create from scratch
* Select the trigger (e.g. When subitem status changes)
* Add the DocExport action -> Search for "DocExport" and select "Generate DocExport subitem document"
* Select your template and save

<figure><img src="/files/W0vhnvIREuIDvgiLhvld" 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:

```
GET https://help.docexport.com/getting-started/create-templates/subitem-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.
