> For the complete documentation index, see [llms.txt](https://docs.feathery.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.feathery.io/platform/document-autofill-and-signatures/autofill-document-templates.md).

# 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
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 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, and the optional `goal` query parameter:

```
GET https://docs.feathery.io/platform/document-autofill-and-signatures/autofill-document-templates.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
