> For the complete documentation index, see [llms.txt](https://help.isdown.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.isdown.app/integrations.md).

# Integrations

- [How to Set Up PagerDuty Integration](https://help.isdown.app/integrations/how-to-set-up-pagerduty-integration.md): Integrate IsDown with PagerDuty to receive real-time alerts about third-party service outages directly within your incident management workflow. This guide will walk you through the steps to configure
- [How to Set Up Opsgenie Integration](https://help.isdown.app/integrations/how-to-set-up-opsgenie-integration.md): Integrate IsDown with Opsgenie to receive real-time alerts about third-party service outages directly within your incident management workflow. This guide will walk you through the steps to configure.
- [How to Set Up FireHydrant Integration](https://help.isdown.app/integrations/how-to-set-up-firehydrant-integration.md): Integrate IsDown with FireHydrant to receive real-time alerts about third-party service outages directly within your incident management workflow.
- [How to Set Up Rootly Integration](https://help.isdown.app/integrations/how-to-set-up-rootly-integration.md): Integrate IsDown with Rootly to receive real-time alerts about third-party service outages directly within your incident management workflow.
- [How to Set Up incident.io Integration](https://help.isdown.app/integrations/how-to-set-up-incident.io-integration.md): Integrate IsDown with incident.io to receive real-time alerts about third-party service outages directly within your incident management workflow.
- [How to Set Up Datadog Integration](https://help.isdown.app/integrations/how-to-set-up-datadog-integration.md)
- [How to Create Custom Widgets in Datadog](https://help.isdown.app/integrations/how-to-set-up-datadog-integration/how-to-create-custom-widgets-in-datadog.md): Learn how to create and customize widgets in Datadog to visualize your monitoring data effectively. This guide walks you through the steps to set up custom widgets tailored to your needs.
- [How to Set Up StatusHub Integration](https://help.isdown.app/integrations/how-to-set-up-statushub-integration.md): Integrate IsDown with StatusHub to automatically create and update incidents on your StatusHub page whenever monitored services experience downtime.
- [How to Set Up Squadcast Integration](https://help.isdown.app/integrations/how-to-set-up-squadcast-integration.md): Integrate IsDown with Squadcast to receive real-time alerts about third-party service outages directly within your incident management workflow
- [How to Set Up Zendesk Integration](https://help.isdown.app/integrations/how-to-set-up-zendesk-integration.md): Integrate IsDown with Zendesk to automatically create and update support tickets when third-party service outages occur, ensuring your support team stays informed and can respond promptly.
- [How to Set Up Atlassian Statuspage Integration](https://help.isdown.app/integrations/how-to-set-up-atlassian-statuspage-integration.md): Integrate IsDown with Atlassian Statuspage to automatically update your public status page when third-party service outages occur, ensuring your users are informed in real-time.
- [How to Set Up Grafana](https://help.isdown.app/integrations/how-to-set-up-grafana.md)
- [MCP Server](https://help.isdown.app/integrations/mcp-server.md): Connect IsDown to AI assistants like Claude using the Model Context Protocol (MCP)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.isdown.app/integrations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
