# Game Loading Screens

You can customize what users see while your game is downloading and loading. These also show up when users transport to different servers within your game.&#x20;

The image marked default will be the image shown unless you specify a different image via TS Code.

<figure><img src="https://214663474-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIbaXflSJA8L9N9yOx089%2Fuploads%2FfIHhXQpmlLnhAtUvgjhb%2Fimage.png?alt=media&#x26;token=c96a755b-bc0d-47bc-a6b5-d90b0cc47d19" alt=""><figcaption></figcaption></figure>

Use the Image ID to set an image during server transports:

```typescript
const config: AirshipGameTransferConfig = {
    loadingScreenImageId: "123123123123",
}
Platform.Server.Transfer.TransferToServer(player, serverId, config);
```

For more information on server transfers see the [Platform Server Transfers](https://docs.airship.gg/platform-services/server-transfers) page


---

# 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.airship.gg/publishing/create-dashboard-game-cms/game-loading-screens.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.
