# What?

### **What is Doc Chat?**

Doc Chat is an AI-powered interactive chatbot that lets you ask questions about your documents and get answers linked to the relevant parts of the text. It can work with one or more documents, including PDF and DOCX files, helping you quickly understand or extract information without manually searching through the content.

Unlike generic chatbots, Doc Chat is layout-aware and legal-focused. It highlights answers that can be directly inserted into your open Word document, retaining the lay-out formatting you have already applied, making it easy to integrate AI-generated content seamlessly.

The chatbot supports follow-up questions, allows you to link back to the source paragraphs for easy navigation and filter queries to ensure it only responds to legal-related topics. It is designed to assist legal professionals in efficiently analysing and working with their documents.

<figure><img src="/files/DpZmIB4zrWAU5Ld6s4fd" 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/doc-chat/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.
