# Template Customization

- [Be Sure You Understand How Templates Work in ScribeWare](https://docs.scribeware.com/customizations/template-customization/be-sure-you-understand-how-templates-work-in-scribeware.md): This goes over setting up a report to act as your template and why we do this. It also includes the logic of how templates work and function in ScribeWare
- [Building and Editing Descriptive Fields](https://docs.scribeware.com/customizations/template-customization/building-and-editing-descriptive-fields.md): This is how you edit descriptions and add to pulldown lists and checkboxes. It also shows how to set required fields and connect descriptive narratives to descriptive fields.
- [Moving Fields Between Chapters and Sections](https://docs.scribeware.com/customizations/template-customization/moving-fields-between-chapters-and-sections.md): This is an incredibly useful for tool for rearranging templates. Think - dragging your fields from a wind mitigation form into your home inspection template
- [Inspector Only Notes for Blazing Fast Comments](https://docs.scribeware.com/customizations/template-customization/inspector-only-notes-for-blazing-fast-comments.md): This shows you how to build inspector-only notes and connect a narrative to the hidden check box.
- [Resequencing and Renaming Chapters and Sections](https://docs.scribeware.com/customizations/template-customization/resequencing-and-renaming-chapters-and-sections.md): This is critical basic functionality to understand for being abele to customize each template to suit each job and for customizing your templates to suit your workflow.
- [Resequencing Data Fields](https://docs.scribeware.com/customizations/template-customization/resequencing-data-fields.md): This shows how to move a whole group of data fields and move them elsewhere in a template while preserving any narrative connections. This is useful when you want to redesign your template.
- [Recovering Chapters or Sections That Have Been Hidden](https://docs.scribeware.com/customizations/template-customization/recovering-chapters-or-sections-that-have-been-hidden.md): This video shows how you can recover chapters or sections that have been hidden
- [Building Links for Instant-Comments](https://docs.scribeware.com/customizations/template-customization/building-links-for-instant-comments.md): There are several ways to build Instant-Comments into ScribeWare.
- [Tricks for building a super-flexible template that can apply to most jobs](https://docs.scribeware.com/customizations/template-customization/tricks-for-building-a-super-flexible-template-that-can-apply-to-most-jobs.md): Maintaining one template is hard enough. Maintaining multiple templates is just a drag. This video show why you might be able to use just a single template for all your different jobs.
- [Building a Camera or Video Icon Into Your Template for Quick Photo Placement](https://docs.scribeware.com/customizations/template-customization/building-a-camera-or-video-icon-into-your-template-for-quick-photo-placement.md)
- [Merging Library Categories](https://docs.scribeware.com/customizations/template-customization/merging-library-categories.md): This should show how to use the edit library category function to do some housekeeping and organize your narrative library
- [Deleting a Template](https://docs.scribeware.com/customizations/template-customization/deleting-a-template.md): Deleting a template is easy.... just be sure you really want to.


---

# 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.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.
