> ## Documentation Index
> Fetch the complete documentation index at: https://developers.pcibooking.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Booker Settings

> Account-level settings in the PCI Booking portal: brand name, logo, contact and billing information

The Booker Settings page holds your account-level information: company and contact details, your brand identity (name and logo) used across PCI Booking's hosted pages and emails, and billing information.

To access it: log in to the [PCI Booking portal](https://users.pcibooking.net) and navigate to **Booker Settings** > **Booker settings**.

## Booker Information

| Field                           | Description                                                                                                                                                                                                                                                    |
| ------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Booker Brand Name**           | The brand name shown to cardholders and recipients — for example in [Card By Link](/capture-cards/card-by-link) emails and hosted pages, available there as the `$~booker_name~$` [dynamic variable](/account-setup/card-by-link-templates#dynamic-variables). |
| **Booker Company Name**         | Your company's legal name.                                                                                                                                                                                                                                     |
| **General / Technical contact** | Contact persons for your account.                                                                                                                                                                                                                              |
| **Business website**            | Your company website URL.                                                                                                                                                                                                                                      |
| **Language**                    | Default language for your account.                                                                                                                                                                                                                             |

## Brand Settings

| Field                                     | Description                                                                                                                                                                                         |
| ----------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Logo URL**                              | URL of your logo image. Displayed on PCI Booking's hosted pages sent to your cardholders (for example the Card By Link capture page and card display pages). The image must be publicly accessible. |
| **Logo Href**                             | Optional link target — where the cardholder lands when clicking your logo.                                                                                                                          |
| **Display "Secured by PCI-Booking" logo** | Toggle whether the PCI Booking security badge appears on hosted pages alongside your branding.                                                                                                      |

<Info>
  Several API requests (e.g. [Card By Link](/api-reference/tokenize-cards/cotp-send-card-form)) accept a `ClientLogoURL` parameter. When provided, it overrides the portal's Logo URL for that request; otherwise the logo configured here is used.
</Info>

## Billing Information

Billing address (or "same as company information"), VAT ID, and payment method details for your PCI Booking subscription.

## Next Steps

<CardGroup cols={2}>
  <Card title="Card By Link Templates" icon="book" href="/account-setup/card-by-link-templates">
    Customize the emails, SMS, and landing pages your cardholders see
  </Card>

  <Card title="White-Label Email" icon="book" href="/account-setup/white-label-email">
    Send Card By Link emails from your own domain
  </Card>
</CardGroup>
