# Decorations

Decorations in Kumu allow you to change color, size, and other visual properties of elements, connections, and loops in your map. They are a powerful way to guide your map readers toward valuable insights about your system or network.

![Color and size decorations](/files/J8TXACe0osaDLyd4nuki)

There are two types of decorations in Kumu:

1. [Direct decorations](/guides/decorate/direct-decorations.md)
2. [Data-driven decorations](/guides/decorate/data-driven-decorations.md)

**Direct decorations** are the right choice if you just need to make some quick visual changes to a few specific elements, connections, or loops. They're also great if you're just getting started with Kumu and want to get a sense of what is visually possible.

**Data-driven decorations** are the right choice if you want Kumu to decorate your map automatically, based on the data stored in [profiles](/guides/profiles.md). They're excellent in any situation where decorating each item individually would be tedious, and they're the best choice choice if your map is going to grow and add more data in the future.

{% hint style="info" %}
More of a visual learner? [Make sure to check out our webinar on "Kumu Map Design: From Good to Great".](https://www.youtube.com/watch?v=KJbjLCO1y5c\&t)
{% endhint %}


---

# 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://docs.kumu.io/guides/decorate.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.
