# How do definitions work?

Definitions are separate files in ClauseBase, much as clauses are and operate in much the same way, both in how they are created and how their content is structured.&#x20;

A definition file in ClauseBase essentially acts as only the explanatory part of a definition in a traditional contract. Take the following example:&#x20;

> **“Director”:** a director of the Company;

Just as this example from a Word document has a “concept” part, i.e.: “**Director”** and a “content” part, i.e.: “a director of the Company”, so too does ClauseBase distinguish between these parts.&#x20;

In ClauseBase, you create a definition file for the “content” part of the definition and then assign it to a concept, which forms the “concept” part of the definition. When such a concept is used in a clause and that clause is used in a contract, ClauseBase will be able to include it in its overview of used concepts under the terms menu of the operations toolbar. From that menu, you can easily assign a definition to this concept, provided that concept has a (number of possible) definition(s) assigned to it.&#x20;

It is good practice to store definitions in designated folders, so you can easily distinguish between types of files.&#x20;

For an overview of how to put this knowledge into practice to create a definition, click here.


---

# 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/definitions/how-to-definitions/how-do-definitions-work.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.
