> 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/activating-your-new-online-scheduling-clients.md).

# Activating your New Online Scheduling Clients

When a client books online for the first time, they'll need to create an account whether you are using the Classic Online Client Scheduling platform or the New RosyPay exclusive Online Booking platform.

You will want to manage these accounts so that you do not end up with duplicate clients in your software. With managing your OCS and OLB Clients, we give you the simple options of Merging them with an existing client, or Creating them as a NEW client.

**Manage** > **Clients** > **OCS Clients needing activation**

![Clients needing activation](/files/535da01795ee10a9bde0620775970cf16ce68699)

{% stepper %}
{% step %}

## Select a client

Select a client from **Clients pending activation** list by clicking on the client's name in blue.
{% endstep %}

{% step %}

## If there is a client name match found

A) Click on the client's name to the right of the window.

![Client name right side](/files/c3011fa941b387817b132c1a5b9731d37e4360ca)

B) Make sure the contact information you'd like to keep is on the right-hand side of the window and click **Merge**.

![Merge activate client](/files/5577e79eb7e9799b96830c3fd0fe7f5b2f0d18c9)

C) If the client contact information you'd like to keep is on the left-hand side of the screen, you'll need to click **Swap** *before* clicking **Merge**.

![Swap and Merge - Activate Client](/files/ad4ec29e788534e10b50c9068174454e24f99be7)
{% endstep %}

{% step %}

## If there is not a client name match found

A) First, I would use the **Client Search** box provided to see if there are any possible spelling differences on your end. If true, continue with the Merging process described above!

![Client Search box](/files/de91bca3dcb4fcaf2d4c840fcbd0f1b5f85e3b72)

B) If you cannot locate any other clients that seem to match, this is likely a NEW client. Click **Create as New** at the bottom of the window.

![Activation Create as New button](/files/743b0ff627d63b63e36763497cf48a801f0aa432)
{% endstep %}

{% step %}

## Repeat until the Activation List is clear

Repeat these steps until your Activation List is clear!

{% hint style="info" %}
If you happen to come across a client within the client who has more than one name match, they are likely already duplicated in your software!

To merge the other duplicates found, you'll need to proceed with our [general client merging process](/clients/merging-duplicate-clients.md).
{% endhint %}
{% endstep %}
{% endstepper %}


---

# 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/activating-your-new-online-scheduling-clients.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.
