> 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/template/customization/colors.md).

# Colors

## Colors in Tables and Groups

Simply adopt the design and colors of your monday.com board in your reports and create a better overview through a uniform design.

Not only does it sound fantastic, it's also super easy!

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

## Output colors on your documents

Your colors will automatically be adopted from the settings in your board and displayed on your document via a placeholder. If you use purple, your document will also be colored purple. Do you prefer green? Then we output green. You are free to choose.

Hardly see any difference here? Then we have reached our goal!

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

### **Group colors**

To display the colors of your groups on your document, you need to add this placeholder to your template:

**`{{Name | GroupColor}}`**

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

The colored stripe on the side can be displayed with this placeholder:

**`{{Empty | GroupColor}}`**

<figure><img src="/files/0H7TcsJxOstfNM6gsqYS" alt=""><figcaption></figcaption></figure>

### **Status color**

To display the colors of your status on your document, you need to add this placeholder to your template:

**`{{NameOfStatusColumn | WithColor}}`** *e.g.* **`{{Status | WithColor}}`**

**Note:** Please exchange "NameOfStatusColumn" with the name of your column. If you want to learn more about placeholders, [please visit our help center](/getting-started/welcome.md).

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

### Status column placeholders color

Replace 'Status' with the actual title of your status column. If your column title is 'Project Phase', the placeholder would be **`{{Project Phase}}`**

* **`{{Status}}`** -> Label of your status column (e.g. Done or Stuck)
* **`{{Status | WithColor}}`** -> Label with background highlight
* **`{{Status | WithTextColor}}`** -> Label with text color from status label (e.g. <mark style="color:green;">**Done**</mark> or <mark style="color:red;">**Stuck**</mark>)

### **Download template**

Get started with our template for project reports with color. This docx template already contains all placeholders for colors. All you have to do is tailor it to your company.

[Download docx Template / Project Report with color](https://www.docexport.com/wp-content/uploads/2024/01/ProjectReportWithColor.docx)


---

# 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.docexport.com/template/customization/colors.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.
