> For the complete documentation index, see [llms.txt](https://docs.scribeware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scribeware.com/into-the-weeds/using-pdf-forms.md).

# Using PDF forms

Filling out PDF forms in ScribeWare is easy and efficient. Users can access interactive fields for text, dates, and checkboxes, ensuring flexibility for different needs. Information is entered accurately and can be saved, exported, or printed for seamless record-keeping and workflow management, on both desktop and mobile devices.&#x20;

ScribeWare includes several templates that are configured to automatically fill common PDF forms, including Florida's Wind Mitigation and 4-Point forms, with additional forms being added all the time.  If you're looking for a template for a common form, reach out to our [support team ](mailto:support@getscribeware.com)and we'll let you know if we have one pre-configured that we can share!

And if we don't, or you have specialized needs, you can configure your own!


---

# 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.scribeware.com/into-the-weeds/using-pdf-forms.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.
