> ## 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.

# base44 connectors list-available

> פרט את כל סוגי האינטגרציה הזמינים בקטלוג ה-connectors של Base44.

<Warning>
  דף זה הוא חלק ממיומנות של סוכן קידוד AI ונכתב לסוכנים, לא לבני אדם. לתיעוד Base44 הקריא לבני אדם, ראה את [תיעוד המפתחים](/developers).
</Warning>

# base44 connectors list-available

פרט את כל סוגי האינטגרציה הזמינים בקטלוג ה-connectors של Base44.

## תחביר

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

## אימות

**נדרש**: כן. אם לא מאומת, תתבקש להתחבר תחילה.

## מה זה עושה

שולף את קטלוג סוגי האינטגרציה הזמינים מ-Base44 ומציג כל אחד עם שם התצוגה, תיאור, וכל שדות תצורה נדרשים.

## פלט

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

✓ Available integrations fetched successfully

Google Calendar
  integrationType: googlecalendar
  description: Access Google Calendar events and schedules
  connectionConfigFields: []

Slack
  integrationType: slack
  description: Send messages and interact with Slack workspaces
  connectionConfigFields: []

Stripe
  integrationType: stripe
  description: Process payments and manage Stripe accounts
  connectionConfigFields: []

Found 14 available integrations.
```

כל אינטגרציה מוצגת בפורמט YAML ומראה את סוג האינטגרציה, תיאור, וכל שדות תצורת החיבור הנדרשים להגדרה.

## מקרי שימוש

* גלה את כל סוגי ה-connectors הנתמכים לפני יצירת קבצי connector
* בדוק אם אינטגרציה ספציפית זמינה במסלול Base44 שלך
* ראה אילו שדות תצורה (אם בכלל) connector דורש

## פקודות קשורות

* [connectors-create.md](https://docs.base44.com/developers/skills/base44-cli/references/connectors-create.md) - איך ליצור קבצי תצורת connector
* [connectors-push.md](https://docs.base44.com/developers/skills/base44-cli/references/connectors-push.md) - דחוף connectors מקומיים ל-Base44
* [connectors-pull.md](https://docs.base44.com/developers/skills/base44-cli/references/connectors-pull.md) - משוך connectors מ-Base44 לקבצים מקומיים

<Note>דף זה תורגם באמצעות בינה מלאכותית. למידע המדויק והעדכני ביותר, עיין ב[גרסה האנגלית](/). </Note>
