> ## 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 3. Step 10: Creating a grAddress Group element

> Group the Delivery Address search elements in a grAddress element and set relation constraints that bound the area between the field name keywords.

The Delivery Address field is located by using the following two elements: a White Gap element on the right, and an element of the [Paragraph](/flexi-capture/fls/template/text-chain) type. To specify the properties common to all these elements, create a [Group](/flexi-capture/fls/template/elements-compound) element.

To create the grAddress element:

1. In the **InvoiceHeader** element, create a [Group](/flexi-capture/fls/template/elements-compound) element and name it **grAddress**.
2. Click the Relations tab.
3. Since all the elements used to search for the **Delivery Address** field can only occur below the keywords of the name **kwDeliveryAddress** and above the keywords of the name **kwInvoiceNumber**, set the following search constraints:
   * Below the element **kwDeliveryAddress**, Offset = 0.
   * Above the element **kwInvoiceNumber**, Offset = 0.

<Frame>
  <img src="https://mintcdn.com/abbyy/r-nfa7jujx5b9gKX/images/flexi-capture/fls/tutorial3_10.gif?fit=max&auto=format&n=r-nfa7jujx5b9gKX&q=85&s=607620ea203a140a57782c3615c821d8" alt="Screenshot of the Relations tab for the grAddress Group element with search constraints set below the kwDeliveryAddress keyword and above the kwInvoiceNumber keyword" width="431" height="455" data-path="images/flexi-capture/fls/tutorial3_10.gif" />
</Frame>

1. Click the Advanced tab.
2. Since the **Delivery Address** field and the white gap bordering it are located in the left two fifths of the page, set the following [additional search constraint](/flexi-capture/fls/template/advanced-constraints) in the Advanced pre-search relations field: Look for the objects in the left two fifths of the page. In the [FlexiLayout language](/flexi-capture/fls/code/general-code):\
   `LeftOf: PageRect.Left + PageRect.Width*2/5;`
