# Autofill Document Templates

If you have an existing document template you want to automatically fill out and route, you can upload it to Feathery. Depending on the document type, you can map form and hidden fields to the document in various ways as well as conditionally generate pages & sections.

## Document Types

{% content-ref url="/pages/LrFehdfH4RChXpELAHxz" %}
[PDF Autofill](/platform/document-autofill-and-signatures/autofill-document-templates/pdf-autofill.md)
{% endcontent-ref %}

{% content-ref url="/pages/jIFZMtuIuGDaA8bPGrVb" %}
[Word Doc Autofill](/platform/document-autofill-and-signatures/autofill-document-templates/word-doc-autofill.md)
{% endcontent-ref %}

{% content-ref url="/pages/sw7XhBh9uuDlUIzxJXQC" %}
[Excel Autofill](/platform/document-autofill-and-signatures/autofill-document-templates/excel-autofill.md)
{% endcontent-ref %}

## Document Workflows

Once you've mapped your document, you can integrate it into your existing workflow for filling and routing to the desired location. For example, you can include your document as an attachment in a custom [email integration](https://feathery.io/integrations/email) to be sent to recipients.


---

# 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.feathery.io/platform/document-autofill-and-signatures/autofill-document-templates.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.
