docs/sources/alerting/set-up/provision-alerting-resources/_index.md
Alerting infrastructure is often complex, with many pieces of the pipeline that often live in different places. Scaling this across multiple teams and organizations is an especially challenging task. Importing and exporting (or provisioning) your alerting resources in Grafana Alerting makes this process easier by enabling you to create, manage, and maintain your alerting data in a way that best suits your organization.
You can import alert rules, contact points, notification policies, mute timings, and templates.
You cannot edit imported alerting resources in the Grafana UI in the same way as alerting resources that were not imported. You can only edit imported contact points, notification policies, templates, and mute timings in the source where they were created. For example, if you manage your alerting resources using files from disk, you cannot edit the data in Terraform or from within Grafana.
Choose from the options below to import (or provision) your Grafana Alerting resources.
Use configuration files to provision your alerting resources, such as alert rules and contact points, through files on disk.
{{< admonition type="note" >}}
Use the Alerting provisioning HTTP API to manage alerting resources.
{{< admonition type="note" >}}
The Alerting provisioning HTTP API can be used to create, modify, and delete resources for Grafana-managed alerts.
To manage resources related to data source-managed alerts, including recording rules, use the Mimir or Cortex tool.
The JSON output from the majority of Alerting HTTP endpoints isn't compatible for provisioning via configuration files.
If you need the alerting resources for file provisioning, use Export Alerting endpoints to return or download them in provisioning format. {{< /admonition >}}
You can export both manually created and provisioned alerting resources. You can also edit and export an alert rule without applying the changes.
For detailed instructions on the various export options, refer to Export alerting resources.
To view your provisioned resources in Grafana, complete the following steps.
Provisioned resources are labeled Provisioned, so that it is clear that they were not created manually.