# Module 3: Basic styling

**Only complete the following exercises when you have completed the Basic Clause Author Tutorial. The changes below will be made to the base document you have created during that tutorial.**

## 3.1 Document title

Set the styling of the document title of the "Consultancy Agreement" based on the example below:

<figure><img src="/files/QvU4sPEQOkgpnTgEf8Bn" alt=""><figcaption></figcaption></figure>

* **Alignment:** Centered
* **Font:** Times New Roman
* **Font color**: SteelBlue
* **Style**: bold
* **Size**: 18
* **Cap style**: regular

{% hint style="info" %}
Learn here [how to specify the layout of your document's title](https://help.clause9.com/styling/page-styling#document-title-layout).
{% endhint %}


---

# 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://tutorials.clause9.com/clausebase-campus-exercises/module-3-basic-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.
