# Intercom Integration

If you're using Intercom to support your Stacker app users, you can add your Intercom app ID as a third-party tag. We will then show your Intercom Launcher (chat bubble) to your app users.

## Add Intercom

1. Get your [Intercom App ID](https://www.intercom.com/help/en/articles/3539-where-can-i-find-my-workspace-id-app-id)
2. In Stacker, go to **App Settings** > **General**
3. Click **Third-party tags**
4. Enter your Intercom App ID in the Intercom box
5. Click Save

![intercom\_integration.gif](https://support.stackerhq.com/hc/article_attachments/16486419069843)

You’ve now set up your integration with Intercom. You can check that the integration is working by logging into your Intercom account. We suggest waiting a few minutes before checking.


---

# 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.stackerhq.com/stacker-classic/data/third-party-integrations/intercom-integration.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.
