> ## 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 15: Describing the field which contains the cooking instructions and the field which contains the cooking time

> Structure the Cooking Group element that holds CookingTimeHeader, CookingTime, InvertedHeader, and Description elements for cooking time and instructions.

Create a Group element for the cooking time and cooking instructions:

1. Create a [Group](/flexi-capture/fls/template/elements-compound) element and name it **Cooking**.
2. The **Cooking** element must contain the following elements:
   * **CookingTimeHeader** element (of type [Static Text](/flexi-capture/fls/template/static-text)), which corresponds to the time units specified in the **Cooking Time** field. For more information, see [Step 16](/flexi-capture/fls/tutorial2/2step16).
   * **CookingTime** element (of type [Character String](/flexi-capture/fls/template/character-chain)), which corresponds to the **Cooking Time** field. For more information, see [Step 17](/flexi-capture/fls/tutorial2/2step17).
   * **InvertedHeader** element (of type [Object Collection](/flexi-capture/fls/template/object-collection)), which corresponds to the name of the **Cooking Description** field. For more information, see [Step 19](/flexi-capture/fls/tutorial2/2step19).
   * Compound **Description** element (of type [Group](/flexi-capture/fls/template/elements-compound)), which corresponds to the **Cooking Description** field. For more information, see [Step 20](/flexi-capture/fls/tutorial2/2step20).
