# Platform Features

- [URL Parameters](/platform-features/url-parameters.md): Every CSV Getter export endpoint supports query parameters that modify the output dynamically. Append them to your endpoint URL.
- [Combining URL Parameters](/platform-features/combining-url-parameters.md): URL parameters can be chained together to build powerful data workflows — all from a single URL. This page shows real-world recipes for common scenarios.
- [The Type Parameter](/platform-features/the-type-parameter.md): Create custom functionality with the 'type' parameter.
- [The SQL Parameter](/platform-features/the-sql-parameter.md): The sql parameter lets you filter, sort, aggregate, and transform your data using SQL queries — directly in the URL. The query runs against your data after it's fetched from the source, using SQLite
