> For the complete documentation index, see [llms.txt](https://tutorials.clause9.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tutorials.clause9.com/basic/getting-started.md).

# Getting started

Welcome to this tutorial series of Clause9!

We are pleased to welcome you on the journey to becoming a clause author! In the following tutorial, we will be taking a practical look at automating the clauses of a basic consultancy agreement. &#x20;

The end-result for this exercise will net us the following three resources:&#x20;

* A collection of intelligent, reusable clauses
* A flexible template
* A questionnaire to easily generate documents based on the template&#x20;

**Make sure to actually complete the steps set out in these videos!**\
\
Further tutorials and exercises will require you to augment the material created in this tutorial. If you have not created the material yourself, you cannot progress to other tutorials.

To get started, download the following documents:

{% file src="/files/zkOVLKL5hTmj7oPLmXks" %}
*This is a crucial one-page cheat sheet that contains a summary of all the special symbols used to draft intelligent clauses. Keep it handy at all times!*
{% endfile %}

{% file src="/files/VfP3ol7xjEgWeLek3REO" %}
*This is the document automated in the tutorial series. Use it to build your own automated version.*
{% endfile %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://tutorials.clause9.com/basic/getting-started.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
