> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# UpdateNormalizationSettings

> Upload modified data set normalization settings to the Normalization.xml file with the UpdateNormalizationSettings command in ABBYY FlexiCapture FCAdminTools.

Data set normalization settings are stored in the Normalization.xml file. To modify the standard normalization settings, the user must download the settings file, make the necessary changes, and then upload the new settings using the appropriate FCAdminTools commands.

Running the `UpdateNormalizationSettings` file uploads your new normalization settings from the specified file to the Normalization.xml file. To download the file containing the normalization settings to a local folder, use the [DownloadNormalizationSettings](/flexi-capture/admin-guide/download-normalization-settings) command.

<Warning>
  Once you have modified the Normalization.xml file, update the relevant data set. For more information, see [Updating data sets](/flexi-capture/invoice-reader/ir-data-set-update).
</Warning>

## Parameters

| Parameter             | Type     | Description                                                                                                                                                                                                                                                                   |
| :-------------------- | :------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `/DataSet`            | Required | The name of the data set for which you want to download the normalization settings file.                                                                                                                                                                                      |
| `/Project`            | Optional | Specifies a project. You can specify the full path to a local project, the path to a project on a server, or the name of a project on a server (the `/Server` parameter must be specified). If no project is specified, the command processes all the projects on the server. |
| `/Server`             | Optional | The server where the project is hosted.                                                                                                                                                                                                                                       |
| `/Tenant`             | Optional | Tenant name.                                                                                                                                                                                                                                                                  |
| `/U`                  | Optional | User name. If no user name is specified, Windows authentication is used.                                                                                                                                                                                                      |
| `/P`                  | Optional | Password.                                                                                                                                                                                                                                                                     |
| `/Cert`               | Optional | Certificate thumbprint used for mutual SSL authentication. This key is used to pass an encoded certificate hash for a server with Mutual SSL installed as a string.                                                                                                           |
| `/DocumentDefinition` | Optional | The name of the Document Definition where the search for the data set is carried out.                                                                                                                                                                                         |
| `/SourceFile`         | Required | The path to the file containing the data set normalization settings that need to be uploaded.                                                                                                                                                                                 |

## Example of use

* `UpdateNormalizationSettings /Project=https://localhost/3/APITestProject /DocumentDefinition=APITestDocDef /DataSet=DataSetTest /SourceFile=C:\archive\normdst\DebugNorm.xml`
