# Supported data formats

In addition to the **400+ sources** that Coupler.io has implemented our users also can integrate with custom applications that are not supported by Coupler.io yet but have public APIs or export URLs that return data in supported formats.

<i class="fa-square-check" style="color:green;">:square-check:</i> Coupler.io supports data sources that return data in one of the following formats:

* CSV (Comma-Separated Values)
* JSON (JavaScript Object Notation)

<i class="fa-square-xmark" style="color:red;">:square-xmark:</i> Coupler.io does not support sources that return data in the next formats:

* XML (Extensible Markup Language)
* HTML (HyperText Markup Language)
* TXT (plain text)
* TSV (Tab-Separated Values)


---

# 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.coupler.io/getting-started/supported-data-formats.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.
