# Protect Your T4I Settings

To keep your workflows uninterrupted, T4I settings can be easily backed up and restored if needed.

{% hint style="warning" %}
By default, the T4I settings are stored in the Windows registry. When modifying the registry, always proceed with caution.
{% endhint %}

## Backup Your Settings

1. Go to the Be.Smart T4I (ribbon) -> Be.Smart T4I (panel) -> Export settings.<br>

   <figure><img src="/files/bPdeJlc4FfYuciDjpBlG" alt=""><figcaption></figcaption></figure>
2. In the “Save as” window, select “Save as type” Registry file (\*.reg), and save the file.

## Restore Your Settings

1. Make sure the Autodesk Inventor is not running.
2. Double-click the \*.reg file you created as a backup.
3. Confirm changes to the registry.
4. Restart the Inventor.

## Additional Backup Information

Using the registry file as a backup method is recommended by default for individual users. The registry method preserves also the user’s individual settings like the application language, splash screen visibility, or the settings configuration type (registry/XML). In corporate environments, where the settings should be shared among many users, it may be undesirable to distribute purely individual user settings to other users. Therefore, the XML file backup can be used.

### Advanced Backup

1. Go to the Be.Smart T4I (ribbon) -> Be.Smart T4I (panel) -> Export settings.
2. In the “Save as” window, select “Save as type” XML file (\*.xml), and save the file. **Two files with the same name will be created: the XML file containing the general T4I settings, and the REG file containing the individual user settings.**

Because the two files are created during the export, only the XML file can be used to deploy the general T4I settings among other users, but the individual user settings remain preserved in the REG file.

### Advanced Restoration

To restore the T4I settings from the XML file:

1. Go to the Be.Smart T4I (ribbon) -> Be.Smart T4I (panel) -> Edit settings -> General tab.
2. Select `Xml` from the “Configuration type” drop-down menu.
3. In the “Configuration file name” field, browse for the XML file.
4. Click the OK button and restart the Inventor or T4I addon.<br>

   <figure><img src="/files/K8YwF3Zf3cyDKnIhtXtd" 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://help.holixa.com/holixa-tools4inventor/quick-start-guide/protect-your-t4i-settings.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.
