# Make a clause repeat

You may want to add a clause that repeats itself, for example for the party descriptions or signature blocks.&#x20;

Instead of having to add these clauses separately manually, Clause9 can do this for you by using the “repeat clause” functionality in the *Advanced* tab of the *Assemble Document* mode. The *Advanced* tab will become visible when you select the clause you want to repeat.

Scroll to the following part:

<figure><img src="/files/ABovcsX8d717gzwqBK1a" alt="" width="263"><figcaption></figcaption></figure>

The drop-down list under “repeat clause” will show a list of all “list of texts”, “number” or “repeating list” [types of datafields](/datafields/types-of-datafields.md) included in the document.

The clause will then be shown as many times as the number of items contained in the selected datafield. If, for example, the datafield “name” of the concept “party” is a repeating list that is selected under “repeat clause”, and three items were inserted into “name”, the clause will be shown three times.

Typical use cases for this functionality are party description clauses and signature blocks which can be repeated for as many times as there are parties.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.clause9.com/clauses/how-to-clauses/make-a-clause-repeat.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
