> For the complete documentation index, see [llms.txt](https://docs.pollination.solutions/user-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pollination.solutions/user-manual/rhino-plugin/daylight-modeling/assign-modifier-sets.md).

# Assign Modifier Sets

Materials that we use for any Radiance related simulations is called **Modifier**. We have also added a new concept **Modifier Set** for a group of modifiers. Modifier set is useful in cases when users want to have a global control of all modifiers that apply to the entire project, and easier for reporting a modifier summary.

{% embed url="<https://www.youtube.com/watch?v=lV9nJTqzjhg&list=PLHnzKQMrclYmtPc_ISoD6vdjtPG3786S0&index=12>" %}

## Step 1

Use command [PO\_EditRoomProperties](/user-manual/rhino-plugin/pollination-commands/alphabetically/po_editroomproperties.md) or double click the room from "Room Manager" to bring up the "Room Properties" dialog, in which you can override room's modifier set.

![](/files/-MegbHl3ArzMXS7V6WbB)

## Step 2

From ModifierSet manager, select a modifier set that you want to apply to the room. You can also double click the selected item or click Edit button to review the details of this modifier set.

![Select one modifier set from the list](/files/-Megc28SVYu8m5ZITJI3)

![Review and edit modifier set](/files/-Megceu0vMR9yy1NBIcw)


---

# 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://docs.pollination.solutions/user-manual/rhino-plugin/daylight-modeling/assign-modifier-sets.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.
