> 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/bracketeer/faq/is-bracketeer-for-business-users.md).

# Is Bracketeer for business users?

It depends on the circumstances, but probably it's not a good idea to have business users outside of the legal team use Bracketeer.

First, bear in mind that they will need a full license to ClauseBuddy, and have it installed within MS Word. Typically, ClauseBuddy is licensed only to the legal team. Unlike Smart Templates, there is currently no possibility to make Bracketeer available through some special "magic link".&#x20;

Second, Bracketeer was designed was designed for lawyers, or at the very least users who really know what they're doing from a legal perspective. Bracketeer assumes full editing rights in an MS Word file, and offers way too much "rope to hang themselves", legally speaking.

If you are interested in offering business users lightly automated documents accompanied by some guidance, you may want to have a look at the *Legal Guides* feature, see the video below. We do not actively promote this feature because it is not very popular (as it sits somewhere between a traditional Q\&A and full-fledged Generative AI magic), but it can be offered to customers who are interested in it.

{% embed url="<https://www.youtube.com/watch?embeds_referring_euri=https://help.clausebuddy.com/&v=KjjeQVwgHww>" %}


---

# 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/bracketeer/faq/is-bracketeer-for-business-users.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.
