# Technical Docs

- [Getting Started](https://docs.yansalabs.com/pdf-generator/technical-docs/getting-started.md)
- [Building a PDF Template](https://docs.yansalabs.com/pdf-generator/technical-docs/building-a-pdf-template.md)
- [HTML to PDF Merge Templates](https://docs.yansalabs.com/pdf-generator/technical-docs/building-a-pdf-template/html-to-pdf-merge-templates.md)
- [Creating Labels](https://docs.yansalabs.com/pdf-generator/technical-docs/building-a-pdf-template/creating-labels.md)
- [Label Templates](https://docs.yansalabs.com/pdf-generator/technical-docs/building-a-pdf-template/creating-labels/label-templates.md)
- [Label Configuration](https://docs.yansalabs.com/pdf-generator/technical-docs/building-a-pdf-template/creating-labels/label-configuration.md)
- [Adding New Avery Type Label Configuration](https://docs.yansalabs.com/pdf-generator/technical-docs/building-a-pdf-template/creating-labels/adding-new-avery-type-label-configuration.md): This guide will walk you through adding a new Avery Label Template type for use in generating labels on-demand and in-bulk.
- [Printing Labels](https://docs.yansalabs.com/pdf-generator/technical-docs/building-a-pdf-template/creating-labels/printing-labels.md)
- [Merge Maps](https://docs.yansalabs.com/pdf-generator/technical-docs/building-a-pdf-template/merge-maps.md)
- [Data Sources](https://docs.yansalabs.com/pdf-generator/technical-docs/building-a-pdf-template/data-sources.md)
- [Generating a PDF Document](https://docs.yansalabs.com/pdf-generator/technical-docs/generating-a-pdf-document.md)
- [Create from Wizard](https://docs.yansalabs.com/pdf-generator/technical-docs/generating-a-pdf-document/create-from-wizard.md)
- [Create from Flow Action](https://docs.yansalabs.com/pdf-generator/technical-docs/generating-a-pdf-document/create-from-flow-action.md)
- [Create from Script](https://docs.yansalabs.com/pdf-generator/technical-docs/generating-a-pdf-document/create-from-script.md)
- [The Generate PDF Wizard](https://docs.yansalabs.com/pdf-generator/technical-docs/the-generate-pdf-wizard.md)
- [PDF Wizard (Standard Forms)](https://docs.yansalabs.com/pdf-generator/technical-docs/the-generate-pdf-wizard/pdf-wizard-standard-forms.md)
- [PDF Wizard (Workspaces)](https://docs.yansalabs.com/pdf-generator/technical-docs/the-generate-pdf-wizard/pdf-wizard-workspaces.md)
- [PDF Wizard (List View)](https://docs.yansalabs.com/pdf-generator/technical-docs/the-generate-pdf-wizard/pdf-wizard-list-view.md)
- [Adding QR / Barcodes to PDFs](https://docs.yansalabs.com/pdf-generator/technical-docs/adding-qr-barcodes-to-pdfs.md)
- [How-to Use Barcode Content in PDF Templates](https://docs.yansalabs.com/pdf-generator/technical-docs/adding-qr-barcodes-to-pdfs/how-to-use-barcode-content-in-pdf-templates.md)
- [How-to Generate Pages of Barcode-enabled Labels](https://docs.yansalabs.com/pdf-generator/technical-docs/adding-qr-barcodes-to-pdfs/how-to-generate-pages-of-barcode-enabled-labels.md)
- [TinyMCE Configs](https://docs.yansalabs.com/pdf-generator/technical-docs/tinymce-configs.md)
- [Logging](https://docs.yansalabs.com/pdf-generator/technical-docs/logging.md)
- [Troubleshooting](https://docs.yansalabs.com/pdf-generator/technical-docs/troubleshooting.md)
- [Frequently Asked Questions](https://docs.yansalabs.com/pdf-generator/technical-docs/frequently-asked-questions.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://docs.yansalabs.com/pdf-generator/technical-docs.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.
