# Automatic iProperties

“Auto iProperties” contains features that will allow you to create, fill, update, and synchronize the Inventor document iProperties automatically in the background, without your further intervention. This feature can **save you up to 100 % of the time** normally spent on custom iProperties updates.

{% hint style="success" %}
You start with an empty set of default iProperties, but when you click the Save button, all important iProperties get populated and/or created for you automatically. With each subsequent save of the document, the properties are automatically updated.
{% endhint %}

<figure><img src="/files/POhMXO4s3UiVzu8xT6GQ" alt="" width="563"><figcaption></figcaption></figure>

## Select or define your required iProperties

1. Go to Be.Smart T4I (ribbon) -> Be.Smart T4I (panel) -> Edit settings -> Auto iProperties tab and from the tabs `File`, `Physical`, `Drawing`, and `Sheet metal` select the iProperties you want to be automatically created/updated in the `Custom` tab of the document’s iProperties (see the examples at the bottom of this page).

<figure><img src="/files/6jyDT20gDAh41SiDH1eN" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Don’t forget to check the `Create property if needed (or update existing)` at the bottom left corner of the window.
{% endhint %}

{% tabs %}
{% tab title="FILE tab example" %}
For the assembly and part files only (in this case), `LastSaveDate` and `LastSavedBy` iProperties will be created/updated automatically.

<figure><img src="/files/EjY0JhFIkLUwx6YBx4vC" alt="" width="563"><figcaption></figcaption></figure>
{% endtab %}

{% tab title="PHYSICAL tab example" %}
The mass of the model (part or assembly) will be stored in the `Mass` iProperty (three decimal places, units included), and the dimensions of the part file bounding box (units in a separate iProperty, two decimal places) will be stored in `MaxDimensionX`/`Y`/`Z` iProperties.

<figure><img src="/files/e5UUMYSctOzSKx8pnhqS" alt="" width="563"><figcaption></figcaption></figure>
{% endtab %}

{% tab title="DRAWING tab example" %}
A drawing paper size and the first view scale will be stored in their respective iProperties. Also, the `LastSavedBy` and `Mass` iProperties will be created/updated.

<figure><img src="/files/fPfmndFbtEjW4eZ7HqsL" alt="" width="563"><figcaption></figcaption></figure>
{% endtab %}

{% tab title="SHEET METAL tab example" %}
A flat pattern dimensions (extents) will be stored in the `SM_Extents` iProperty (length x width; two decimal places), and the individual sheet metal flat pattern dimensions thickness, length, and width will be stored in their respective iProperties (length and width will be stored as numbers).

<figure><img src="/files/a8ZoiypIkOkaS8J9hPXq" alt="" width="563"><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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://help.holixa.com/holixa-tools4inventor/quick-start-guide/automatize-your-iproperties-workflows/automatic-iproperties.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.
