> For the complete documentation index, see [llms.txt](https://docs.1kosmos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.1kosmos.com/identity-verification/ux-and-design/branding-customization.md).

# Branding Customization

***

### What you can customize

<figure><img src="/files/9LMkuMewhVJhGqP7DiAb" alt="Highlighting components which can be customized to reflects customers identity"><figcaption></figcaption></figure>

| Element                           | Customizable | Notes                                          |
| --------------------------------- | ------------ | ---------------------------------------------- |
| Logo                              | ✅            | Light and dark variants                        |
| Primary color                     | ✅            | Used for primary buttons, links, active states |
| Secondary color                   | ✅            | Used for secondary actions, accents            |
| Text / content color              | ✅            | Body and heading text                          |
| Background color                  | ✅            | —                                              |
| Typography / fonts                | ✅            | —                                              |
| Content & copy (labels, messages) | ✅            | —                                              |

### Logo

Upload your logo to replace the default 1Kosmos branding across the interface.

**Recommended specifications:**

* **Formats:** SVG (preferred for crispness at any size), PNG with transparent background
* **Dimensions:** recommended max height 40px in the header
* **File size:**  under 1 MB

### Colors

Set your brand palette to carry your identity through every screen.

* **Primary color** — Your main brand color. Applied to: primary buttons, links, selected states, progress indicators.
* **Secondary color** — A complementary color for :secondary buttons, highlights.
* **Text color** — The color of body and heading text.

{% hint style="info" %}
Custom colors must maintain sufficient contrast against their backgrounds (WCAG 2.2 AA requires a contrast ratio of at least **4.5:1** for normal text and **3:1** for large text and UI components.
{% endhint %}

### Content & text

Beyond visual styling, you can tailor the words your customers see.

* **Custom labels and copy**&#x20;
* **Custom links**
* **Email / notification templates**&#x20;

### Best practices

* Provide both light and dark logo variants for a polished result in every theme.
* Test your palette against the built-in contrast checker before publishing.
* Keep copy concise and consistent with the rest of your product's voice.
* Preview changes before publishing to all users.


---

# 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://docs.1kosmos.com/identity-verification/ux-and-design/branding-customization.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.
