# MINIMISE\_APP

The **MINIMISE\_APP** command sends the currently active app to the background.

This command is often used in multi-app workflows where the tester needs to temporarily pause the current app and resume activity in another application.

**Syntax:**  MINIMISE\_APP

**When to use:**

1. Switching between apps during a single test flow
2. Pausing the current app to interact with a payment app, map app, or verification app
3. Testing resume behavior after interruptions (calls, notifications, system overlays)
4. Ensuring the app regains state correctly when brought back to the foreground


---

# 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.drizz.dev/commands-reference/system-command/minimise_app.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.
