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

# Marketplace

> Browse and install apps from the Feedal marketplace — official integrations and community-built plugins.

The Feedal Marketplace is where you discover and install apps that extend your forms. It has two tabs: **Powered by Feedal** for official integrations, and **Powered by Community** for plugins built by third-party developers.

Access it from **Integrations → Marketplace** in the sidebar.

<img src="https://mintlify.s3.us-west-1.amazonaws.com/feedal/images/integrations-marketplace.png" alt="Marketplace with two tabs — Powered by Feedal and Powered by Community" />

***

## Powered by Feedal

Official integrations built and maintained by Feedal. These include all the native integrations:

* Webhook, Email notification
* Slack
* Zapier, Make
* HubSpot, Pipedrive
* Google Sheets, Airtable, Notion

Official integrations are verified, have guaranteed delivery reliability, and are covered by Feedal support.

***

## Powered by Community

Community apps are built by third-party developers using the [Feedal Developer SDK](/developer/plugins/content-types). They extend Feedal in ways the core platform doesn't — custom question types, specialised data collection, and niche integrations.

| Badge        | Meaning                                         |
| ------------ | ----------------------------------------------- |
| **Verified** | Feedal has reviewed the app's code and manifest |
| **Beta**     | The app is available but may have rough edges   |
| *(no badge)* | Community-submitted, not yet reviewed           |

<Warning>
  Community apps run their UI in a sandboxed iframe with no access to the host
  page. However, their servers receive your respondents' answers. Only install
  community apps from developers you trust.
</Warning>

***

## Installing an app

1. Browse the marketplace and click an app card.
2. Review the app description, permissions, and developer information.
3. Click **Install**.
4. The app is added to your account and available to attach to forms.

***

## Managing installed apps

Go to **Integrations → Marketplace → Installed** to see all apps installed on your account. From here you can:

* **Uninstall** an app — removes it from your account and detaches it from all forms
* View the app's version and last updated date

***

## For developers

Want to publish your own app to the marketplace? See the [Developer portal](/developer/overview) to learn how to build, test, and submit a Feedal plugin.

***

## Next steps

<CardGroup cols={2}>
  <Card title="How integrations work" icon="circle-info" href="/integrations/overview">
    Event model, delivery, and retry logic.
  </Card>

  <Card title="Developer portal" icon="code" href="/developer/overview">
    Build and publish your own Feedal plugin.
  </Card>
</CardGroup>
