> For the complete documentation index, see [llms.txt](https://docs.timvero.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.timvero.com/timveroos-admin-panel-documentation/v.8.2/setup/05-documents.md).

# Documents

## Overview

Create and manage document templates for automated document generation throughout the lending process.

## What You'll Configure

| Component                | Purpose                                              |
| ------------------------ | ---------------------------------------------------- |
| **Document Templates**   | Templates with merge fields for automated generation |
| **Template Variables**   | Dynamic data insertion points                        |
| **Product Associations** | Optional linkage to credit products                  |

## Configuration Guides

### [Document Templates](/timveroos-admin-panel-documentation/v.8.2/setup/05-documents/document-templates.md)

Create document templates with merge fields for automated generation.

**What you'll configure:**

* Document template content
* Merge fields (variables) for dynamic data
* Template testing with sample data
* Optional product associations

**What requires Building Platform configuration (SDK):**

* Document types and their definitions
* Document requirement rules (which documents are required when)
* Generation triggers and conditions
* Validation and signing workflows

**Time to complete:** 1-2 hours per template

***

## Prerequisites

* Development team has configured document types and generation triggers on the Building Platform

## Related Operations

Once configured, see how documents are used in operations:

* [Documents (OPS - Origination)](/timveroos-admin-panel-documentation/v.8.2/ops/01-origination/documents.md) - Managing documents during application processing

## Next Steps

After configuring documents, proceed to:

* [Notifications](/timveroos-admin-panel-documentation/v.8.2/setup/06-notifications.md) - Configure notification templates

***

*For additional support, consult your implementation team.*


---

# 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:

```
GET https://docs.timvero.com/timveroos-admin-panel-documentation/v.8.2/setup/05-documents.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.
