> ## 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.

# Sample 4. Step 6.2: Description column name, AddTag element

> Set up the AddTag Static Text element that finds the Designation or Description column name, with WholeWordMode and MaxGapInLine pre-search constraints.

## Create the AddTag element

<Steps>
  <Step title="Create the Static Text element">
    In the **InvoiceFooter** element, create an optional [Static Text](/flexi-capture/fls/template/static-text) element and name it **AddTag**.
  </Step>

  <Step title="Enter the search text">
    Click the **Static Text** tab. In the **Search text** field, type `Designation | Description`.
  </Step>

  <Step title="Add pre-search relations">
    In **Advanced pre-search relations**, specify additional constraints:

    ```text theme={null}
    WholeWordMode: true;
    // Only whole words must be considered as hypotheses.
    MaxGapInLine: 10dt;
    // This is the maximum distance between adjacent characters.
    ```
  </Step>
</Steps>
