# Configuration settings

T4I configuration can be stored using two methods: in *registry* (preferred method) or *XML* file.

## Registry configuration

Configuration is stored in the key `HKEY_CURRENT_USER\Software\Holixa\T4I`.

If needed, this branch can be exported from the registry and provided to other users to import the T4I settings.

T4I settings can be imported to the registry by double-clicking on the exported file.

<figure><img src="/files/Bkkqk0zadPhNG2YXsmC7" alt=""><figcaption><p>Registry configuration type</p></figcaption></figure>

<figure><img src="/files/1YREnvt8TYwL1k5top3B" alt=""><figcaption><p>T4I key in Registry</p></figcaption></figure>

{% hint style="danger" %}
When editing the Registry, always proceed with extreme caution.
{% endhint %}

{% hint style="info" %}
Holixa T4I add-on restart is needed for the changes to take effect.
{% endhint %}

## XML file configuration

If an XML file should be used for the configuration of T4I, it is necessary to provide a path to the XML file containing the T4I configuration settings.

<figure><img src="/files/JHXimlV5f1LKqT5iO2H3" alt=""><figcaption><p>XML file configuration</p></figcaption></figure>

### Workflow overview for XML configuration file

1. If not already available, create a blank XML file (new empty file with XML file extension).
2. In the Configuration file name section, click the three-dots button.
3. Select the empty XML file.
4. The T4I configuration will be stored in the XML file selected.
5. The XML file can be redistributed and loaded on other workstations.

{% hint style="info" %}
Holixa T4I add-on restart is needed for the changes to take effect.
{% endhint %}


---

# 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.besmart.software/older-26.0.0/commands-overview/holixa-t4i/edit-settings/general/configuration-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.
