# Renaming Rooms

Editing the names of the rooms based on different room properties has been one of the most common requests for the Model Editor. Use the Python script editor to rename all the rooms or a selection of the rooms based on the different room properties. See [this example](/user-manual/model-editor/python-script-editor/your-first-python-script.md#rename-the-rooms) for getting started.

See this example for a more advanced option that uses the room program type for renaming the rooms.

{% embed url="<https://discourse.pollination.solutions/t/ability-to-denote-general-room-space-types-or-have-manage-room-properties-pick-up-the-room-space-tag-info/2890/24>" %}


---

# 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.pollination.solutions/user-manual/model-editor/workflows/renaming-rooms.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.
