# Managing External Integrations

### What are External Integrations?

External Integrations in Pandium differ from [Internal Integrations](https://docs.pandium.com/integration-hub/setting-up-your-first-integration-tile) because they’re designed for creating integrations for pre-existing and third-party integrations.

This is most relevant when embedding a marketplace and wanting marketing-focused tiles without any installation capabilities, wanting Pandium to show what pre-existing non-Pandium integrations are installed, or highlighting 3rd-party integrations.

External integrations are also useful to allow your partners to create app tiles that don’t require advanced configuration setup. This is also particularly useful for the [Public Gallery](https://docs.pandium.com/marketplaces/public-gallery), where tiles can be made purely with marketing content if desired.

### Managing External Integration

After [creating](https://docs.pandium.com/integration-hub/creating-an-integration) an external integration, you will land on the main integration detail page where you can view and manage the integration.

External integrations are simple to update. Clicking ‘Configure’ on the top right of the integration detail page will bring you to the external integration edit page, where you are able to change the target URL, name, and how the app appears when clicked.

<figure><img src="/files/g5vaRQDQiHY3OzUR44VE" alt=""><figcaption><p>External Integration Edit Page</p></figcaption></figure>

You also have control over various theming options, which can be accessed by clicking 'Marketplace Settings' on the top right of the integration detail page.

This page shows various options for editing the content, copy, and media that displays on your user-facing integration tile. Learn more about the various settings [here](https://docs.pandium.com/marketplaces/marketplace-settings).


---

# 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/managing-external-integrations.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.
