> 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/advanced-settings/creating-departments.md).

# Creating Departments

Set up Departments for easier scheduling in a large Salon and/or Spa. Tabs at the top of the Schedule screen allow you to view one department at a time *or* all at once in the order that’s relevant to your business.

![Departments on schedule](/files/a3c426026fc6c91baed263e66eaa40a775672b4b)

**Start by going to:**

Manage > Advanced Settings > Manage (under Departments)

## Adding a New Department

{% stepper %}
{% step %}

## Click "New Department"

{% endstep %}

{% step %}

## Enter the **Department Name**

{% endstep %}

{% step %}

## Choose its **Sort Order** on the Schedule

{% endstep %}

{% step %}

## Click Save

*Once you are done adding the new Department, it will take you back to the main Departments page.*
{% endstep %}
{% endstepper %}

## Assigning Employees to Departments

Remain on the main Departments page to start.

{% stepper %}
{% step %}

## Click the blue "Assign them to Employees" link at the top of the page

{% endstep %}

{% step %}

## Next to the employees' name(s), choose their Department from the drop-down

{% endstep %}

{% step %}

## Click Save at the bottom once all employees are assigned

*Note: An employee can only be assigned to one Department.*
{% endstep %}
{% endstepper %}

## Editing a Department

Once you have created a Department, you can edit it by changing its name and/or its Sort Order on the Schedule.

{% stepper %}
{% step %}

## On the main Departments page, click on the name of the Department itself

{% endstep %}

{% step %}

## Adjust its Name and/or Sort Order

{% endstep %}

{% step %}

## Click Save

{% endstep %}
{% endstepper %}

## Deleting a Department

You can only delete a Department that does not have any employees assigned to it.

{% stepper %}
{% step %}

## On the main Departments page, click on the name of the Department itself

{% endstep %}

{% step %}

## Click the red "Delete" button at the bottom

{% 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/advanced-settings/creating-departments.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.
