diff --git a/pages/docs/export-methods.mdx b/pages/docs/export-methods.mdx index dded782a5a..61e09d5760 100644 --- a/pages/docs/export-methods.mdx +++ b/pages/docs/export-methods.mdx @@ -150,7 +150,9 @@ To export Group Profiles as a CSV, switch the group key to your group of choice ### Downloading Reports via the UI You can download any reports as a CSV, PNG, or PDF by clicking the "..." button in the top right corner of the report UI, and then selecting "Export". -When exporting a CSV of an Insights report in Bar, Stacked Bar, Pie, Table, or Metric view, you can export up to 50,000 rows of data. For all other views and reports, the export limit is 10,000 rows. If your report exceeds these limits, only the number of rows up to the limit in ascending order is returned. +For customers on our Enterprise plan: When exporting a CSV of an Insights report in Bar, Stacked Bar, Pie, Table, or Metric view, you can export up to 50,000 rows of data. For all other views and reports, the export limit is 10,000 rows. If your report exceeds these limits, only the number of rows up to the limit in ascending order is returned. + +For all other customers: You can export up to 10,000 rows of data for all types of reports. ### Exporting Reports via API