> 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/other/referral-program.md).

# Referral Program

Welcome to our referral program!

We created this program to make it easier for IsDown users to recommend IsDown to other people and companies that might benefit from it.

We also want to make it worthwhile, so for every user who subscribes to IsDown via your link, we'll gift you a $50 Amazon Gift Card.&#x20;

We will send you the Gift Card code when the referrer spends $ 50 or more on their subscription. \
\
What do you need to do?

* Sign in, click Account Settings in the sidebar, and get your unique referral link.<br>

  <figure><img src="/files/yTIzsIC4YSocjL69xZtL" alt=""><figcaption></figcaption></figure>
* Share it with your network ( Twitter/X, LinkedIn, Email, WhatsApp, Newsletter, etc. )
* After new users subscribe to a plan with your referral link, and spend more than $50, we will send you the gift card code.

Terms and Conditions:

* You can't create ads to compete for our brand name (IsDown)
* This only applies to new subscriptions. A new customer is a company that has never subscribed to IsDown.
* The code will be sent up to 15 days after the conditions are met.


---

# 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/other/referral-program.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.
