# White-Label

Während ngSurvey standardmäßig nur wenig Markenanpassung wie das Loader-Logo oder das Logo der Administrationsseiten bietet, gibt es Fälle, in denen Sie ein vollständiges individuelles Branding basierend auf Ihrem Organisationslogo und -namen wünschen.

Bei der On-Premise-Version können Sie ganz einfach vom [Einstellungen](/de/installation-setup/system-settings.md) das Standardlogo und den Standardtext durch Ihr eigenes benutzerdefiniertes Logo und Ihren Organisationsnamen ersetzen, wie Sie unten sehen können.

![Benutzerdefinierte SVG-Logoeinstellungen](/files/b5b5aeff051a284d2ac783818e97698ac7c7dadf)

![Gebrandeter Administrationsbereich](/files/2393a754f6dcb3db4ac17e293061568af8664c99)

![Gebrandeter Loader](/files/5161f7835b10f3dde80a0a2459166c6345f6eb8c)

{% hint style="warning" %}
Stellen Sie sicher, dass Sie jegliche größenbezogenen Attribute aus Ihrem SVG-Code entfernen, wie die Attribute "height" oder "width".
{% endhint %}


---

# 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.ngsurvey.com/de/installation-setup/white-label.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.
