# Into The Weeds

- [Using PDF forms](https://docs.scribeware.com/into-the-weeds/using-pdf-forms.md)
- [Attaching PDF's to Your Inspection Report](https://docs.scribeware.com/into-the-weeds/attaching-pdfs-to-your-inspection-report.md): This shows how to add a PDF to ScribeWare and attach it to a narrative comment. It also shows how to save that comment as an inspector only note or a default discription.
- [Configuring PDF form fills in ScribeWare](https://docs.scribeware.com/into-the-weeds/configuring-pdf-form-fills-in-scribeware.md): ScribeWare can be used to fill in virtually any PDF form.   This walk through will show you how to configure it for your own forms.
- [Adding PDF form fields to your ScribeWare template](https://docs.scribeware.com/into-the-weeds/configuring-pdf-form-fills-in-scribeware/adding-pdf-form-fields-to-your-scribeware-template.md)
- [Uncover your PDF's Database Field names](https://docs.scribeware.com/into-the-weeds/configuring-pdf-form-fills-in-scribeware/uncover-your-pdfs-database-field-names.md): In order to tell SW what information goes where, you need to know a given field's Database Field Name.  Here's, we'll show you how.
- [Filling your PDF form with commonly used information](https://docs.scribeware.com/into-the-weeds/configuring-pdf-form-fills-in-scribeware/filling-your-pdf-form-with-commonly-used-information.md)
- [Filling your PDF form with field-specific information](https://docs.scribeware.com/into-the-weeds/configuring-pdf-form-fills-in-scribeware/filling-your-pdf-form-with-field-specific-information.md)
- [Adding pages to your PDF with additional information](https://docs.scribeware.com/into-the-weeds/configuring-pdf-form-fills-in-scribeware/adding-pages-to-your-pdf-with-additional-information.md)
- [Customizing the Look of the Report](https://docs.scribeware.com/into-the-weeds/customizing-the-look-of-the-report.md): Scribers can use Cascading Style Sheets or CSS coding to customize the look of their finished reports
- [Integrations](https://docs.scribeware.com/into-the-weeds/integrations.md)
- [ISN](https://docs.scribeware.com/into-the-weeds/integrations/isn.md)
- [Keystone](https://docs.scribeware.com/into-the-weeds/integrations/keystone.md): Keystone is a business management and scheduling platform designed for home inspectors and made by the folks at iGo.
- [Zapier](https://docs.scribeware.com/into-the-weeds/integrations/zapier.md)
- [REST API (beta)](https://docs.scribeware.com/into-the-weeds/integrations/rest-api-beta.md): The REST API allows you to programmatically create inspection reports in ScribeWare and receive webhook notifications when reports are published. This is a standalone integration that does not require
- [Your Data in ScribeWare](https://docs.scribeware.com/into-the-weeds/your-data-in-scribeware.md): Working in ScribeWare is like working on Google docs. The system auto-saves everything. We almost never lose data for this reason.


---

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