> 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/help-and-support-center.md).

# Help & Support Center

## Discussion Forum

Have a concrete question you can't find an answer to in this Help Center?&#x20;

Check out our [Discussion Forum](https://discuss.clausebase.com/c/clausebuddy/21), where you can receive free support for any question you may have and learn from the questions of other users!

## Tutorial videos&#x20;

We also offer bite-sized videos to get you up to speed with different functionalities:

* [General Tips & Tricks](https://www.youtube.com/playlist?list=PLMMYaeH2XffIYirh_w0z3R58n2K-_qeW9)
* [Tutorial videos](https://youtube.com/playlist?list=PLMMYaeH2XffJdI-OcSQFvjBvE5lf4XL4-\&feature=shared)

## Webinars

We offer regular deep dive webinars on the different modules in ClauseBuddy.  Sign up for a slot that works for you below!

Can't attend any of the sessions? Just sign up! We'll send over the recording to anyone who registered.

<table data-view="cards" data-full-width="false"><thead><tr><th align="center"></th><th align="center"></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center">Inspiration module Deep Dive</td><td align="center"><a href="https://clausebase.webinargeek.com/clausebuddy-deep-dive-inspiration?cst=helpcenter">Sign up</a></td><td><a href="/files/he5CXof2VuwzYnM5bgp4">/files/he5CXof2VuwzYnM5bgp4</a></td><td></td></tr><tr><td align="center">Generative AI module Deep Dive</td><td align="center"><a href="https://clausebase.webinargeek.com/clausebuddy-deep-dive-generative-ai?cst=helpcenter">Sign up</a></td><td><a href="/files/ZW2dIlSih8k6hcmJmHkE">/files/ZW2dIlSih8k6hcmJmHkE</a></td><td><a href="https://clausebase.webinargeek.com/clausebuddy-deep-dive-generative-ai?cst=helpcenter">https://clausebase.webinargeek.com/clausebuddy-deep-dive-generative-ai?cst=helpcenter</a></td></tr><tr><td align="center">Document Analysis module Deep Dive</td><td align="center"><a href="https://clausebase.webinargeek.com/clausebuddy-deep-dive-document-analysis?cst=helpcenter">Sign up</a></td><td><a href="/files/MxQSO9ujurT1sTuRa9HZ">/files/MxQSO9ujurT1sTuRa9HZ</a></td><td><a href="https://clausebase.webinargeek.com/clausebuddy-deep-dive-document-analysis?cst=helpcenter">https://clausebase.webinargeek.com/clausebuddy-deep-dive-document-analysis?cst=helpcenter</a></td></tr><tr><td align="center">Smart Templates module Deep Dive</td><td align="center"><a href="https://clausebase.webinargeek.com/clausebuddy-deep-dive-smart-templates?cst=helpcenter">Sign up</a></td><td><a href="/files/BpbOtJpn5a1VxXHBvSKg">/files/BpbOtJpn5a1VxXHBvSKg</a></td><td><a href="https://clausebase.webinargeek.com/clausebuddy-deep-dive-smart-templates?cst=helpcenter">https://clausebase.webinargeek.com/clausebuddy-deep-dive-smart-templates?cst=helpcenter</a></td></tr><tr><td align="center">Operations module Deep Dive</td><td align="center"><a href="https://clausebase.webinargeek.com/clausebuddy-deep-dive-operations?cst=helpcenter">Sign up</a></td><td><a href="/files/qPjz2r29siSpjPtRTY3L">/files/qPjz2r29siSpjPtRTY3L</a></td><td><a href="https://clausebase.webinargeek.com/clausebuddy-deep-dive-operations?cst=helpcenter">https://clausebase.webinargeek.com/clausebuddy-deep-dive-operations?cst=helpcenter</a></td></tr><tr><td align="center">Quality Library module Deep Dive</td><td align="center"><a href="https://clausebase.webinargeek.com/clausebuddy-deep-dive-quality-library?cst=helpcenter">Sign up</a></td><td><a href="/files/A4NuYkH7oIPsJGpJ1jMQ">/files/A4NuYkH7oIPsJGpJ1jMQ</a></td><td><a href="https://clausebase.webinargeek.com/clausebuddy-deep-dive-quality-library?cst=helpcenter">https://clausebase.webinargeek.com/clausebuddy-deep-dive-quality-library?cst=helpcenter</a></td></tr></tbody></table>


---

# 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/help-and-support-center.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.
