# Mirror Columns

## Mirror Columns&#x20;

Monday.com Mirror Columns are a great way to store the same information in multiple boards across your account and update separate columns without doing double the work.&#x20;

By connecting your boards and mirroring information from one or more boards to another, you can easily make changes to any board and the changes will be reflected in the other board(s) as well.

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

## Output Mirror Columns on your reports

To round things off, you can output your Mirror Columns on your reports via PDF Report Generator.&#x20;

And the best part?

All you need is the name of the respective column in the board! This name forms the placeholder that you insert into your Word template and the content of your Mirror Column will be output on your generated reports.

### **Add placeholder for your Mirror Column**

Just put the name of your column in curly brackets and add this placeholder to your DOCX template. If the column is called “Mirror”, you add this placeholder to your Word template:

**`{{Mirror}}`** for Board Level Reports (table with several items)

or

**`{{Item.Mirror}}`** for Item Level Reports

In this example: `{{Course Status}}`

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

It can't get any easier than this!


---

# 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.pdfreportgenerator.com/create-template/mirror-columns.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.
