# How to add Splash screen in Blup?

Enhancing the user experience during app startup is essential, and implementing a splash screen in Blup can help you achieve that. Here's a step-by-step guide to setting up a splash screen for your app.

<figure><img src="/files/OWNDVOokLWpPyKIukjkb" alt="Splash Screen"><figcaption><p>Splash Screen</p></figcaption></figure>

1\. **Set Up Splash Screen:** Navigate to your app settings. Look for the option to set up the splash screen.

2\. **Add Logo and Background Color:** Within the splash screen settings, upload your app's logo or icon. You can also specify the background color you want to display during the splash screen.

3\. **Save Changes:** Once you've uploaded the logo and set the background color, save the changes.

4\. **Run the App** ▶&#xFE0F;**:** Now, whenever you run your app on a device or emulator, the splash screen will automatically appear with the logo and background color you've configured.

### Tips for an Effective Splash Screen

* **Keep it Simple:** A clean and simple splash screen with your logo and a solid background color is often the most effective.
* **Brand Consistency:** Ensure that the logo and background color align with your overall brand identity.
* **Test on Multiple Devices:** Make sure the splash screen looks good on different screen sizes and resolutions.

### Join Our Community 💡

If you have any ideas to make Blup better or want to share your feedback, join our  [Discord community channel](https://discord.com/channels/940632966093234176/965313562425823303). We value your input and look forward to hearing your suggestions!

## Music to go with.

{% embed url="<https://open.spotify.com/playlist/0vvXsWCC9xrXsKd4FyS8kM?si=2c7f55bd3f944878>" %}
Lofi music
{% endembed %}


---

# 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.blup.in/how-to-use-splash-screen.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.
