---
title: "Install and manage integrations | Grafana Cloud documentation"
description: "Install and manage integrations You can install and manage your Grafana integrations on the Connections page in your Grafana Cloud instance. This section describes how to install, update, and remove an integration."
---

> For a curated documentation index, see [llms.txt](/llms.txt). For the complete documentation index, see [llms-full.txt](/llms-full.txt).

# Install and manage integrations

You can install and manage your Grafana integrations on the **Connections** page in your Grafana Cloud instance. This section describes how to [install](#install-an-integration), [update](#update-an-installed-integration), and [remove](#remove-an-installed-integration) an integration.

See also [About integrations](/docs/grafana-cloud/monitor-infrastructure/integrations/integration-reference) to learn more about Grafana integrations and to see a list of available integrations.

## Install an integration

To install an integration:

1. In your Grafana Cloud stack, click **Connections** in the left-side menu.
2. Search for the name of your service.
   
   Some services have both an infrastructure integration and a data source. The type of connection is noted on the bottom of the connection card.
3. Click the appropriate card and follow the instructions.

To view more detailed information on specific integrations, see the [integrations reference](/docs/grafana-cloud/monitor-infrastructure/integrations/integration-reference).

## Update an installed integration

To update an integration:

1. In your Grafana Cloud stack, click **Connections** in the left-side menu.
2. Select the card for your installed integration.
   
   Installed integrations display a green checkmark with the word “Installed.”
   
   When you click an installed integration, the same instructions that you used when you initially installed the integration display. This also reveals an **Optional Configuration** section if optional configuration options exist.
3. Under **Configuration Details**, follow instructions to update the installation.

## Remove an installed integration

When you uninstall an integration, its associated dashboard folder and alert rule namespace are deleted. Custom dashboards and alerts added to the default locations for this integration are also removed.

To remove an integration:

1. In your Grafana Cloud stack, click **Connections** in the left-side menu.
2. Select the card for the installed integration.
3. Click **Uninstall integration** on the top right.
4. Click **Remove integration** in the confirmation box.
5. To stop Alloy from continuing to send data, [completely uninstall Alloy](/docs/grafana-cloud/send-data/alloy/set-up/install/) or remove the snippets used by this integration from your [Alloy configuration file](/docs/grafana-cloud/send-data/alloy/configure/).
6. If you are still using the legacy Grafana Agent, you can [completely uninstall Agent](/docs/agent/latest/static/set-up/install/) or remove the snippets used by this integration from your [agent configuration file](/docs/agent/latest/static/configuration/).

## Manage integrations using Terraform

For integrations management using Terraform, please see [Install and manage integrations using Terraform](/docs/cloud-onboarding/next/install-and-manage-integrations/manage-integrations-using-terraform.md).
