# Integration Hub

- [Setting Up Source Control](https://docs.pandium.com/integration-hub/setting-up-source-control.md): Set up Pandium Source Control to manage CI/CD for integrations by connecting GitHub, GitLab, Bitbucket, or Azure repos, auto-building releases, and injecting secure build environment secrets.
- [Creating An Integration](https://docs.pandium.com/integration-hub/pandium-quick-start.md): Create internal or external integrations in Pandium by configuring connectors, repository settings, sync schedules, and source control, then building releases from a guided quick-start workflow.
- [Getting Started with Creating an Integration](https://docs.pandium.com/integration-hub/pandium-quick-start/getting-started-with-creating-an-integration.md): Learn how create a record of your integration in Pandium, as well as configure your integration details, connectors, remote repository settings, and sync schedule options.
- [Demo Video: Creating an Integration With Pandium](https://docs.pandium.com/integration-hub/pandium-quick-start/demo-video-creating-an-integration-with-pandium.md): Watch an example of what the full end-to-end integration building processes looks like with Pandium.
- [Managing Internal Integrations](https://docs.pandium.com/integration-hub/setting-up-your-first-integration-tile.md): Manage internal integrations in Pandium by configuring repos, default releases, sync schedules, marketplace settings, and connector secrets from a centralized integration detail page.
- [Creating a Tenant In the Integration Hub](https://docs.pandium.com/integration-hub/creating-a-tenant.md): Create tenants in the Pandium Integration Hub by choosing a release or channel, authenticating connectors, configuring settings and sync schedule, then saving to start or pause syncing as needed.
- [Managing and Updating Tenants](https://docs.pandium.com/integration-hub/managing-and-updating-tenants-in-the-admin-portal.md): Manage and update Pandium tenants by rotating connector credentials, using Magic Links, editing configs and releases, and customizing per-tenant sync schedules from the admin portal.
- [Managing and Updating Releases](https://docs.pandium.com/integration-hub/updating-an-integrations-release.md): Manage Pandium integration releases by building new versions via Source Control, setting default release behavior, and applying multi-YAML releases to tenants from the integration detail page.
- [Managing External Integrations](https://docs.pandium.com/integration-hub/managing-external-integrations.md): Manage external integrations in Pandium by configuring marketing-only tiles, target URLs, and marketplace theming to showcase third-party or existing apps without running code on Pandium.
- [Managing Tenant Connection Settings](https://docs.pandium.com/integration-hub/managing-tenant-connection-settings.md): Configure Pandium tenant connection settings by selecting releases and managing static or dynamic configs, with dynamic options refreshed via init syncs from the Hub or In-App Marketplace.
- [Creating Users](https://docs.pandium.com/integration-hub/creating-users.md): Add new Pandium users by going to Settings → Users, entering their name, email, organization, and letting them activate access via an emailed login and password update link.
- [Managing Users](https://docs.pandium.com/integration-hub/managing-users.md): Manage Pandium Integration Hub users by granting full admin access, inviting new team members, and relying on JWT-based identification for end users in embedded marketplaces.
- [Administrator Settings](https://docs.pandium.com/integration-hub/administrator-settings.md): Configure Pandium administrator settings by managing company details, users, notifications, partner and integration forms, source control, and API keys from a centralized Settings area.
- [Notifications & Webhooks](https://docs.pandium.com/integration-hub/notifications-and-webhooks.md)
- [Site Metrics](https://docs.pandium.com/integration-hub/site-metrics.md)


---

# 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/integration-hub.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.
