> For the complete documentation index, see [llms.txt](https://docs.bossithq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bossithq.com/web-app/website-configuration/website-customisation.md).

# Website Customisation

You can customise colours, images, titles, services, and other information.

This allows each venue to present the website in a way that aligns with their branding.

Primary Site Information

* **Name**: Update the name of the website.&#x20;
* **Domain**: The public URL for the website&#x20;
* **Email**: Contact email for inquiries sent via website.
* **Phone**: Input field for the venue’s primary contact number.
* **Active?**: A toggle to enable/disable the website.
* **Show voucher:** A toggle to enable/disable the visibility of vouchers on the site.
  * Note: This is only applicable to web sites that are using the Landing layout.

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

Branding & Visual Assets

* **List Primary color:** Configurable via hex code.
* **Secondary color:** Configurable via hex code.
* **Logo**: Venue logo, located at the upper left of the website.

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

* **Featured image:** Image displayed on the online ordering service selection.

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

Digital Presence & Socials

* **App Links:** Configure links for your Play Store and App Store listings.
* **Social Links:** Manage links to your Twitter, Facebook, Instagram, and TikTok profiles.

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

## Website Copy

* **Title**: Main heading text for the website landing area.
* **Subtitle**: Supporting sub-heading text.

<figure><img src="/files/1eEeaGgGpZwlct42BXk7" alt=""><figcaption></figcaption></figure>

## Services

This allows you to manage specific service types (Events, Delivery, Collection, Takeaway, Table) with assigned payment methods (Online/Cash).

Gallery Images

This allows you to add promotional or venue-related images for the gallery.

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

## Background Images

This allows you to manage specific images used for website backgrounds.

## Locations

This allows you to display store addresses.

<figure><img src="/files/2OHdW4vBoLkURJ2g4gFA" alt=""><figcaption></figcaption></figure>

About sections

This allows you to create and edit blocks of text describing your business.

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

### Button

You can also add a button with a link to your desired page in the About sections.

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

## How we do it section

A video can be added to this section by adding the video link in **Video URL**.

<figure><img src="/files/5bX3mQPFN0BbNl23HPAi" alt=""><figcaption></figcaption></figure>

## Legal links

This allows you to put mandatory links such as Terms of Service, Privacy Policy, etc.

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


---

# 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.bossithq.com/web-app/website-configuration/website-customisation.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.
