> 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/03-products.md).

# Products

## Overview

Configure credit products, additives, pricing algorithms, collateral requirements, and documentation rules that define your lending offerings.

## What You'll Configure

| Component            | Purpose                                               |
| -------------------- | ----------------------------------------------------- |
| **Credit Products**  | Base product definitions with parameter ranges        |
| **Additives**        | Specific product variations with eligibility criteria |
| **Pricing Scripts**  | Offer Engine algorithms for TnC calculation           |
| **Collateral Types** | Security requirements per product                     |
| **Documentation**    | Document templates linked to products                 |

## Configuration Guides

### [Product Architecture](/timveroos-admin-panel-documentation/v.8.2/setup/03-products/product-architecture.md)

Understand the two-tier product model and configure credit products with additives.

**What you'll configure:**

* Credit product definitions
* Additives with participant/asset requirements
* Offer Engine integration with participant and asset profile data
* Product states and lifecycle

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

***

### [Pricing Configuration](/timveroos-admin-panel-documentation/v.8.2/setup/03-products/pricing-configuration.md)

Create Offer Engine scripts that read participant and asset profile data to calculate rates, amounts, and terms.

**What you'll configure:**

* Pricing algorithm scripts using profile attributes as variables
* Eligibility rules based on profile data
* Rate calculations

**Time to complete:** 2-4 hours per pricing script

***

### [Collateral Management](/timveroos-admin-panel-documentation/v.8.2/setup/03-products/collateral-management.md)

Configure collateral requirements for secured products.

**What you'll configure:**

* Collateral type selection per additive
* Required vs optional collateral settings

**Note:** Collateral types are defined on the Building Platform. Admin Panel selects from available types.

**Time to complete:** 30 minutes per product

***

### [Documentation Requirements](/timveroos-admin-panel-documentation/v.8.2/setup/03-products/documentation-requirements.md)

Link document templates to credit products.

**What you'll configure:**

* Document template associations
* Product-specific document settings

**Time to complete:** 30 minutes per product

***

## Prerequisites

* [Access Management](/timveroos-admin-panel-documentation/v.8.2/setup/02-access-management.md) configured
* Development team has configured collateral types on the Building Platform (if applicable)

## Related Operations

Once configured, see how products are used in operations:

* [Product Selection (OPS)](/timveroos-admin-panel-documentation/v.8.2/ops/01-origination/product-selection.md) - How products are selected during origination
* [Collateral (OPS)](/timveroos-admin-panel-documentation/v.8.2/ops/01-origination/collateral.md) - Managing collateral during origination

## Next Steps

After configuring products, proceed to:

* [Workflows](/timveroos-admin-panel-documentation/v.8.2/setup/04-workflows.md) - Build decision automation workflows

***

*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/03-products.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.
