> For the complete documentation index, see [llms.txt](https://knowledgebase.fabricdata.com/insights/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.fabricdata.com/insights/welcome.md).

# Welcome

{% hint style="info" %}
**What’s new — August 2026:** the [new-generation dashboard](https://origin.insights.fabricdata.com) reaches **v1.2.0** — the *Contents* module now runs on live data, with analytics, rankings and catalog evolution answering to your filters. Content Pulse **v1.5.1** (full catalog exports are back, plus director & cast filters and unified awards) and MCP **v1.3.2** are also live, and the rest of the new-generation modules continue their **progressive rollout**. See the [Dashboards](/insights/releases/dashboards.md) and [MCP](/insights/releases/mcp.md) release notes, including what’s **coming soon**.
{% endhint %}

Origin Insights is Fabric Data’s comprehensive platform for understanding, monitoring, and operating across the global audiovisual ecosystem: from content catalogs and availability, to demand, pricing, platforms, audiences, awards, sports, FAST, piracy, and much more.

At Fabric, we focus on providing the entertainment industry with the best single source of truth for media data and operations — the critical input for any data-driven organization in the sector.

## Scale

| Size      | Description                                           |
| --------- | ----------------------------------------------------- |
| **1.5B+** | data points across the global entertainment ecosystem |
| **600+**  | streaming platforms continuously monitored            |
| **200M+** | content items scanned per day                         |
| **249**   | countries covered — updated daily                     |

Origin Insights is the **market intelligence layer** of Fabric's **Origin** family: what **Origin Studio** governs as the source-of-truth metadata and **Origin Nexus** enriches and distributes, **Origin Insights** turns into actionable market intelligence.

## What does Origin Insights solve?

If you work in content strategy, programming, marketing, research, M\&A, or product at a streaming platform, Origin Insights helps you answer questions like:

* What titles are available on which platform, country, and business model?
* What's the real demand for content in each market?
* What titles are **coming soon** to each platform and market?
* How many users do streaming services actually have in each market, and how are business models (subscription, ads, transactional) trending?
* What prices, plans, and bundles are live, and how are they evolving?
* Who won which award, and on which platform can you watch it?
* What does the FAST and live streaming channel universe look like, and what do they program in each vertical (entertainment, news, kids, sports, music, etc.)?
* What's going on with content on piracy platforms across LATAM?
* What do real users think about the platforms, based on surveys in 30+ countries?

## Data families and products

Origin Insights organizes its offering into several data families. They all share the same identifier model (**UID**) and are delivered via dashboards and exports to **S3 (Data Hub)** on Amazon S3 or DigitalOcean Spaces.

| Family                                     | What it solves                                                                                                                                     |
| ------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Origin Nexus — Identifiers & Metadata**  | **UID** — the universal content identifier + source-of-truth metadata, governed by **Origin Nexus**. The foundation that connects everything else. |
| **Streaming Availability & Content Pulse** | On-demand availability of movies, series, and episodes — 581 streaming services across 249 markets.                                                |
| **Hits (DEMAND)**                          | Composite demand and popularity metric, at the country level.                                                                                      |
| **Awards**                                 | 140+ audiovisual awards, cross-referenced with streaming availability.                                                                             |
| **Content Tracker & Coming Soon**          | Content lifecycle and daily monitoring of press releases and news.                                                                                 |
| **Platform Essentials**                    | Global directory: 1,004 profiled streaming services across 250 countries and territories (type, owner, country of origin, status).                 |
| **Prices, Plans & Bundles**                | Prices, plans, commercial partnerships, devices, and features in real time.                                                                        |
| **Online Media Essentials**                | Online surveys on the OTT market — user bases, business model trends, devices, and habits. Currently focused on **LATAM**.                         |
| **Live Streaming & FAST Channels**         | Channel directory + FAST programming analysis.                                                                                                     |
| **Sports**                                 | Leagues, teams, and rights tied to streaming.                                                                                                      |
| **Online Audits**                          | Piracy across LATAM — platforms and available titles.                                                                                              |

## How will you consume Origin Insights?

There are three ways, and you can mix and match:

{% tabs %}
{% tab title="Dashboards" %}
The fastest way to explore the data. Origin Insights includes:

* **Content Pulse** — the main dashboard, interactive and configurable.
* **Legacy dashboards** — legacy PowerBI views that live alongside Content Pulse.

Access: [**insights.fabricdata.com**](https://insights.fabricdata.com).

Start with **Getting started**.
{% endtab %}

{% tab title="Data Hub" %}
If your team works directly with the data (in-house analytics, models, integrations), we deliver the curated datasets on **Amazon S3** or **DigitalOcean Spaces** (S3-compatible technology), via **AWS Marketplace** or S3-compatible credentials.

* Modeled, clean schema (not raw data).
* Partitioned by date / country / platform depending on the dataset.
* Updated at the cadence of each family (daily, weekly, monthly).

Start with **Data Hub**.
{% endtab %}

{% tab title="MCP" %}
Query Origin Insights in **natural language** from Claude, without navigating dashboards or building manual data pulls.

* Integration via **Model Context Protocol (MCP)**.
* Ideal for ad-hoc questions and quick exploration.

Start with **Origin Insights MCP**.
{% endtab %}
{% endtabs %}

## Service Status

You can check the real-time status of Origin Insights services anytime at our status page: [origininsights.statuspage.io](https://origininsights.statuspage.io/)

Subscribe there to get notified about incidents and scheduled maintenance.

Need help? Everything about support channels, response times, and your business contact lives in [Support and contact](/insights/support-and-contact.md).


---

# 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, and the optional `goal` query parameter:

```
GET https://knowledgebase.fabricdata.com/insights/welcome.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
