# Maximize, Restore and Minimize

The user also has the option of maximizing a given window by clicking on the maximize icon on the window title bar:

<figure><img src="/files/tQAVcYyKZvWWl5XVq0ca" alt=""><figcaption><p>Minimize icon</p></figcaption></figure>

Doing this will cause the chosen window to fill the entire portal space:

<figure><img src="/files/U2sA7qpjKPlkZM8QbK7D" alt=""><figcaption><p>Window</p></figcaption></figure>

Subsequently the window can be restored to its previous size and position by clicking on:

<figure><img src="/files/K5PfWuxDENDt6TFmBzJo" alt=""><figcaption><p>restoring window icon</p></figcaption></figure>

Similarly, a window can be minimized. This closes the window but leaves an option to restore the window from the menu bar.

Finally, the window can be completely closed by clicking the cross icon in the top right-hand corner.


---

# 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.tomorrowx.com/cap/product-reference/using-the-portal-ui/maximize-restore-and-minimize.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.
