# Hiding the window while loading

When the window opens immediately, users will briefly see a blank page while your app loads. \
\
This flash provides no useful information and can make your app feel slower or less polished.

By hiding the window until your app is ready, you can eliminate the white flash and present your UI instantly.

{% hint style="info" %}
This process is simple & highly recommended.
{% endhint %}

***Before:***

<figure><img src="/files/czYCv3IroKkIHiYQL6jd" alt=""><figcaption></figcaption></figure>

***After:***

<figure><img src="/files/f9IbFCbaItIFf62AAYBA" alt=""><figcaption></figcaption></figure>

Even if the actual load time is the same, eliminating the white screen significantly improves how fast and polished your app feels.

***

### How To:

1. When creating your window via the [Window - Create Window](/deskifier/deskifier-bubble.io-docs/windows-element/actions.md#window-create-window) action, set "**Show On Creation**" to "**no"** & **"Show After Loading"** to **"yes"**

<figure><img src="/files/apUUZcDsTmOjj58fpt6S" alt=""><figcaption></figcaption></figure>


---

# 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://deskifier.gitbook.io/deskifier/deskifier-bubble.io-docs/guides-and-examples/hiding-the-window-while-loading.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.
