# DIALOGS

<table><thead><tr><th width="128">Plugin</th><th width="138">Name</th><th>Description</th></tr></thead><tbody><tr><td><img src="/files/2lsl47lncaUZRUNdCI9T" alt="" data-size="original"></td><td><strong>Progress Bar</strong></td><td>This object is used to display the status or progress of a specific task as a pop-up window on the panel's screen. For instance, while the garden pool is being filled, the progress bar can show the percentage of completion, providing a visual representation of the filling process.</td></tr><tr><td><img src="/files/HXD7opLDyZ1dutcCPA0U" alt="" data-size="original"></td><td><strong>Message Box</strong></td><td>This object can be used to send a pop-up message to the screen, consisting of a title and content.</td></tr><tr><td><img src="/files/53qEj7bxrC3PUu7j69zr" alt="" data-size="original"></td><td><strong>Spinner</strong></td><td>When activated, this object displays a spinner on the screen along with the message. The screen becomes temporarily unusable by the end user until the spinner is turned off, effectively locking the interface during that time.</td></tr></tbody></table>


---

# 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://inspinia-technology.gitbook.io/skyplatform/skyplatform-technical-user-documentation/plugins/dialogs.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.
