> 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.md).

# Platform Configuration (Setup)

## Important: Building platform (SDK) Prerequisites

> **The Admin Panel Setup is an extension of the Building Platform configuration layer.**
>
> Before configuring features in the Admin Panel, the corresponding setup must be completed by your development team on the Building Platform (via SDK). The Admin Panel provides business-user-friendly interfaces for configuring parameters, templates, and rules—but the underlying data structures, entity types, state machines, and business logic are defined on the Building Platform.
>
> **Configuration flow:**
>
> 1. **Building Platform (SDK)** defines structures (entities, states, data sources, document types, notification events)
> 2. **Admin Panel** configures parameters within those structures (templates, thresholds, routing rules)
>
> If a feature or option is not available in the Admin Panel, it likely requires Building Platform implementation first. Contact your development team.
>
> For a complete view of how the Building Platform, Admin Panel, and Operations layers relate, see [Solution Architecture](broken://pages/19G1W2kEhQGcEXx2Rmyh).

## Overview

This section covers one-time and infrequent configuration tasks for the timveroOS Admin Panel. These settings establish the foundation for daily operations.

## Who Should Read This

| Audience                  | Role                                 |
| ------------------------- | ------------------------------------ |
| **System Administrators** | Platform setup and maintenance       |
| **Implementation Team**   | Initial deployment and configuration |
| **Business Analysts**     | Product and workflow design          |

## What's Covered

| Section                                                                                       | Purpose                                                           |
| --------------------------------------------------------------------------------------------- | ----------------------------------------------------------------- |
| [Getting Started](/timveroos-admin-panel-documentation/v.8.2/setup/01-getting-started.md)     | Initial access and navigation                                     |
| [Access Management](/timveroos-admin-panel-documentation/v.8.2/setup/02-access-management.md) | User accounts, roles, permissions                                 |
| [Products](/timveroos-admin-panel-documentation/v.8.2/setup/03-products.md)                   | Credit products, pricing, collateral, documentation               |
| [Workflows](/timveroos-admin-panel-documentation/v.8.2/setup/04-workflows.md)                 | Decision automation, profile building, Warning Facts, Alert Facts |
| [Documents](/timveroos-admin-panel-documentation/v.8.2/setup/05-documents.md)                 | Document template creation                                        |
| [Notifications](/timveroos-admin-panel-documentation/v.8.2/setup/06-notifications.md)         | Notification template creation                                    |
| [Data Integration](/timveroos-admin-panel-documentation/v.8.2/setup/07-data-integration.md)   | Feature Store, Metrics Engine, Covenants                          |
| [Analytics](/timveroos-admin-panel-documentation/v.8.2/setup/08-analytics.md)                 | BI dashboard catalog management                                   |
| [Operational Tools](/timveroos-admin-panel-documentation/v.8.2/setup/09-operational-tools.md) | Form Builder, Catalogs                                            |

## Recommended Configuration Order

1. **Access Management** - Create user accounts and configure roles
2. **Products** - Define credit products and additives
3. **Workflows** - Build decision automation workflows
4. **Documents** - Create document templates
5. **Notifications** - Configure notification templates
6. **Data Integration** - Set up Feature Store, Metrics, Covenants
7. **Analytics** - Configure BI dashboard catalog
8. **Operational Tools** - Build forms and catalogs as needed

## Related Documentation

* **Daily Operations**: See [OPS - Daily Operations](/timveroos-admin-panel-documentation/v.8.2/ops.md) for how to use configured features
* **Concepts**: See [Business User Documentation](https://github.com/TimveroOS/timvero-doc-admin-side/blob/main/business_technical_doc/timveroos-business-user-documentation/v.-8.2) for conceptual explanations
* **Building platform (SDK) Reference**: See [timveroOS SDK Documentation](https://documentation.timvero.com/) for Building platform (SDK)-level configuration

***

*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.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.
