> For the complete documentation index, see [llms.txt](https://docs.pandium.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pandium.com/~/revisions/x7Thkx1S9I9SnLbXNFwg/integration-hub/setting-up-your-first-integration-tile.md).

# Managing Internal Integrations

### What Are Internal Integrations?

An Internal Integration within Pandium refers to an integration where the code is running on the Pandium platform itself. In his scenario, developers will direct Pandium by providing the repository URL housing the integration code.

Pandium then creates images of the integration through [Source Control](https://docs.pandium.com/integration-hub/setting-up-source-control), overseeing the authentication process, and handling all associated activities, or [runs](https://docs.pandium.com/getting-started/key-terminology#run).

### Managing Internal Integrations

After [creating](https://docs.pandium.com/integration-hub/creating-an-integration) an internal integration, you will be directed to the primary integration detail page, where you can view and manage the integration. Here, you gain access to the the ‘Details’ section, housing relevant settings for the integration. These settings will automatically adjust to reflect any changes in the information. Additionally, the page features a table in the lower section, displaying relevant integration activities, tenants, and releases..

You will also see three tabs: Configure, Marketplace Setup, and Reprovision Connectors.

<figure><img src="/files/TAz7MBYqvNJU0M0M5jBW" alt=""><figcaption></figcaption></figure>

### Configure

To access the configuration edit page, simply click on the 'Configure' option located at the top right corner of the integration detail page. Once clicked, you will be directed to a page that closely resembles the setup page used for internal integration creation.

### Remote Repository Settings

Within the configuration edit page, you have the flexibility to modify the repository information associated with the integration. This includes the ability to change the source, branch, or yaml location, providing you with the control to tailor the integration to your specific needs.

<figure><img src="/files/WoFaXvzLeJIkMf3Kqwg7" alt="" width="563"><figcaption></figcaption></figure>

### Default Release

Under ‘Default Release’, you have the option to modify default release for the integration as well as the default release behavior for new tenants. To learn more about how each of our default release behaviors work, please view [here](https://docs.pandium.com/integration-hub/updating-an-integrations-release).

<figure><img src="/files/AJDPuhTNii04vDRW3G6k" alt=""><figcaption><p>Default Release Options</p></figcaption></figure>

### Sync Schedule

Next, let’s explore the Sync Schedule configuration. These options determine the sync intervals available for end users  configuring the integration. While Pandium provides commonly used sync intervals by default, you have the flexibility to fully customize these options. To edit the cron string, please use cron format. For assistance in creating  cron strings, you can use the following tool: [crontab guru](https://crontab.guru/).

Upon installation of an integration by an end user, these options will be viewed as a drop down that your customer may choose between. You are also able to choose whether the integration should be paused by default or set to automatically begin running upon installation.

### Marketplace Settings

Moving on to Marketplace settings, clicking the ‘Marketplace Settings’ tab on the integration detail page will lead you to a page where various content, copy, and media relevant to the integration's display are set. Check out [this article](https://docs.pandium.com/marketplaces/marketplace-settings) to learn more about how these settings work.

### Reprovision Connectors

To manage connector provisioning, navigate to the  ‘Reprovision Connectors’ tab on the integration detail page. Clicking this tab will redirect you to a separate edit page. If any of the connectors you selected during your integration configuration require credential changes at the integration level, those adjustments can be made or reset from this page.

Each connector features a 'Show Secret Keys' button. Clicking this button reveals the relevant environment variable formats used for this connector, useful for development of the integration.

To learn more about these secrets, please view the [article](https://docs.pandium.com/getting-started/anatomy-of-an-integration/environment-variables) on Environment Variable Secrets.

<figure><img src="/files/3ExsXqWN4i81FpzjOyu3" alt="" width="563"><figcaption><p>Example Provisioning Screen on an Integration</p></figcaption></figure>

There is also the option to ‘Edit Connectors’, allowing you to add or remove connectors associated with the integration. Follow the prompts to make the desired changes, establish connections with new connectors if needed, and then close the page to save the modifications and return to the integration detail page. It is important to use caution when editing connectors on an active integration.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.pandium.com/~/revisions/x7Thkx1S9I9SnLbXNFwg/integration-hub/setting-up-your-first-integration-tile.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
