Skip to main contentSkip to content

Updated Aug 20, 2026

Documents & Tasks tabs

Last updated: 2026–05-27


Docs tab

Document management is grouped into three expandable sections:

SectionContentsSection action
Uploaded documentsApplicant/agent uploads, statuses, versionsRequest (opens Request Docs modal)
ContractsGenerated/signed agreementsGenerate (per-row from contract templates)
Consent formsConsent artifacts(read/manage per row)

Header toolbar

StateButtons
Nothing selectedStart Review (badge = count waiting for review), Request Docs
Rows selectedDeselect, Download (ZIP of selected previewable docs)

Progress line: X of Y Documents Received counts uploads, signed contracts, and consent items.

Row actions

ActionBehavior
PreviewOpens preview modal with version history
DownloadOpens file URL in new tab
GenerateContract builder modal with recomputed values
Request (from preview)Pre-fills Request Docs for that document type

Doc AI

When Doc AI is enabled for the tenant, documents may enter processing status; the tab polls up to three times every 20 seconds while processing, then stops.

Use cases

GoalSteps
Request paystubRequest Docs → choose templates → send
Review queueStart Review → works through “Waiting for review” items
Export file setSelect rows → Download ZIP
Regenerate contractContracts section → generate action on row

Edge cases

SituationBehavior
Document not previewableRow excluded from bulk selection
No review itemsStart Review disabled
Doc AI offdocai_enabled false hides AI-specific preview affordances

Auditor: Legacy docs UI hid upload/request actions for Auditors. The current Docs tab does not wrap the header buttons in Auditor hides—confirm your tenant policy before granting Auditor access to production.


Tasks tab

Internal task list for the application (follow-ups, callbacks, checklists).

ControlRoles
Create taskHidden for Auditor and Applicant
Edit / delete / complete checkboxHidden for Auditor and Applicant
View tasksAll roles that can open the tab

Applicant role

Applicant users do not see the Tasks main tab at all—the tab is removed from the tab list and active tab resets if they had landed on it.

Create / edit

  • CreateTaskSheet side panel for new or edit.
  • ConfirmationDialog for delete.
  • Checkbox toggles completion via update API.

Use cases

ScenarioSteps
Call-back reminderCreate task with due date/assignee (per sheet fields)
Close loopMark complete via checkbox
Clean up duplicateDelete with confirmation

Edge cases

SituationUI
No tasksNo tasks yet empty state with create CTA (if allowed)
Pending saveCheckbox optimistic state synced when server responds

Implementation notes

  • Docs and Tasks share session + application ID with Email tab patterns (ApplicationParentType.Applications).
  • Request Docs may send email to applicant email on props.
  • Task mutations invalidate the tasks query for the session.

← Application detail hub

LendAPI Field Guide.