# Overview

There are four ways to interact with Marple products: Python SDK, MATLAB SDK, our HTTP REST API and querying the cold data with Trino. Each one has slightly different capabilities:

<table><thead><tr><th width="180"></th><th width="376.2833251953125">Marple DB</th><th>Marple Insight</th></tr></thead><tbody><tr><td><a href="/pages/QDR6WaceqhIKKhH28aaw"><strong>Python SDK</strong></a></td><td>Pull &#x26; push data, general scripting  <span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td><td>Export data <span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td></tr><tr><td><a href="/pages/0Ssl7r9B2EYcQAj7LuRP"><strong>MATLAB SDK</strong></a></td><td>Pull data, general scripting <span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td><td>-</td></tr><tr><td><a href="/pages/SLruHdtufjSbawx6Qh8P"><strong>REST API</strong></a></td><td>Upload files <span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td><td>Export data <span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td></tr><tr><td><a href="/pages/VP0LX1RARJAMYbj0cwNU"><strong>Query with Trino</strong></a></td><td>Advanced custom SQL analysis <span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td><td>-</td></tr></tbody></table>

We recommend:

* Default choice for integration and scripting ⇒ Python SDK
* For using Marple in MATLAB workflows ⇒ MATLAB SDK
* For integrating from other programming languages ⇒ REST API
* For connecting Grafana, Power BI or other tools ⇒ Query cold data with Trino

Using LLMs and coding agents can speed up scripting. Read our Agentic Coding guide to learn more:

{% content-ref url="/pages/5dlRnHNFTcDxp4JRlb1A" %}
[Agentic Coding](/docs/sdk/agentic-coding.md)
{% endcontent-ref %}

### Hands-on demo

The Marple DB SDK is very powerful for data mining and ML/AI use cases. Watch a hands-on demo by one of our developers:

{% embed url="<https://youtu.be/G3UT833Agl4>" %}

### Continue reading

{% content-ref url="/pages/QDR6WaceqhIKKhH28aaw" %}
[Python SDK](/docs/sdk/overview/python-sdk.md)
{% endcontent-ref %}

{% content-ref url="/pages/0Ssl7r9B2EYcQAj7LuRP" %}
[MATLAB SDK](/docs/sdk/overview/matlab-sdk.md)
{% endcontent-ref %}

{% content-ref url="/pages/SLruHdtufjSbawx6Qh8P" %}
[REST API](/docs/sdk/overview/rest-api.md)
{% endcontent-ref %}


---

# 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.marpledata.com/docs/sdk/overview.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.
