# Hiding UI Bakery loader in the Embedded mode

You might want to hide the UI Bakery loader from your application, for example when embedding it in a third-party solution. Here's how you can do this:

1. Open your app's *settings* and click on the **Embed URL** link. \
   It will open in a separate tab.
2. Here, add the `?uib_skip_init_loader` parameter to the page URL.
3. Click **Enter.**

The page will reload without the UI Bakery loader.

{% @arcade/embed flowId="PDngxH6WIiEVzGhuRMEb" url="<https://app.arcade.software/share/PDngxH6WIiEVzGhuRMEb>" %}

{% hint style="warning" %}
The UI Bakery loader is configured in a way that it is displayed until the application and resources are fully loaded. The approach suggested above *hides the loader on the resources loading*. \
This means that the loader will be hidden in the **Share** mode and on the **Account** pages, but will still be available in the Builder and in the menu.
{% endhint %}
