# docMaker User guide

## docMaker User guide

- [Welcome to docMaker](https://guide.docmaker.co/welcome-to-docmaker.md): User guide
- [Create pdf from docx template](https://guide.docmaker.co/features/create-pdf-from-docx-template.md): The easiest way to generate beautiful pdfs
- [Build your docx template](https://guide.docmaker.co/features/create-pdf-from-docx-template/build-your-docx-template.md)
- [Overview](https://guide.docmaker.co/features/create-pdf-from-docx-template/build-your-docx-template/overview.md)
- [Text substitution](https://guide.docmaker.co/features/create-pdf-from-docx-template/build-your-docx-template/text-substitution.md)
- [Images](https://guide.docmaker.co/features/create-pdf-from-docx-template/build-your-docx-template/images.md)
- [Conditions](https://guide.docmaker.co/features/create-pdf-from-docx-template/build-your-docx-template/conditions.md)
- [Loops](https://guide.docmaker.co/features/create-pdf-from-docx-template/build-your-docx-template/loops.md)
- [Simple list](https://guide.docmaker.co/features/create-pdf-from-docx-template/build-your-docx-template/loops/simple-list.md)
- [List with multiple values](https://guide.docmaker.co/features/create-pdf-from-docx-template/build-your-docx-template/loops/list-with-multiple-values.md)
- [Adding rows into a table](https://guide.docmaker.co/features/create-pdf-from-docx-template/build-your-docx-template/loops/adding-rows-into-a-table.md)
- [Loops in columns + lines (grids)](https://guide.docmaker.co/features/create-pdf-from-docx-template/build-your-docx-template/loops/loops-in-columns-+-lines-grids.md)
- [Nested loops](https://guide.docmaker.co/features/create-pdf-from-docx-template/build-your-docx-template/loops/nested-loops.md)
- [QR codes](https://guide.docmaker.co/features/create-pdf-from-docx-template/build-your-docx-template/qr-codes.md)
- [Rich text & html](https://guide.docmaker.co/features/create-pdf-from-docx-template/build-your-docx-template/rich-text-and-html.md)
- [docx\_fill\_convert API parameters](https://guide.docmaker.co/features/create-pdf-from-docx-template/docx_fill_convert-api-parameters.md): Use all of our below options to personalize your pdf creation.
- [Fill-out pdf forms](https://guide.docmaker.co/features/fill-out-pdf-forms.md)
- [Build your pdf form](https://guide.docmaker.co/features/fill-out-pdf-forms/build-your-pdf-form.md)
- [pdf\_fill API parameters](https://guide.docmaker.co/features/fill-out-pdf-forms/pdf_fill-api-parameters.md): Use all of our below options to personalize your pdf creation
- [Print web page to pdf](https://guide.docmaker.co/features/print-web-page-to-pdf.md)
- [page\_pdf API parameters](https://guide.docmaker.co/features/print-web-page-to-pdf/page_pdf-api-parameters.md): Use all of our below options to personalize your pdf creation
- [Typeform](https://guide.docmaker.co/integrations/typeform.md)
- [Create pdf or docx for each Typeform response](https://guide.docmaker.co/integrations/typeform/create-pdf-or-docx-for-each-typeform-response.md)
- [Bubble.io](https://guide.docmaker.co/integrations/bubble.io.md): Thanks to our Bubble expertise, we have created the perfect experience for Bubble developers
- [Easy pdf from docx template](https://guide.docmaker.co/integrations/bubble.io/easy-pdf-from-docx-template.md): The easiest solution to create pdfs in Bubble.io
- [Fill-out pdf forms](https://guide.docmaker.co/integrations/bubble.io/fill-out-pdf-forms.md)
- [Webpage to pdf](https://guide.docmaker.co/integrations/bubble.io/webpage-to-pdf.md)
- [Make.com](https://guide.docmaker.co/integrations/make.com.md): Create pdf documents in your Make scenarios
- [Coda](https://guide.docmaker.co/integrations/coda.md): Create pdf documents in Coda
- [Xano](https://guide.docmaker.co/integrations/xano.md): Create pdf documents in Xano
- [Zapier](https://guide.docmaker.co/integrations/zapier.md)
- [API](https://guide.docmaker.co/integrations/api.md)
- [Bubble.io questions](https://guide.docmaker.co/faq/bubble.io-questions.md): Bubble FAQ
- [Questions on docx templates](https://guide.docmaker.co/faq/questions-on-docx-templates.md)
- [Questions on pdf templates](https://guide.docmaker.co/faq/questions-on-pdf-templates.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://guide.docmaker.co/welcome-to-docmaker.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.
