# Set a Splash Screen

{% hint style="warning" %}
This tutorial requires to open *<mark style="color:purple;">**GameLauncher.sln**</mark>* in Visual Studio
{% endhint %}

![Splash Screen Logo](/files/lyi6Uksbxd9852LnWsBV)

### Deactivating the Splash Screen

> **If you don't want to show a Splash Screen,**
>
> **Make sure all images&#x20;***<mark style="color:orange;">**Build Action**</mark>* are set to **Resource**

### Set your own Splash Screen

Set your own Splash Screen is very easy!

1. Copy your own logo to the *<mark style="color:yellow;">**Images**</mark>* folder
2. Set the *<mark style="color:orange;">**Build Action**</mark>* to **Splash Screen** in the Properties

{% hint style="danger" %}
Remember to **deactivate** any other previous splash screen

Returning his *<mark style="color:orange;">**Build Action**</mark>* to **Resource**
{% endhint %}

![](/files/KUK817NQJ9xYw9zrEZt3)

**Now Start the Launcher and see your new Logo!**

### Splash Screen Duration

{% hint style="info" %}
In <mark style="color:purple;">**MainWindow**</mark> inside *<mark style="color:green;">**MainWindow\.xaml.cs**</mark>* you can set the Splash Screen duration.
{% endhint %}

The time are in MS (Milliseconds).&#x20;

*1000 MS = 1 Second*

![MainWindow.xaml.cs](/files/xqazEeRdO8lgM80K8L7r)


---

# 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://gamelauncher.gitbook.io/documentation/customization/set-a-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.
