# PO\_ResetIdentifier

Reset a honeybee object's identifier and boundary condition. You can also select partial room's sub-faces for resetting boundary conditions.

## Options

* **ID**

  Reset identifier criteria.
* **GenerateNewID**

  Create a new ID randomly.
* **ByDisplayName**

  Use display name as ID.
* **ByDisplayNameAndID**

  It combines display name and random ID.
* **Face**

  Yes to reset all faces' ID.
* **Room**

  Yes to reset rooms' ID.
* **SensorGrid\_View**

  Yes to reset sensor grids' ID.
* **Validate**

  Yes to run model validation after resetting.

Notes:

* All geometries' boundary condition will be reset to Outdoor, unless geometry touches the ground (0) and then it will be set to Ground.

## Video Tutorials

{% embed url="<https://youtu.be/_Nyi8JTHpiA>" %}
How to use PO\_ResetIdentifier command
{% endembed %}


---

# 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/rhino-plugin/pollination-commands/alphabetically/po_resetidentifier.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.
