# `TF006` Client requirement Add the original wording of a requirement from the client :::{dropdown} Is a test for :open: :icon: check-circle-fill :color: primary [`SF008` Quote client requirement](/requirements/SF008) ::: ## Initial state The expected state is the final state of [`TF002` Generate a PDF](/tests/TF002) ## Procedure ### Step 1 Add the client wording of a requirement ```console $ cat spec.yaml ``` ```yaml kind: requirements category: functional requirements: - id: S01 short: Lorem ipsum long: The first requirement - id: S02 long: The second requirement client_statement: I want this and that ``` ### Step 2 Regenerate the PDF and verify the client statement appears above the regular statement ```console $ typst compile specification.typ && open specification.pdf ```