> ## Documentation Index
> Fetch the complete documentation index at: https://help.dingtalk.io/llms.txt
> Use this file to discover all available pages before exploring further.

# FaaS Connector

> The YiDA FaaS Connector is powered by Alibaba Cloud Function Compute (FC). It offers different call quotas across editions and supports flexible customization in the WebIDE. You can purchase additional call quotas or view value-added service packages from the platform management page.

| **Feature**               | **Free plan** | **Basic edition** | **Professional edition** | **Dedicated edition** |
| ------------------------- | ------------- | ----------------- | ------------------------ | --------------------- |
| FaaS Connector call quota | 100 calls     | 1,000 calls       | 1,000 calls              | 5,000 calls           |

<Note>
  YiDA provides a free call quota to every YiDA organization. Once the quota is used up, you can purchase more on the [YiDA platform management](/yida/platform-admin/omvowq) page. For detailed pricing, see Value-added service packages.
</Note>

Developers can focus purely on writing business logic without worrying about server deployment, operations, scaling, or capacity planning, achieving **cloud development capabilities** out of the box.

Developers can edit code in the **WebIDE** and tailor YiDA Connectors to fit their business needs with **flexible customization**.

## Step 1: Create a Connector

<Steps>
  <Step title="Step 1">
    Sign in to the [YiDA workbench](https://www.yidaapps.com/workPlatform) as an Admin.
  </Step>

  <Step title="Step 2">
    Click **Platform management** in the upper-right corner to open the platform management page.
  </Step>

  <Step title="Step 3">
    Click **Connector Factory** in the left navigation menu, click **Create connector**, and select FaaS Connector.
  </Step>
</Steps>

<Steps>
  <Step title="Set the connector name, connector icon, and development language, then click Next" />

  <Step title="On the Execute action page, configure the basic information, API request, and API response for the action, then click Save">
    <Note>
      The API request and API response support JSON parsing. Enter the corresponding Body data structure, then click **Parse Body** to parse it.
    </Note>
  </Step>
</Steps>

## Step 2: Develop the Connector

For details on developing and using a FaaS Connector, see Integration & Automation - FaaS (Cloud) Connector.
