> ## Documentation Index
> Fetch the complete documentation index at: https://docs.slant.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Filling documents

> Fill PDF forms with household and people data, then download or save the completed document.

Fill a PDF template with data from a household's records. The document filler pre-fills mapped fields automatically — you review the values, fill in any remaining fields, and generate the completed document.

## Fill a document

<Steps>
  <Step title="Open the document filler">
    From a client or prospect record, click the **...** (actions menu) and select **Fill PDF**.
  </Step>

  <Step title="Choose a template">
    Select a template from the **Template** dropdown. The PDF preview on the left updates to show the selected template.
  </Step>

  <Step title="Select a person (if required)">
    Some templates are designed to fill data for a specific person rather than the whole household. If the template requires a person, choose one from the **Person** dropdown. Each person is shown with their household role (e.g., head of household, spouse).
  </Step>

  <Step title="Choose the household roles (if required)">
    Some templates fill fields for two people in the household. For these, choose who fills each role using two dropdowns:

    * **Head of household** — Required. Defaults to the household's current head of household. Whoever you pick fills the head-of-household fields on the document.
    * **Spouse/partner** — Optional. Defaults to the household's current spouse or partner, and can be set to **None**. Whoever you pick fills the spouse fields.

    Each person is shown with their household role (e.g., **Sparkle Bergnaum (Head of household)**). The head of household and the spouse/partner must be different people — if you choose the same person for both, you'll see an error and can't continue until you change one.
  </Step>

  <Step title="Select an advisor (if required)">
    Some templates include advisor fields like name, email, or phone. If the template requires an advisor, choose one from the **Advisor** dropdown. This defaults to you if you're a member of the book.
  </Step>

  <Step title="Set the fill options">
    Toggle any of the available options:

    * **Send to DocuSign for signatures** — Route the filled document to DocuSign for e-signature after you generate it. Appears for templates with signature fields.
    * **Let signers fill empty fields in DocuSign** — Allow signers to complete fields you left blank during signing.
    * **Keep document editable after fill** — Keep the filled PDF as an interactive form instead of flattening it into a static document. Some templates always produce a static document — in that case, this option won't appear.
  </Step>

  <Step title="Click Next">
    Slant resolves all field values from the household's records and loads the form.
  </Step>

  <Step title="Review and edit field values">
    The form shows all fields for the template. Pre-filled fields already have values pulled from the household's records. Empty fields need to be filled in manually. Required fields are marked with an asterisk. See [working with fields](#working-with-fields) for details.
  </Step>

  <Step title="Click Fill PDF">
    Slant generates the completed document. If any required fields are missing, you'll be scrolled to the first one that needs attention.
  </Step>
</Steps>

Once the document is generated, you'll see your options for [saving or sharing](#after-filling) the completed document.

## Working with fields

### Pre-filled vs manual fields

Each field in the form has a source:

* **Pre-filled fields** have values pulled automatically from the household's records (names, addresses, dates of birth, etc.). You can edit these values before generating the document.
* **Manual fields** have no mapping and are left empty for you to fill in. Admins choose which fields are mapped and which are collected at fill time when [configuring the template](/records/households/document-filler/settings#configure-a-template).

### Field types

Templates can include text fields, checkboxes, checkbox groups, dropdowns, and radio groups. Date, phone, and SSN fields use formatted input to help you enter values in the correct format.

### Conditional fields

Some fields only appear when a related field has a specific value. For example, a trust information section might only appear when you select "Trust" as the account type. When the condition isn't met, those fields are hidden automatically.

### Required fields

Required fields are marked with an asterisk. If you try to generate the document without completing all required fields, you'll be taken to the first missing field. Admins set which fields are required when [configuring the template](/records/households/document-filler/settings#configure-a-template).

### PDF preview

As you work through the form, the PDF preview on the left highlights the field you're currently editing. Use the zoom controls to get a closer look at the document.

## After filling

Once the document is generated, you have three options:

* **Download** — Save the completed PDF to your computer.
* **Save to cloud storage** — If the household has a connected [file storage folder](/setting-up-slant/integrations/file-storage), save the document directly to their cloud storage. An admin can configure a specific subfolder for filled documents in the [document filler settings](/records/households/document-filler/settings).
* **Send to DocuSign** — If the template includes signature fields, send the document for e-signature. See [sending documents for signature](/records/households/document-filler/sending-for-signature).

## FAQ

<AccordionGroup>
  <Accordion title="Can I fill a document for a prospect?">
    Yes. The document filler is available for both clients and prospects — any household type.
  </Accordion>

  <Accordion title="What happens if a mapped field has no data?">
    The field appears empty in the form. You can enter a value manually or leave it blank if it's not required.
  </Accordion>

  <Accordion title="Can I go back and change the template, person, or household roles after clicking Next?">
    No. To change the template, the selected person, or the head of household and spouse/partner roles, close the document filler and start again. You'll be asked to confirm if you have unsaved changes.
  </Accordion>
</AccordionGroup>
