# Export Form Templates to PDF

If you need to export a template to PDF that isn't being used to share externally, this article explains how.

{% stepper %}
{% step %}

### From the template list screen

* Navigate to the template list screen.

![](/files/26ae9ffc52a6f26d07eec89645355fe4d467cca8)

* Click the down arrow on the template line and click on **Export to PDF**.

![](/files/db319f4d1a76f14bcf129d1893907b5fb9e9a5bd)

* A PDF file will be generated for you.
  {% endstep %}

{% step %}

### Alternative method: from the template edit screen

* Navigate to the template edit screen.

![](/files/b4c4a084204e3ec138c5fcb40afc9d95df5e684f)

* Click the down arrow next to the **Preview** text and click on **Export to PDF**.

![](/files/6653082d4669555a9c8c2a790bc47ab1038db3fe)

* A PDF file will be generated for you.
  {% endstep %}
  {% endstepper %}


---

# 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://help.tahua.io/knowledge-base/administrator-help-guides/administrator-portal-overview/template-management/export-form-templates-to-pdf.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.
