# Marketplaces

- [Integration Onboarding Experiences Overview](https://docs.pandium.com/marketplaces/integration-onboarding-experiences-overview.md): Embed Pandium’s white-labeled integration marketplace, setup UI, or auth pop-up to streamline onboarding, handle OAuth/API keys, and drive integration adoption with minimal engineering.
- [Embedding the In-App Marketplace](https://docs.pandium.com/marketplaces/integration-onboarding-experiences-overview/embedding-the-marketplace.md): Embed Pandium’s In-App Marketplace via iframe and JWT-based SSO to securely show user-specific integrations, installations, and configs inside your app without an extra login.
- [Embedding the Integration Install Only](https://docs.pandium.com/marketplaces/integration-onboarding-experiences-overview/embedding-the-integration-install-only.md): Embed Pandium’s Integration Install Only UI via iframe and JWT SSO to let users authenticate, configure, and schedule integrations inside your marketplace while keeping native styling.
- [Embedding Auth-Only Connections](https://docs.pandium.com/marketplaces/integration-onboarding-experiences-overview/embedding-auth-only-connections.md): Embed Pandium Auth-Only Connections via iframe and JWT SSO to let users authenticate external systems and auto-install integrations with no visible configuration steps.
- [Customizing the JWT](https://docs.pandium.com/marketplaces/customizing-the-jwt.md): Use Pandium Auth-Only Connections to embed a secure iframe and JWT-based SSO flow that silently authenticates users to external systems and auto-installs integrations without extra setup.
- [Marketplace Settings](https://docs.pandium.com/marketplaces/marketplace-settings.md): Customize Pandium marketplaces by configuring themes, fonts, colors, components, sorting, and content so your In-App Marketplace or Public Gallery matches your brand and UX.
- [Flags, Tags, and Categories](https://docs.pandium.com/marketplaces/implementing-flags-tags-and-categories.md): Configure flags, tags, and categories in Pandium to highlight key integrations, boost search, and organize marketplace tiles without writing any code.
- [Custom CSS](https://docs.pandium.com/marketplaces/custom-css.md): Customize your Pandium marketplace beyond built-in settings by uploading, editing, and saving custom CSS (or scripts) in the Custom CSS tab, with draft previews before publishing.
- [Marketplace Events](https://docs.pandium.com/marketplaces/marketplace-events.md)
- [Public Gallery](https://docs.pandium.com/marketplaces/public-gallery.md): Showcase integrations with Pandium’s Public Gallery, a customizable partner directory that supports SEO, white-label branding, hero banners, and embedded lead capture forms.
- [App Installation Options](https://docs.pandium.com/marketplaces/app-installation-options.md): Overview of the different ways to surface integrations to your users, including the In-App Marketplace, Live Link, and Auth Link.
- [Auth Link](https://docs.pandium.com/marketplaces/app-installation-options/auth-link.md): Use Auth Link to send users directly to an authentication flow without requiring the In-App Marketplace.
- [Live Link](https://docs.pandium.com/marketplaces/app-installation-options/live-link.md): Use Live Link to direct users to a specific integration in your marketplace, even if the integration is unpublished.
- [Listing in External Marketplaces](https://docs.pandium.com/marketplaces/listing-in-external-marketplaces.md): Sometimes there may be instances where you would want your application officially listed in a third-party marketplace. App-Marketplace Ready Connectors make this easier.
- [BigCommerce Marketplace](https://docs.pandium.com/marketplaces/listing-in-external-marketplaces/bigcommerce-marketplace.md): Learn how to list and manage your Pandium-powered integration on the BigCommerce Marketplace, including configuration steps, listing requirements, and best practices for a successful app listing.
- [Klaviyo Marketplace](https://docs.pandium.com/marketplaces/listing-in-external-marketplaces/klaviyo-marketplace.md): Learn how to list and manage your Pandium-powered integration on the Klaviyo Marketplace, including configuration steps, listing requirements, and best practices for a successful app listing.
- [Shopify Marketplace](https://docs.pandium.com/marketplaces/listing-in-external-marketplaces/shopify-marketplace.md): Learn how to list and manage your Pandium-powered integration on the Shopify Marketplace, including configuration steps, listing requirements, and best practices for a successful app listing.
- [Wix Marketplace](https://docs.pandium.com/marketplaces/listing-in-external-marketplaces/wix-marketplace.md): Learn how to configure the required External URL, App URL, and Redirect URL to submit your app to the Wix Marketplace using Pandium’s custom authentication flow.
- [Yotpo Marketplace](https://docs.pandium.com/marketplaces/listing-in-external-marketplaces/yotpo-marketplace.md): Learn how to submit your app to the Yotpo Marketplace by configuring the required Start Install URL and Redirect URL for a smooth installation and authentication flow from Yotpo into your product.


---

# 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.pandium.com/marketplaces.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.
