# References styling

{% embed url="<https://vimeo.com/459389030>" %}

## Wording for cross-references

<figure><img src="/files/yKKZVuNU4mWQxdikqp4p" alt="" width="563"><figcaption></figcaption></figure>

* **word to use for a ‘clause’** — Allows you to choose which word Clause9 uses to refer to other clauses in [cross-references](/clauses/cross-references.md).
* **referring to another document in a binder** — Allows you to configure how Clause9 refers to another subdocument in a binder.&#x20;
* **print clause title (between parentheses)** — Allows you to choose whether the clause title of the clause you are referring to should be shown (in parentheses) in a cross-reference.

## Placeholders

<figure><img src="/files/gZhq3tvlAz1Wjn4AHkuz" alt="" width="315"><figcaption></figcaption></figure>

Clause9 allows you to create a placeholder in your text, the formatting of which can be tailored as well. This is done by typing `@placeholder("content")`, replacing `content` by the actual text you want the placeholder to contain.

* **placeholder content** — Here you can choose whether the placeholder should just show the text of the content or whether the content should be shown between square brackets, with a ‘blob’, etc.
* **background color** — Allows you to choose the background color of the placeholder.


---

# 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/styling/references-styling.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.
