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

# connectors list-available

> List all available integration types

List all integration types supported by Base44. The command fetches the latest available [connectors](/developers/backend/resources/connectors) from the server and displays each one with its type identifier, description, and any required connection configuration fields.

## Usage

```bash theme={null}
base44 connectors list-available
```

## Output

For each integration, the command displays:

* **Type identifier**: the value to use in your connector configuration's `type` field
* **Description**: what the integration does
* **Connection config fields**: any additional parameters the connector requires (e.g. a subdomain or account ID), with validation rules

## See also

* [`connectors push`](/developers/references/cli/commands/connectors-push): Push local connector configurations to Base44
* [`connectors pull`](/developers/references/cli/commands/connectors-pull): Pull connector configurations from Base44
* [Connectors overview](/developers/backend/resources/connectors): Learn about connector types and supported services
