diff --git a/docs/data-access.md b/docs/data-access.md index 0d3d05f5..2257a7e4 100644 --- a/docs/data-access.md +++ b/docs/data-access.md @@ -13,6 +13,7 @@ Plausible gives you several ways to access your stats outside the dashboard. The | Query stats programmatically or build a custom dashboard | [Stats API](#stats-api) | | Send pageviews or events server-side (mobile app, no JS snippet) | [Events API](#events-api) | | Create and manage sites programmatically | [Sites API](#sites-api) | +| Embed analytics into my own product for my customers | [White-label integration guide](white-label.md) | | Download stats as a spreadsheet, one-off | [CSV export](#csv-export) | | Build a custom report in Google's visualization tool | [Looker Studio](#looker-studio) | | Pipe data into a data warehouse or BI tool | [Warehouse connectors](#data-warehouse-connectors) | diff --git a/docs/introduction.md b/docs/introduction.md index 1b61d4ed..68240c07 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -123,6 +123,7 @@ import CtaBox from '@site/src/components/CtaBox';

Query your data, send events and manage sites programmatically.