> 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/business-details/branding.md).

# Branding

Use Brand Kit to manage the logos and colors used across Fotello.

Brand Kit has separate settings for your company and customer teams.

### Open Overall Settings

Click the **Settings** gear icon in the upper-right corner.

The **Overall Settings** menu includes:

* **Personal Details** — Manage your profile information.
* **Business** — Manage your business details, branding, and domain.
* **Plan and Billing** — Manage your plan and billing preferences.
* **Emails** — Customize emails sent to customers and team members.
* **Teams and Security** — Manage team members, roles, and permissions.
* **Referrals** — Invite friends, earn billing credits, and track rewards.
* **Storage** — Track space used by photos, videos, and uploads.
* **API Keys** — Request API access for Fotello integrations.
* **Import data** — Bring customers and listings over from another platform.

### Business Details

Use **Business Details** for your core business profile.

This is where you manage details like your business name, contact info, and socials.

If you see a logo field here, treat it as part of your business profile. Use the dedicated **Branding** tab for the main customer-facing brand styling.

<figure><img src="/files/6hDvFtHEhNxnxyvnAJiN" alt=""><figcaption></figcaption></figure>

The **Overall Settings** menu opens after you click the gear icon.

<figure><img src="/files/0ZOFdQypqtLp0GJSvjyh" alt=""><figcaption></figcaption></figure>

Click **Business**, then open **Details**. You can also go to <https://app.fotello.co/dashboard/settings/business/details>.

Update your business profile details here.

<figure><img src="/files/eYHVsjXH1ADqALpbLPeh" alt="" width="375"><figcaption></figcaption></figure>

### Company Brand Kit

Use **Company Brand Kit** for your business logo and brand colors.

These settings appear across your customer-facing Fotello experiences. They are also available as watermarks in the photo editor.

{% stepper %}
{% step %}

#### Open Company Brand Kit

Go to **Settings → Business → Brand Kit**.

<figure><img src="/files/Th6TkstR6zb3Dtqu4U95" alt=""><figcaption></figcaption></figure>

#### Add your logo

Add the logo you want to use for your company.
{% endstep %}

{% step %}

#### Set your brand color

Set your brand color to keep customer-facing pages visually consistent.
{% endstep %}
{% endstepper %}

### Customer Team Brand Kit

Use **Customer Team Brand Kit** to manage logos for a customer team.

Go to **Customers → Teams → Brand Kit**. Those logos appear in the photo editor when a listing has an assigned customer.

<figure><img src="/files/9YZaDroB31uk5IrnB7NW" alt=""><figcaption></figcaption></figure>

### Order Form branding

Some Order Form branding and booking-page presentation settings live under **Order Form → Preferences**.

Use that area when you want to manage booking-specific branding or display choices that only affect the Order Form.


---

# 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/business-details/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.
