# Why?

### **Why use Bulk Operations?**

Bulk Operations let you efficiently apply the same changes to various documents at once, saving time and reducing repetitive work. They help maintain consistency across files and automate tedious tasks like formatting cleanup, metadata removal or extracting specific content. However, Bulk Operations are best suited for straightforward, repetitive edits and may not fully replace careful manual review for complex cases.<br>

✅ **When you&#x20;*****should*****&#x20;use it:**

* **To handle large batches of similar documents**\
  Applying consistent formatting or corrections across many files saves hours compared to manual editing.
* **To prepare documents for distribution or archiving**\
  Removing metadata, bundling files or standardising content ensures clean and uniform output.
* **To extract key information for reporting or review**\
  Automatically pull paragraphs with keywords or definitions without opening every file manually.
* **To clean up formatting errors or leftovers from templates**\
  Fix unwanted spaces, empty paragraphs or broken references in one go across multiple files.

***

❌ **When you shouldn’t use it:**

* **If you're editing highly unique or complex documents**\
  Custom or non-standard layouts often require manual adjustments beyond bulk capabilities.
* **If the documents require precise, context-sensitive changes**\
  Bulk changes are not ideal for nuanced edits that depend on individual document context.


---

# 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/bulk-operations/why.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.
