> 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/readme.md).

# SmallBuilder Help

This site contains information to help Salesforce admins to get started with SmallBuilder products.

{% hint style="info" %}
SmallBuilder products are Salesforce add-on packages provided by Windmillsoft. They provide no- and low-code tools that allow you to easily add custom functionality to your Salesforce implementation.
{% endhint %}

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>SmallBuilder Line Items</strong></td><td>Customize standard line items for Opportunities, Quotes, and Orders, and easily implement line items on custom objects using a Low/No-Code approach.</td><td></td><td><a href="/files/b61KswKZjNZIdYjYaxxF">/files/b61KswKZjNZIdYjYaxxF</a></td><td><a href="/pages/k5tTUDJfun8Rk1f0U3mG">/pages/k5tTUDJfun8Rk1f0U3mG</a></td></tr><tr><td><strong>SmallBuilder Documents</strong></td><td>Create reusable document templates effortlessly, support custom objects, and implement them using a Low/No-Code approach.</td><td></td><td><a href="/files/8S4BPlLMbdPnaYNufEtT">/files/8S4BPlLMbdPnaYNufEtT</a></td><td><a href="https://github.com/Windmillsoft/smallbuilder-help-en/blob/main/broken-reference/README.md">https://github.com/Windmillsoft/smallbuilder-help-en/blob/main/broken-reference/README.md</a></td></tr><tr><td><strong>SmallBuilder Lists</strong></td><td>Create custom lists using a Low/No-Code approach, featuring filters, bulk actions, and data retrieval from other systems.</td><td></td><td><a href="/files/Os3kP8wAti2sM7aPWIj0">/files/Os3kP8wAti2sM7aPWIj0</a></td><td><a href="https://github.com/Windmillsoft/smallbuilder-help-en/blob/main/broken-reference/README.md">https://github.com/Windmillsoft/smallbuilder-help-en/blob/main/broken-reference/README.md</a></td></tr><tr><td><strong>SmallBuilder Schedules</strong></td><td>Automatically split quantities and amounts, and easily implement schedule management in your desired format.</td><td></td><td><a href="/files/q6cp2NEzVwcWxMDVc1cl">/files/q6cp2NEzVwcWxMDVc1cl</a></td><td><a href="https://github.com/Windmillsoft/smallbuilder-help-en/blob/main/broken-reference/README.md">https://github.com/Windmillsoft/smallbuilder-help-en/blob/main/broken-reference/README.md</a></td></tr></tbody></table>


---

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