# What?

### **What is the Definitions feature?**

The Definitions feature provides a clear overview of all definitions and capitalised terms in your document. It helps you quickly jump to any definition, speeding up drafting, especially in long documents.

You can see all definitions in lists or tables and check for "ghost definitions" — terms that are defined but not used. Inline definitions (defined inside paragraphs) are also displayed, with the ability to jump to their locations.

The Capitalised Terms panel shows all capitalised words or phrases used multiple times. It flags any capitalised term missing a definition, helping you spot potential issues.

ClauseBuddy uses AI to analyse your document quickly, though it may sometimes flag names or common words by accident. If document edits confuse navigation, you can press the Refresh button to update the analysis.

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


---

# 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.clausebuddy.com/definitions/what.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.
