> ## Documentation Index
> Fetch the complete documentation index at: https://docs.syntage.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Insights aggregate entity data into metrics, summaries, and exports that can be used in dashboards and workflows.

Insights aggregate data Syntage has already extracted for an entity. They combine invoices, SAT records, credit reports, RPC records, RUG records, and other datasource-backed records into metrics and summaries that are easier to use directly.

Most insight endpoints return calculated data for one entity and accept optional `options[...]` query parameters for date ranges, pagination, ordering, or grouping. The exact options are documented on each endpoint page.

## Categories

| Category            | Examples                                                                      |
| ------------------- | ----------------------------------------------------------------------------- |
| Company             | Summary, scores, risks, Buró de Crédito summary                               |
| Corporate Structure | Shareholders, current powers                                                  |
| Revenue             | Sales revenue, expenditures, cash flow, accounts payable, accounts receivable |
| Financial           | Balance sheet, income statement, financial ratios, trial balance              |
| Clients             | Customer concentration, customer network, products and services sold          |
| Providers           | Supplier concentration, vendor network, products and services bought          |

## Exports

Some insights can be exported as CSV or XLSX files with the insight export endpoint. Use the same `options[...]` filters you would use on the corresponding insight endpoint, and set the `Accept` header to the format you want.

For example, export the Shareholders insight with `GET /entities/{entityId}/insights/shareholders/export` and pass the relation direction as `options[relations.relationType]`.
