# API Documentation

### Introduction

Ecosuite supports a range of APIs that provide for easy integration with third-party applications. These APIs allow for comprehensive access to Ecosuite's full functionality, and they offer feature parity with our web-based and mobile applications.

{% hint style="info" %}
An illustration of the API's capabilities is demonstrated through [SolarQuant](https://github.com/ecosuite/solarquant), an application which leverages Ecosuite's APIs (and importantly some of the [Orange Button](https://www.myorangebutton.com) compliant parts of it) to export energy data for data science and machine learning applications.
{% endhint %}

#### Example Use Cases

* **Data Analysis**: Leverage the APIs to fetch and analyze data.
* **Custom Intergrations**: Create tailored interfaces for your applications, providing users with simplified experiences.
* **Automation**: Utilize Ecosuite's APIs to streamline operations, reducing manual intervention.

#### Support

For assistance and support regarding Ecosuite API integrations, please contact us via email at <api@ecosuite.io>.&#x20;


---

# 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.ecosuite.io/api/api-documentation.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.
