# Whitelabeling

Whitelabeling is an essential aspect of branding your software products and services.

With LicenseSpring's floating server, you can seamlessly integrate your company's logo into each floating server deployment, creating a consistent and branded experience for your users.

This guide shows how to add your company's logo to your Floating Server deployment.

### Incorporating Your Company Logo

Follow the steps below to add your company's logo to your Floating Server deployment:

{% stepper %}
{% step %}

### Logo Path Configuration

Determine the path to your company's logo image file. This path can be specified as either an absolute or relative path on your system.
{% endstep %}

{% step %}

### Setting the Logo Argument

Provide the logo path to the Floating Server when starting the server via a command-line argument. Use the following format:

{% code title="Start server with logo" %}

```bash
--logo /etc/logo.png
```

{% endcode %}
{% endstep %}
{% endstepper %}

### Using the Floating Server Helm Chart

If you're using the Floating Server Helm chart to manage deployments, the chart offers a streamlined way to implement whitelabeling and manage configuration settings (including logo customization).

Refer to the Helm chart repository for details and deployment options: <https://artifacthub.io/packages/helm/floating-server/floating-server>

### Logo Dimensions and Guidelines

{% hint style="info" %}
Ensure your logo dimensions are appropriate for optimal display:

* Height: Less than 60 pixels
* Width: Less than 150 pixels
  {% 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.licensespring.com/common-scenarios/whitelabeling.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.
