> For the complete documentation index, see [llms.txt](https://help.clausebuddy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.clausebuddy.com/autosuggest/why.md).

# Why?

**Why use Similar Clauses?**\
Similar Clauses helps you draft faster and smarter by presenting relevant clauses exactly when you need them.

#### ✅ **When you&#x20;*****should*****&#x20;use it:**

* **To speed up your drafting workflow**\
  Instead of opening separate tools or folders to look for content, simply type or browse in Word and get instant suggestions.
* **To find relevant clauses without knowing the exact words**\
  Thanks to semantic search, you can find clauses that are conceptually similar, even if they use completely different phrasing.
* **To quickly retrieve alternatives**\
  When you're unsure about a clause or want to see different variations, Similar Clauses gives you instant inspiration, especially useful for fine-tuning tone or legal positioning.
* **To support compliance and consistency**\
  The *nearly identical* option helps you verify that your clause wording closely matches previously approved or standardized language, making it easier to spot even small deviations and ensure alignment with internal policies or compliance requirements.
* **To maximise the value of both quality and quantity**\
  Similar Clauses combines the structured reliability of your [Quality Library](/quality-library/what.md) with the breadth of [Truffle Hunt](/truffle-hunt/what.md). You get high-quality curated clauses, but also access to real-life alternatives from your precedent documents.
* **To stay in the zone while writing**\
  The interface is deliberately minimal and unobtrusive, so you stay focused on your drafting. Search results appear contextually, eliminating the need to juggle multiple documents and allowing you to browse your content without breaking your flow.

***

#### ❌ **When you&#x20;*****shouldn’t*****&#x20;use it:**

* **If you prefer full control over search queries**\
  Similar Clauses works best when you want quick and smart help. If you prefer to navigate folders manually, Truffle Hunt or the Quality Library might suit you better.
* **If your document is already finalised**\
  This tool is meant for the drafting and editing phase. If your document is ready for signature, there's usually no need to go searching for alternatives.


---

# 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://help.clausebuddy.com/autosuggest/why.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.
