# White-Label

While ngSurvey comes out of the box with very little branding like the loader logo or the administration side bar logo there are cases where you may wish to have a full custom branding based on your organization logo and name.

Using the on-premise version you can easily replace from the [settings](/installation-setup/system-settings.md) the default logo and default text by your own custom logo and organization name as you can see below.

![Custom SVG logo settings](/files/-MVMv0WybN7IlybiuZqH)

![Branded administration section](/files/-MVMvB41LWd13WaLJyeW)

![Branded loader](/files/-MVMvIv_g4h1uNU7-U54)

{% hint style="warning" %}
Make sure to strip any size related attributes from your svg code like the "height" or "width" attributes.
{% 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/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.
