# September

TL;DR In this edition:

* **🔌 SDK Connection** (BETA): Connect to your Dapta APIs easily and faster via our frontend SDKs.\
  \&#xNAN;*Interested in accessing Dapta SDK Beta? ✉️ Email:* [*nico@daptatech.com*](mailto:nico@daptatech.com)
* :compression:**Redesigned API Studio Interface:** we've made the experience of creating APIs even easier
* :card\_box: **File Management:** Upload files to the cloud easily with a REST endpoint
* **👥 Client Dashboards:** Your customers can get custom dashboards with permissions
* :control\_knobs: **SOAP Responses:** Connect to SOAP XML endpoints easily
* 🧮 **Data Export:** Filter your data to create custom reports with a couple of clicks.

### **🧩 API Studio**

* **Dapta SDK (Beta):** Now, you can effortlessly connect your APIs to your applications by eliminating the hassle of manual integration with our software development kits (SDKs), significantly reducing the time and effort required for integration.<br>

  <figure><img src="/files/ghUYwHb0VgODNWuw79ii" alt=""><figcaption></figcaption></figure>
* **Redesigned API Studio Interface:** this revamped interface offers an intuitive and user-friendly experience, reducing the complexity often associated with API development.
  * Input: information you provide to the API to perform a specific request or operation.
  * Action: a specific event that performs in response to a trigger. Actions can be combined to create more complex workflows and functionality.
  * Output: handles the responses and variables of each of the action nodes you defined in your workflow.<br>

    <figure><img src="/files/fATNLUHzUYI6OzSlJnwG" alt="" width="375"><figcaption></figcaption></figure>
* **File Management:** simplifies the process of uploading files to the cloud. Using REST endpoints, you can now upload files with ease. Reducing the complexities of file management and storage and streamlining the management of your data assets.<br>

  <figure><img src="/files/9ApvqlGukPLd0Ns9Ic4n" alt=""><figcaption></figcaption></figure>
* **Handling SOAP Responses:** simplifies data processing and integration when interacting with SOAP-based services, reducing the technical complexities associated with this type of integration.

### 👥 Members

* **Client Dashboards:** Enables you to offer personalized dashboards to your customers, with permission controls. Ensuring that your customers see only the data that matters to them, enhancing their experience.<br>

  <figure><img src="/files/hG63Ft2K1yKSN2z22SCd" alt=""><figcaption></figcaption></figure>

### **📊 Data Explorer**

* **Data Export:** create custom reports in seconds by extracting and exporting only data that meets custom filtering conditions based on various object attributes or fields.<br>

  <figure><img src="/files/0rHtVeuDIdSiImQ9uKUf" alt=""><figcaption></figcaption></figure>

## 🔧 Fixed and improved

* **Performance:** Charts now load 80% faster. Apply date filters and make data-driven decisions.
* **New "form-data" body type:** improves flexibility and allows users to specify data in "form-data" format when configuring the body of their API endpoints.


---

# 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.dapta.ai/product-updates/september.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.
