# Page Design Settings

Page Designs have several options that you can customize to suit your needs. This section will guide you through the available settings and how they impact branding and customer experience.&#x20;

{% hint style="info" %}
Since these settings are only meant to override the default behavior, none of these settings are required.
{% endhint %}

## General Settings

### Name

The name that will be used to refer to the Page Design.

### Department

The department the Page Design belongs to.

### Primary Color

The primary color to use in Meeting Links and Forms. Affects components like buttons, titles, and others.

### Secondary Color

The secondary color to use in Meeting Links and Forms. Affects components like highlighted sections, secondary buttons, and others.

### Background Color

The background color to use in Meeting Links and Forms when these are not embedded and are accessed from a large enough device (window width of greater than 1024px).

### Font Name

The name of the Font to be used. Required when supplying a Font URL.

### Font URL

The URL of the Font Name specified. Required when supplying a Font Name and must be the embeddable font URL. See the example below:

<pre><code><strong>https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;600;700&#x26;display=swap
</strong></code></pre>

### Logo

The image to be used as the Workspace's logo in the Meeting Link or Form. Affects the webpage favicon and any other areas the Workspace logo is normally displayed. Recommended size is 200px x 200px.

## Meeting Link Settings

The following settings affect Meeting Links attached to a Page Design. These utilize liquid templating. You can refer to [Liquid Templating for Page Designs](/docs/page-designs/liquid-templating-for-page-designs.md) for more information.

### Invitation Text

Replaces the "*{{workspace name}} is inviting you to a meeting. Let them know when you're available.*" text and appears when a Meeting Link is opened.

### Option Conflict Text

Replaces the "*The schedule that you have chosen is now unavailable. Please choose a new one below.*" text and appear when a Customer's chosen schedule option suddenly becomes unavailable.&#x20;

### No Options Text

Replaces the "*Oops, there are no available schedules left.*" text and appears when no schedule options are available for a Meeting Link. When defined, the default illustration for this scenario is also hidden.

### Success Text

Replaces the "*MeetBit has successfully scheduled {{event title}}. An invite has been sent to your email.*" text and appears once a Meeting Link has been successfully scheduled.

## Reschedule Link Settings

The following settings affect the Customer Reschedule Link of Events generated from a Meeting Link attached to a Page Design. These utilize liquid templating. You can refer to [Liquid Templating for Page Designs](/docs/page-designs/liquid-templating-for-page-designs.md) for more information.

### Main Text

Replaces the "*Reschedule your meeting with {{workspace name}}. Let them know when you’re available.*" text and appears when an event is being rescheduled.

### Option Conflict Text

Replaces the "*The schedule that you have chosen is now unavailable. Please choose a new one below.*" text and appear when a Customer's chosen schedule option when rescheduling suddenly becomes unavailable.&#x20;

### No Options Text

Replaces the "*Oops, there are no available schedules left.*" text and appears when no schedule options are available when rescheduling. When defined, the default illustration for this scenario is also hidden.

### Success Text

Replaces the "*MeetBit has successfully rescheduled {{event title}}. A new invite has been sent to your email.*" text and appears once an event has been successfully scheduled.

## Cancel Link Settings

The following settings affect the Customer Cancel Link of Events generated from a Meeting Link attached to a Page Design. These utilize liquid templating. You can refer to [Liquid Templating for Page Designs](/docs/page-designs/liquid-templating-for-page-designs.md) for more information.

### Cancel Text

Replaces the "*Cancel your meeting with {{workspace name}} and let them know why.*" text and appears when a Customer or User is canceling an event.

### Success Text

Replaces the "*The {{event title}} has been successfully canceled. Notifications have been sent to the guests.*" and appears when an event has been successfully canceled.

## Custom Code

The following code snippets like analytics trackers or HTML components can be attached to the Meeting Link or Form. Currently, none of these can be edited through the Admin Panel for security purposes. Contact <help@meetbit.io>, and we will review the code before applying it.&#x20;

### Custom Head HTML

Custom HTML that is inserted within the `<head></head>` tags of a Meeting Link or Form.

### Custom Body HTML

Custom HTML that is inserted within the `<body></body>` tags of a Meeting Link or Form.

### Custom CSS

Custom CSS that is inserted within a `<style></style>` tag.&#x20;


---

# 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://meetbit.gitbook.io/docs/page-designs/page-design-settings.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.
