> For the complete documentation index, see [llms.txt](https://support.rosysalonsoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.rosysalonsoftware.com/online-client-scheduling/setting-up-my-webpage.md).

# Setting up my Webpage

Web Page is your custom branded Online Client Scheduling page that has been optimized for use with a mobile device. It can be used as a stand-alone feature, or in addition to your business page for complete client convenience. Plus it’s free—included in your standard Salon Software package!

{% hint style="info" %}
You’ll first need to set up your [Online Client Scheduling](/online-client-scheduling.md) preferences if you haven’t done so already.

(**Manage** > **Online Settings** > **Basic Settings** > “**Allow clients to book appointments online?**”: YES > **Save**)
{% endhint %}

## Setting up your Web Page

{% stepper %}
{% step %}

## Open Web Page settings

Click the **Manage** tab and select **Web Page**.
{% endstep %}

{% step %}

## Create a Custom Domain

Enter the name you want for your Homepage, typically the name of your business. If your business name is long, you might want to shorten it for client convenience. Use letters and numbers only, no symbols.

![Internet Address](/files/f9e48e641cb6e504046d584065e62143203eefdd)
{% endstep %}

{% step %}

## Add an About Us section *(optional)*

Describe your services or anything you want the client to know about your business.

1. Enter whatever you wish to, being mindful of capitalization, spelling and punctuation.
2. Click **Save**.

![about us](/files/ce1408bac7dff9a54798ba276e01038fcd7f700b)
{% endstep %}

{% step %}

## Choose a Theme

If you’ve already set up your Online Settings, what you choose here will change the theme within Online Settings as well. You’ll be shown a preview of all choices at the bottom of your screen.

1. Choose a **Theme** from the drop-down box.
2. Choose a **Font** from the drop-down box.
3. Adjust the **Text Color** and **Background Color** if you wish.
4. Click **Save**.

![choose a theme](/files/5b3d2be8709aa837dff574e916c262b350e87247)
{% endstep %}

{% step %}

## Upload your Logo

Your logo must be a .PNG or .JPG file. The file cannot be larger than 300KB. For best resolution, the image should have a maximum height of 84 pixels and a transparent background. If you do not use a logo, your business name (in plain text) will be used in its place.

1. Click **Upload Logo**.
2. Choose a file from your computer, and click **Open**.
3. Click **Done**.
   {% endstep %}

{% step %}

## Upload an Image

This is an image you want to represent your company on screen. Again, it should be a .PNG or .JPG file and cannot be larger than 300KB. The photo should be able to be cropped to look good in a vertical format as it will be viewed on a mobile device/tablet screen.

1. Repeat the same steps for **Uploading your Logo**.
   {% endstep %}

{% step %}

## Set Business Hours *(optional)*

If you want to show your business hours, select **Yes**.

![Show on Page](/files/4b340f03ef3f31d7156d59963a2593b968d65795)

1. Using the drop-down boxes, choose your **Open** and **Close** times for each day.
2. Click **Save**.
   {% endstep %}
   {% endstepper %}

You have now successfully set up your Web Page, allowing clients to schedule online using their mobile device or tablet!

## Preview your Web Page

Click the **Preview your Web Page** link within “**Web Page Settings**”.

![Web Page Settings](/files/2de85e03f572d166a3966bc68afefae587d20fe0)

Your URL (Web Page address) is shown under the “**Choose a Custom Web Domain URL Link**”. Highlight, copy and paste it anywhere a link can be added (emails, social media, personal text messages, etc).

![Custom URL Link](/files/02b43451b251f67981a1e05737df345c70e2db99)


---

# 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://support.rosysalonsoftware.com/online-client-scheduling/setting-up-my-webpage.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.
