> 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/cloud-monitoring/how-to-monitor-3rd-party-services.md).

# How to Monitor 3rd-party services

### *Here's a quick tutorial video to help you set everything up easily:*

{% embed url="<https://share.zight.com/p9uy4Ljw>" %}

### Steps to add a Service

1. **Sign In** or **Sign Up** to your IsDown account.
2. Navigate to the **Profile** where you want to add the monitor.
3. Click on **“3rd-Party Services”** in the sidebar.

<figure><img src="/files/VErcm7pdodz4uOhc0MRG" alt=""><figcaption></figcaption></figure>

4. Browse popular services on the **"Add Service"** link or use the **search bar** to find the one you need.
5. When you find the service, click on the **“Add”** button to start monitoring.

<figure><img src="/files/RttH52UFgQ2lXZfSXh8t" alt=""><figcaption></figcaption></figure>

Can’t Find a Service? No problem — we’ve got you covered.

Just open the **in-app chat** (bottom right corner) or email us at **<support@isdown.app>** and we’ll do our best to add it for you.

***

**Related Articles**

* [**How to Set Up Slack Notifications**](https://help.isdown.app/notifications/slack)
* [**How to filter notifications**](/cloud-monitoring/how-to-filter-notification-by-outage-severity.md)
* [**How to Add a Team Member**](https://help.isdown.app/accounts/how-to-add-a-team-member)


---

# 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/cloud-monitoring/how-to-monitor-3rd-party-services.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.
