> For the complete documentation index, see [llms.txt](https://help.smallbuilder.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.smallbuilder.com/smallbuilder-documents.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.smallbuilder.com/smallbuilder-documents.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
