# Settings

Admins can customize aspects of Morpheus Platform UX via the :gear: page in the top-right of the dashboard.

## Customization

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

With the above configuration, a user download the editor from the Construct dashboard would see:

1\) while the launcher is downloading the editor

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

2\) while the editor executable is open:

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

## Streaming

### GFN Launch Mode

GFN launch mode affects the UX when a user starts a stream from the web, e.g. whether the game opens in a new tab, the same tab and full-screen, or the same tab but within the smaller web player box on the page.

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

### Streaming Redirect Pages

{% hint style="info" %}
Note that these redirects are only applicable to users streaming via GFN in guest (non-embedded) mode.
{% endhint %}

By default, streams that end (either successfully or because of an error) are redirected to <https://streaming.m2worlds.io/goodbye>. You can change the default redirect URLs (the Error or the Ok Redirect) for the entire organization from `Admin` > `Streaming`.

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

## Editor default download

The `Editor Build Tag` input in the Editor section lets you change the default download option that appears in the `Download editor` modal:

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

leading to

<figure><img src="/files/FG7x64nvLeYTzVFGxFF1" 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://docs.msquared.io/admins/settings.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.
