# Converters

- [Archive](https://docs.appmixer.com/connector-configuration/utils/converters/archive.md)
- [CSV to HTML](https://docs.appmixer.com/connector-configuration/utils/converters/csv2html.md)
- [CSV to JSON](https://docs.appmixer.com/connector-configuration/utils/converters/csv2json.md)
- [CSV to XLSX](https://docs.appmixer.com/connector-configuration/utils/converters/csv2xlsx.md)
- [Data URI to File](https://docs.appmixer.com/connector-configuration/utils/converters/datauri2file.md)
- [HTML to CSV](https://docs.appmixer.com/connector-configuration/utils/converters/html2csv.md)
- [HTML to JSON](https://docs.appmixer.com/connector-configuration/utils/converters/html2json.md)
- [HTML to XLSX](https://docs.appmixer.com/connector-configuration/utils/converters/html2xlsx.md)
- [JSON to CSV](https://docs.appmixer.com/connector-configuration/utils/converters/json2csv.md)
- [JSON to HTML](https://docs.appmixer.com/connector-configuration/utils/converters/json2html.md)
- [JSON to XLSX](https://docs.appmixer.com/connector-configuration/utils/converters/json2xlsx.md)
- [XLSX to CSV](https://docs.appmixer.com/connector-configuration/utils/converters/xlsx2csv.md)
- [XLSX to HTML](https://docs.appmixer.com/connector-configuration/utils/converters/xlsx2html.md)
- [XLSX to JSON](https://docs.appmixer.com/connector-configuration/utils/converters/xlsx2json.md)


---

# 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.appmixer.com/connector-configuration/utils/converters.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.
