# Mirror Columns

## Mirror Columns&#x20;

Monday.com [Mirror Columns ](https://support.monday.com/hc/en-us/articles/360001733859-The-Mirror-Column)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/42QSAS4dr4VX161H61lN" alt=""><figcaption></figcaption></figure>

## Output Mirror Columns on your documents

To round things off, you can output your Mirror Columns on your documents via DocExport.&#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 document and the content of your Mirror Column will be output on your generated documents.

### **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 Documents (table with several items)

or

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

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

<figure><img src="/files/TCaY7KzlJVRhEXAXFIrU" 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.docexport.com/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.
