# Alerts

Quantsapp alerts tool, lets you set real time alerts not only for a single leg but also on multi-leg option trading strategy, to help traders be aware of their strategic levels, if reached.

<figure><img src="/files/7pd1lstvhUAIzLpeCshh" alt=""><figcaption></figcaption></figure>

### Product Video

{% embed url="<https://s3.ap-south-1.amazonaws.com/images.quantsapp.com/webapp/iframe/videos/Alerts.mp4>" %}

### **Url** &#x20;

Base Path or  your custom provided sub domain

```
https://iframe.quantsapp.com or https://cobranding.quantsapp.com
```

### Product path

```
/alerts
```

example:

{% code overflow="wrap" %}

```
https://iframe.quantsapp.com/alerts or https://cobranding.quantsapp.com/alerts
```

{% endcode %}

### **Implementation**

For embed index-contribution in iframe, user need to pass url of product in src attribute

{% code overflow="wrap" %}

```html
<iframe  width="800px"  height="560px" src="https://iframe.quantsapp.com/alerts"   sandbox="allow-scripts allow-same-origin allow-forms " frameborder="3">  </iframe>
```

{% endcode %}


---

# Agent Instructions: 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:

```
GET https://iframe-doc.quantsapp.com/products/alerts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
