# Compass Customization Guide

Compass supports **white-label customization**, allowing partners to adapt branding, features, language, and data collection so the application looks and feels like their own product.

This guide explains what you can customize and how those changes affect the application.

### Branding

Update the application name, logos, icons, and colors to match your organization’s identity. You can also set search engine details to control how your site appears online.

**Identity**

<div align="left"><figure><img src="/files/OdovDgaXyw8zLAJCMWBr" alt=""><figcaption><p><em>Application identity</em></p></figcaption></figure> <figure><img src="/files/SU9fCa0otKUJf1ycvcEo" alt=""><figcaption></figcaption></figure></div>

**Assets**

<div align="left"><figure><img src="/files/CvyHXJVmtdsykUlSacsz" alt=""><figcaption><p><em>Logo and icon assets</em></p></figcaption></figure> <figure><img src="/files/mojQm3NOUB2Kf3vnZDKQ" alt=""><figcaption></figcaption></figure> <figure><img src="/files/yOipyMCDdhBBtVEDQwWk" alt=""><figcaption></figcaption></figure></div>

**Colors**

<div align="left"><figure><img src="/files/fCToOdyHolg1E0CHdzOu" alt="" width="270"><figcaption><p><em>Branding colors</em></p></figcaption></figure></div>

### Authentication <a href="#authentication" id="authentication"></a>

Decide how users log in. You can configure the authentication process by enabling or disabling login or registration codes.

<div align="left"><figure><img src="/files/XO3reSa4Jprt1Fxksw9A" alt=""><figcaption><p><em>Login and registration with code enabled</em></p></figcaption></figure> <figure><img src="/files/7UlrjwKoWfU7dHvIgSp4" alt=""><figcaption></figcaption></figure></div>

### CV Features <a href="#cv-features" id="cv-features"></a>

Turn the CV functionality on or off. If disabled, all CV‑related options disappear from the application.

<div align="left"><figure><img src="/files/uZKKDErTPbeMU0LwwpFI" alt=""><figcaption><p><em>CV feature enabled</em></p></figcaption></figure></div>

### Skills Report <a href="#skills-report" id="skills-report"></a>

Add your logo(s) to the report, choose the available download formats (PDF or DOCX), and decide which sections are included in the report, including the summary and experience details.

<div align="left"><figure><img src="/files/iyTaPThgyVw3msNpInLL" alt=""><figcaption><p><em>Skills report customization</em> </p></figcaption></figure></div>

### Languages

Select the default language for the application and choose which additional languages users can switch to.

<div align="left"><figure><img src="/files/Dgm8SNoZo3jOPqgm75PV" alt=""><figcaption><p><em>Language switcher interface</em></p></figcaption></figure></div>

### Sensitive Data

Define which personal information Compass collects from users. Available fields include:

* Name
* Contact Email
* Gender
* Age
* Education Status
* Main Activity

Each field can be customized to match your organization’s requirements and translated into supported languages.

<div align="left"><figure><img src="/files/3bYOBleA8iwHWEvZYiG7" alt=""><figcaption><p><em>Sensitive data fields</em></p></figcaption></figure></div>

### How It Works <a href="#how-it-works" id="how-it-works"></a>

Customization is controlled through settings provided during deployment. These settings are passed into Compass automatically and applied across the application once the deployment is complete.

### Important Notes <a href="#important-notes" id="important-notes"></a>

* Only the options listed above can be customized. Core workflows and layouts stay the same.
* If a customization setting is missing or entered incorrectly, Compass will ignore it and use the default settings instead.
* Colors must meet accessibility standards so all content remains readable.


---

# 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.tabiya.org/our-tech-stack/compass/compass-customization-guide.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.
