> For the complete documentation index, see [llms.txt](https://uni.fotello.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://uni.fotello.co/photos/personalizing-photos/branding.md).

# Branding

Branding adds Brand Kit logos directly onto a photo, so your work stays branded wherever it's shared.

Use it when you want a logo baked into the image itself, like a watermark in the corner of a hero shot.

{% hint style="info" %}
Open a photo in full screen to find Branding in the [Adjust Panel Overview](/photos/personalizing-photos/adjust-panel-overview.md). You'll find it on enhanced photos, twilight shots, and virtually staged rooms.
{% endhint %}

### Add a logo to a photo

{% stepper %}
{% step %}

#### Pick a logo

The **Branding** section shows ready-to-apply logos from Brand Kit:

* **Company Brand Kit** — your business logos.
* **Customer Team Brand Kit** — logos for the listing's assigned customer.

Click a logo to add it to the photo. Click it again to remove it.
{% endstep %}

{% step %}

#### Position it

Use the corner picker in the section header to place your logo in a corner of the photo, top or bottom, left or right.
{% endstep %}

{% step %}

#### Set the size and opacity

On the photo, drag the handle on the logo to resize it. Use the slider to set how strong or subtle the logo looks.
{% endstep %}

{% step %}

#### Save

Save the photo to apply your logo. Your branding is now part of the image.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
If the assigned customer has no logo, select **Add logo** to create one in their Brand Kit. If no customer is assigned, select **Assign customer** first.
{% endhint %}

{% hint style="info" %}
Branding and [Compliance](/photos/personalizing-photos/compliance.md) disclaimers both sit in the corners, so they'll each take a different corner of the photo.
{% endhint %}

### Apply a logo to multiple photos

Add the same logo, position, size, and opacity to several photos at once through **Bulk Edit**. See [Batch Edit](/photos/personalizing-photos/batch-edit.md) for the full walkthrough.

### Start over

Click the reset button in the section header to remove the logo and return the photo to how it was.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://uni.fotello.co/photos/personalizing-photos/branding.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
