# Tricks for building a super-flexible template that can apply to most jobs

**This video goes over three main concepts**

1. Blank sections of chapters do not print in a finished report
2. You can copy chapters and sections and rename them as needed to fit a specific job
3. You can adjust your boilerplate on the fly to suit a specific job.&#x20;

{% embed url="<https://www.youtube.com/watch?v=ES8PdkrN3Ac>" %}


---

# 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://docs.scribeware.com/customizations/template-customization/tricks-for-building-a-super-flexible-template-that-can-apply-to-most-jobs.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.
