# SmallBuilder Documents

- [SmallBuilder Documents Introduction](https://help.smallbuilder.com/smallbuilder-documents/introduction.md): SmallBuilder Documents makes it easy to create custom document templates without code.
- [External Client App (ECA) Setup](https://help.smallbuilder.com/smallbuilder-documents/eca-setup.md)
- [Quick start](https://help.smallbuilder.com/smallbuilder-documents/quick-start.md)
- [Components](https://help.smallbuilder.com/smallbuilder-documents/components.md)
- [Data Merge](https://help.smallbuilder.com/smallbuilder-documents/data-merge.md)
- [Data Merge - Text](https://help.smallbuilder.com/smallbuilder-documents/data-merge/data-merge-text.md): Inserting data from another object into a text field
- [Data Merge - Related List](https://help.smallbuilder.com/smallbuilder-documents/data-merge/data-merge-table-related.md): Merge tabular data into your document from a related object.
- [Data Merge - Table (Related) Filtered](https://help.smallbuilder.com/smallbuilder-documents/data-merge/data-merge-table-related-filtered.md): Applying a filter to merged tabular data
- [Data Merge - Table (Related) Grouped](https://help.smallbuilder.com/smallbuilder-documents/data-merge/data-merge-table-related-grouped.md): Grouping tabular data from another object
- [Data Merge - Table (Related) Grouped with image](https://help.smallbuilder.com/smallbuilder-documents/data-merge/data-merge-table-related-grouped-with-image.md): Inserting grouped tabular data with an image field
- [Document Job](https://help.smallbuilder.com/smallbuilder-documents/document-job.md)
- [Basic usage examples](https://help.smallbuilder.com/smallbuilder-documents/basic-examples.md)
- [How to pin a logo image to the top of the page](https://help.smallbuilder.com/smallbuilder-documents/basic-examples/howto-logo.md): Adding a logo to the page header
- [How to leave a gap between the components](https://help.smallbuilder.com/smallbuilder-documents/basic-examples/howto-gap.md): Adding empty space to document templates
- [How to add separators between the components](https://help.smallbuilder.com/smallbuilder-documents/basic-examples/howto-separators.md): Using horizontal dividers
- [Advanced usage examples](https://help.smallbuilder.com/smallbuilder-documents/advanced-examples.md)
- [Creating an invoice template](https://help.smallbuilder.com/smallbuilder-documents/advanced-examples/invoice.md): One of the most commonly requested custom document templates
- [Automatically email invoices with a trigger](https://help.smallbuilder.com/smallbuilder-documents/advanced-examples/trigger.md): Automatically send an email when a Quote is Accepted
- [FAQ](https://help.smallbuilder.com/smallbuilder-documents/faq.md)
- [Release Note](https://help.smallbuilder.com/smallbuilder-documents/release-note.md)
- ['26 Update](https://help.smallbuilder.com/smallbuilder-documents/release-note/26-update.md)
- [v 1.93.29](https://help.smallbuilder.com/smallbuilder-documents/release-note/26-update/v-1.93.29.md)
- ['24 Update](https://help.smallbuilder.com/smallbuilder-documents/release-note/24-update.md)
- [v. 1.50 ~](https://help.smallbuilder.com/smallbuilder-documents/release-note/24-update/v.-1.50.md)


---

# 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.smallbuilder.com/smallbuilder-documents.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.
