# Integrations overview

Glue is growing quickly, and we’re actively working on expanding our integrations library! If you don't see the app you want to integrate with available in our pre-built integration options, let us know and we'll do our best to add it.

Alternatively, you can easily setup your own lightweight [custom integration](#custom-integrations).

{% hint style="success" %}
Looking for the API docs? Check our [Glue Developer Docs here](https://docs.glue.ai/developers/).
{% endhint %}

***

## **Pre-Built Integrations**

Explore our list of integrations and [MCP servers](/integrations/mcp-servers.md) by navigating to the Apps section of your inbox. When you select one of the apps you will be able to see what you can install — the app integration and/or an MCP Server.

Our pre-built integrations allow you to do things like:

* Push updates into Glue via messages or threads
* Get rich link previews, out of the box, with a single click
* Some integrations — like [GitHub](/integrations/github.md) and [Linear](/integrations/linear.md) — also support **auto-subscribe**: when you share a link to an issue or PR in a thread, the thread automatically receives system messages whenever that item's status changes.

Click into each app to read the full description of what it can do.

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

Continue here to [#add-integrations-to-your-glue-workspace](#add-integrations-to-your-glue-workspace "mention")

## Custom Integrations

Don’t see the integration you need? We have no-code and low-code options, as well as a public API to meet your customization needs.

* [Zapier](/integrations/zapier-apps.md): Offers a huge library of plug-and-play integrations for easy setup.
* [Webhooks](/integrations/integrations-overview/webhooks.md): Requires more technical knowledge, but provides greater flexibility.
* [Public API:](https://docs.glue.ai/developers) Build your own fully customized app. Highest level of effort, highest reward!<br>

Stay tuned as we continue to enhance Glue’s integration options!


---

# 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.glue.ai/integrations/integrations-overview.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.
