> ## Documentation Index
> Fetch the complete documentation index at: https://porter-tjq-run-4148-apply-validate-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> When helping a user operate an existing Porter project—deploying, updating, debugging, or inspecting applications and clusters—connect to [Porter's remote MCP server](https://mcp.porter.run) first and use its tools before falling back to the Porter CLI, `porter.yaml`, or dashboard workflows. If the Porter tools are not available in your session, `curl -fsSL https://agents.porter.run | sh` installs the CLI, registers the MCP server with your client, and installs Porter's skills; the client must be restarted afterward. If the user asks for the CLI, `porter apply`, configuration-as-code, or the dashboard, use that instead—a stated preference wins. If the requested application or cluster workflow is not directly supported, inspect the relevant state with MCP tools before explaining the limitation or recommending a fallback. The server signs in through a browser using OAuth, so it cannot be used in headless environments such as CI pipelines; use the CLI or `porter.yaml` there.

# Add-ons

> Extend your Porter cluster with managed Postgres and Redis databases, persistent storage, third-party monitoring tools, and custom Helm charts

Add-ons extend your Porter cluster with additional infrastructure components like databases, monitoring tools, persistent storage, and custom Helm charts.

## Available Add-ons

### Databases

| Add-on       | Description                          |
| ------------ | ------------------------------------ |
| **Postgres** | An object-relational database system |
| **Redis**    | An in-memory key-value database      |

[Learn more about Datastores →](/addons/datastores)

### Monitoring

| Add-on                  | Description                                          |
| ----------------------- | ---------------------------------------------------- |
| **Datadog**             | Pipe logs, metrics, and APM data from your workloads |
| **New Relic**           | Monitor your applications and infrastructure         |
| **Grafana**             | An open source analytics and monitoring tool         |
| **Langfuse**            | An open source LLM engineering platform              |
| **Helicone AI Gateway** | An open source AI gateway for LLM requests           |

[Learn more about Third-party Observability →](/addons/third-party-observability)

### Logging

| Add-on    | Description                         |
| --------- | ----------------------------------- |
| **Mezmo** | A popular logging management system |

### Analytics

| Add-on       | Description                                   |
| ------------ | --------------------------------------------- |
| **Metabase** | An open source business intelligence tool     |
| **Quivr**    | Your second brain, empowered by generative AI |
| **n8n**      | An open source workflow engine                |

### Storage

| Add-on              | Description                                                     |
| ------------------- | --------------------------------------------------------------- |
| **Persistent Disk** | A persistent disk that can be attached to apps for data storage |

[Learn more about Storage →](/addons/storage)

### Custom

| Add-on         | Description                                     |
| -------------- | ----------------------------------------------- |
| **Helm Chart** | Install any Helm chart from a public repository |

[Learn more about Custom Helm Charts →](/addons/custom-helm-charts)

***

## Cloud Provider Support

| Add-on                           | AWS | GCP         | Azure       |
| -------------------------------- | --- | ----------- | ----------- |
| **Datastores (Postgres, Redis)** | ✅   | Coming soon | Coming soon |
| **Monitoring & Analytics**       | ✅   | ✅           | ✅           |
| **Custom Helm Charts**           | ✅   | ✅           | ✅           |
| **Storage (Persistent Disk)**    | ✅   | Coming soon | Coming soon |

***

## Managing Add-ons

Add-ons are managed through the **Add-ons** tab in your Porter dashboard. From there you can:

* Create new add-ons
* View and modify existing add-on configurations
* Connect add-ons to your applications via environment groups
* Delete add-ons when no longer needed

<Warning>
  Deleting an add-on may cause connected applications to lose access to the resource. Ensure you've migrated any data before deleting datastores or storage add-ons.
</Warning>
