> 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/how-to-set-up-firehydrant-integration.md).

# How to Set Up FireHydrant Integration

1. After you sign in/sign up in IsDown, click "**Alerts & Integrations"** in the sidebar.
2. Select **"Add" on** FireHydrant check box (Image 1) and **enable the Integration** (Image 2).&#x20;

<figure><img src="/files/zb1p4S6WWwKHdLSmwfxK" alt=""><figcaption><p>Image 1</p></figcaption></figure>

<figure><img src="/files/D3j1SwpGtyofbqdp9I8R" alt=""><figcaption><p>Image 2</p></figcaption></figure>

1. Next, go to **FireHydrant** to get the API Key
   1. Go to the menu item **Settings** (top right)
   2. In the sidebar, click **API Keys**
   3. In the top right corner, click the button **Create API key**
   4. Give the API Key a name (e.g., IsDown)
   5. Click **Create**
   6. Copy the API key, head to the IsDown website, and add it to the form.
   7. Click **Save Changes**

And it's done. When an outage starts, we will create an alert in FireHydrant and close it when the vendor closes the status update.

Have questions? We're here to help—contact us via chat or email us at **<support@isdown.app>**.

***

**Related Articles**

* [**How to Set Up PagerDuty Integration**](https://help.isdown.app/integrations/setup-pagerduty)
* [**How to Set Up Slack Notifications**](https://help.isdown.app/notifications/slack)
* [**How to Filter Outages by Severity**](https://help.isdown.app/cloud-monitoring/how-to-get-filter-notifications-by-outage-severity)


---

# 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/how-to-set-up-firehydrant-integration.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.
