# 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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.csvgetter.com/platform-features.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
