# Managing Alert Providers

To configure alerts for a workflow, your Pipekit organization needs to be connected to either Slack or MS Teams. Once you have connected an alert provider, you can add alerts for specific workflows.

## Slack and Teams Applications

The alerts are delivered using applications that you must install into your Slack or Teams workspace. This requires a Slack/Teams administer to perform the installation and to connect the application to your Pipekit organization.

## Connect an Alert Provider

Go to the [Org tab in Pipekit](https://pipekit.io/organization). Then navigate to the `Alert Providers` tab. Select either Slack or MS Teams, and follow the on-screen prompts to connect your Pipekit Organization to your Slack or MS Teams workspace. You can repeat the process for either multiple channels, workspaces or providers. For more information on setting up alerts, view the [Pipekit Alerting](/pipekit/pipes/managing-pipes/alerting.md) documentation.

## Delete an Alert Provider

Go to the [Org tab in Pipekit](https://pipekit.io/organization). Then navigate to the `Alert Providers` tab. Find the alert provider that you wish to remove, then locate and click the trash can icon to the right.


---

# 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.pipekit.io/pipekit/organization/alert-providers.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.
