> 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/clients/parent-child-accounts.md).

# Parent-Child Accounts

You can link parent and child accounts. This will allow them to share email and phone numbers, as well as the Parent's card on file.

## Adding a Child to a Parent Account

{% stepper %}
{% step %}

### Navigate to the parent’s profile

Navigate to the Parent’s profile or create a new one if they do not have one yet.
{% endstep %}

{% step %}

### Add a child

Click Add Child in the bottom right corner of the parent's profile.

![](https://support.rosysalonsoftware.com/hubfs/Knowledge%20Base%20Import/rtaImage-Aug-19-2022-12-41-19-98-PM)
{% endstep %}

{% step %}

### Find or create the child’s profile

Search for the child’s profile if they already have an account, otherwise create a new one.
{% endstep %}

{% step %}

### Save the connected profiles

Once you select the profile and save, those profiles will be connected. Any communications for the child will also be sent to the Parent phone and/or email.

![](/files/3d05f51bf151c7cc5fd2c87b5d3ee08e26018844)
{% endstep %}
{% endstepper %}

## Adding a Parent to a Child’s Account

{% stepper %}
{% step %}

### Navigate to the child’s profile

Navigate to a child’s profile or create a new profile for a child.
{% endstep %}

{% step %}

### Attach a parent

In the bottom right corner of their profile it says Attach a Parent. Use this to search for the name of the parent this profile should be attached to.

![](https://support.rosysalonsoftware.com/hubfs/Knowledge%20Base%20Import/rtaImage-Aug-19-2022-12-41-20-43-PM)

![](/files/71deb6271d61b7ffda960a0209bc8fe134d06552)
{% endstep %}

{% step %}

### Save the profile

Once the parent profile has been selected, save this profile.
{% endstep %}
{% endstepper %}

## Scheduling for Parent/Child Profiles through OCS

Children will be able to schedule their appointments from the parent's account; they do not have their own separate login to schedule online. When a parent logs into their OCS profile, they will be able to choose who to schedule for.

![](https://support.rosysalonsoftware.com/hubfs/Knowledge%20Base%20Import/rtaImage-Aug-19-2022-12-41-19-71-PM)

![scheduling for parent child](/files/98260767c8a6bb4cb34cfe282de52d6e141c9332)

A parent can also create a profile for their children online. Simply log into an OCS account and go to **My Profile**. At the bottom, choose **Add Child**. Once their information is entered and saved, they will automatically be added and synced in the Salon side as well.

## Child Accounts Using Parent Cards

Child accounts have the ability to use their parent's credit card if there is one saved to the parent’s profile. They also have the option to use a separate card if one is saved to the child’s profile.

To choose whether or not a child is able to use their parent’s card, navigate to the child’s profile. On the left-hand side, there is a section labeled Credit Card, and in a child’s account, there will be a drop-down where they can choose yes/no to allow the child to use the parent's card.


---

# 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/clients/parent-child-accounts.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.
