# /popup

## Syntax

**/popup** ***text***

## Description

Displays *text* in the center of your screen. Currently the text is a fixed font and color.

If you desire a custom color or display duration you may perform [this modification](https://macroquest2.com/phpBB3/viewtopic.php?p=138304#138304) to add a new command /popcustom

## Examples

* Displays Current Mana: 65%

  ```
  /popup Current Mana: ${Me.CurrentMana}
  ```
* Displays Run away! Run away!

  ```
  /popup Run away! Run away!
  ```

## See Also

* [/popcustom](/macroquest/commands/slash-commands/popcustom.md)


---

# 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://macroquest.gitbook.io/macroquest/commands/slash-commands/popup.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.
