# How to manage product identifiers

Sometimes you will want to update the product identifier when attributes change, setting up a business rule to handle it can save time in the long run. To do so set up a rule with a "product is created or updated" trigger.  Then set up an action that updates the product identifier. In this example the action that is used is the Copy value action copying the General.ID attribute to the Product identifier.&#x20;

<figure><img src="/files/gKtLOdwFejwJl8wbRTkp" alt=""><figcaption></figcaption></figure>


---

# 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.struct.com/pim3/tutorials/helpful-guides/how-to-use-business-rules/how-to-manage-product-identifiers.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.
