> For the complete documentation index, see [llms.txt](https://guides.noloco.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.noloco.io/views/display/record-colors.md).

# Record Colors

Record coloring allows you to quickly distinguish between records, without expanding all the details. Record coloring is useful for things like:

* **Overdue Tasks**: Highlight tasks that are overdue and not marked as complete in bright red.
* **Upcoming Deadlines**: Highlight tasks that have a due date within the next three days and are not marked as complete in yellow.
* **Completed Tasks**: Highlight completed tasks with a neutral gray, making other records stand out in comparison.

{% hint style="info" %}
This feature is available on Pro, Business, and Enterprise plans
{% endhint %}

{% hint style="success" %}
Record Colors are supported on Table, Grid, Cards, Colums, Kanban, and Rows layouts
{% endhint %}

{% @arcade/embed url="<https://noloco.share.arcade.software/share/j1kB3W7Nq2KZKKWZ0jMN>" flowId="j1kB3W7Nq2KZKKWZ0jMN" %}

### **Setting Up Record Colors**

1. **Navigate to the Options tab**: Open the settings for the layout where you want to apply record highlighting, and choose the 'Options' tab.
2. **Add a new Record Color**: In the 'Record Colors' section, click the `+` icon to add a new record color.
3. **Choose your Color:** Choose from one of our colors, that will be applied when the conditions are met
4. **Define Conditions**:

   Specify conditions (e.g., equals, greater than) for the field. Choose from a combination of AND / OR conditions that will determine when to apply your color.

### **Example Use Cases for Record Colors**

* **Project Management**: Highlight tasks by priority (e.g., high priority in red, medium in orange, low in green).
* **Sales Tracking**: Highlight deals by stage (e.g., prospecting in blue, negotiation in yellow, closed in green).
* **Customer Support**: Differentiate tickets by status (e.g., new in red, in-progress in orange, resolved in green).


---

# 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://guides.noloco.io/views/display/record-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.
