> 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/08-analytics.md).

# Analytics Setup

## Overview

Configure the BI dashboard catalog that controls which dashboards are available in the Admin Panel and who can access them.

## What You'll Configure

| Component               | Purpose                               |
| ----------------------- | ------------------------------------- |
| **Dashboard Catalog**   | Registry of available dashboards      |
| **Role Assignments**    | Which roles can view which dashboards |
| **Embed Configuration** | Dashboard display settings            |

## Configuration Guides

### [BI Catalog Management](/timveroos-admin-panel-documentation/v.8.2/setup/08-analytics/bi-catalog-management.md)

Manage the dashboard catalog and configure dashboard availability.

**What you'll configure:**

* Dashboard catalog entries
* Role-based dashboard visibility
* Embedded dashboard settings

**What's separate:**

* **Superset Portal**: Dashboard creation and design happens in the separate Superset application (different URL from Admin Panel)
* **Data Architecture**: ETL processes and data warehouse configuration are handled by your data team

**Time to complete:** 30-60 minutes for catalog setup

***

## Architecture Overview

```
timveroOS → ETL → Data Warehouse → Superset → Admin Panel (embedded)
```

* **Superset Portal**: Create charts, dashboards, SQL queries
* **Admin Panel**: View embedded dashboards via catalog

## Prerequisites

* Superset portal configured and accessible
* Dashboards created in Superset
* Data warehouse connected to Superset

## Related Operations

Once configured, see how analytics are used in operations:

* [Using Dashboards (OPS)](/timveroos-admin-panel-documentation/v.8.2/ops/03-analytics/using-dashboards.md) - Viewing and using dashboards

## Next Steps

After configuring analytics, proceed to:

* [Operational Tools](/timveroos-admin-panel-documentation/v.8.2/setup/09-operational-tools.md) - Build forms and catalogs

***

*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/08-analytics.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.
