Fill in a template you uploaded
You have a blank quote form, contract or booking sheet. Paige reads it once, finds the blanks, and writes code that fills them in for each customer.
Build one from scratch
No template needed — you describe the document and Paige writes code that builds it from nothing. Good for receipts, summaries and simple statements.
Filling in a template
1. Upload it as a template
Upload the blank document in Tools → Storage, and in the How should Paige use this? dropdown choose Template to fill in. This part matters. A document uploaded the normal way becomes part of what your bot knows — Paige reads the text out of it so the bot can answer questions from it. For a blank form that’s exactly wrong: you’d have a bot that can recite an empty quote, and the form would eat into your knowledge-base space for no benefit. See Storage.2. Ask Paige to use it
Go to the Build tab and ask in plain words:Fill my quote template with the customer’s name and total, then WhatsApp it to them.Paige opens the document, reads it once, and shows you a card listing the blanks it found — a name for each one, where in the document it sits, and what sort of value it is.
3. Check the blanks before any code is written
You’re not just clicking OK. On that card you can:- Rename a blank, if Paige’s name for it isn’t the one you’d use.
- Drop any it found that aren’t really fields.
- Confirm the ones you want.
4. Your customer gets the file
The finished document arrives in the WhatsApp chat as a normal attachment, under the filename your bot chose, ready to tap open or save. It is not added to your Storage tab — each document is generated fresh for that person and sent, because the next one is a different document anyway. Your original blank template stays exactly where it is, untouched.What it costs
This is the part worth reading twice, because it is not what people expect.Reading a template costs credits once. Filling it in costs nothing, forever.
Analysing a second template, or re-analysing one you’ve changed, costs credits again — that’s a new piece of building work.
The reason it works this way is deliberate. An AI writing your quote fresh on every send would be slower, would cost on every single document, and — the real problem — could quietly reword a payment term or a clause on one send in fifty, where nobody would ever catch it. These are quotes, contracts and applications. So the thinking happens once, when you build it, and every document after that is the same code filling in the same blanks.
