> ## 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 2. Step 23: Describe the Cooking field

> Bound the cooking instructions with a CookingDescription Paragraph element placed below the InvertedHeader element and above the Serves element.

Define the cooking instructions as a [Paragraph](/flexi-capture/fls/template/text-chain) element named **CookingDescription**.

<Steps>
  <Step title="Create the Paragraph element">
    Create an element of type **Paragraph** and name it **CookingDescription**.
  </Step>

  <Step title="Open the Relations tab">
    Click the **Relations** tab.
  </Step>

  <Step title="Set the search constraints">
    The cooking instructions are always below the name **Cooking** but above the word `Serves`.

    Specify these search constraints:

    * **Below** the **InvertedHeader** element, **Offset** = 0
    * **Above** the **Serves** element, **Offset** = 0
  </Step>
</Steps>
