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

# Platform Features

- [URL Parameters](https://docs.csvgetter.com/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](https://docs.csvgetter.com/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](https://docs.csvgetter.com/platform-features/the-type-parameter.md): Create custom functionality with the 'type' parameter.
- [The SQL Parameter](https://docs.csvgetter.com/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
