# How to brand the QLM Portal

You can brand the QLM Portal by modifying the title of the portal as well as the logo.

In QLM v12 and higher, you can brand the logo and title of the QLM Portal from the [Server Properties](https://support.soraco.co/hc/en-us/articles/207920563-Server-Properties).

In earlier versions of QLM, you need to update the Portal's web.config file.

To do so, edit the web.config file located in the QLM Portal folder and locate the following settings:

```xml
<add key="loginLogo" value="qlmportal.png" />
<add key="loginTitle" value="QLM PORTAL" />
<add key="logo" value="qlmportal.png" />
<add key="title" value="QLM PORTAL" />
```

The first pair of settings control the logo and title that are displayed on the logon page.

The second pair of settings control the logo and title that are displayed after the user logs on.

To modify the title simply change the text in the web.config file.

To modify the logo, upload your image to the QLMPortal folder and update the web.config file to reference your image.

The logo size should be <= 50x64 px and have a transparent background.


---

# 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.soraco.co/docs/qlm-portal/how-to-brand-the-qlm-portal.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.
