# Interrupts

**User can use interrupts to test how an application will react during an interruption and resume back to its previous state.**

* In an active session(manual or object spy), user can observe Phone call and Message icons in the control bar indicating them as Interrupts.

![Interrupts](/files/YKVLHyqjcznBAK59btyw)

* Click on the phone call option to trigger a call.

![Interrupts](/files/bNnKSJQTu5qTSHjgHRgY)

* As above, clicking on the message option will trigger a message.

![Interrupts](/files/OwgohY1YtSewD07iq0wU)


---

# 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://docs.qyrus.com/device-farm/interrupt.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.
