> 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/employees/terminating-an-employee.md).

# Terminating an Employee

**How to Terminate an Employee:**

**Terminated employee:**

You now have the option to view terminated employees on your schedule in order to reschedule any future appointments they may have. To do this:

{% stepper %}
{% step %}

## Choose the employee to terminate

When an employee has been let go, navigate to **Manage** > **Basic Settings** > **Employees** and choose the employee you will be terminating.
{% endstep %}

{% step %}

## Enter the termination date

Under settings, enter the date of termination.

![termination date](/files/26988d1dc72c6c2b6cd4d3fbe253cfcad5f4f599)
{% endstep %}

{% step %}

## Hide the schedule column immediately

If you would like to immediately hide the terminated employee's schedule column, check the "**Hide on Schedule**" box that appears under the Termination Date.

![termination date hide on schedule](/files/51980e9054bc8b55e5ba491cf0b0306fa937b38c)
{% endstep %}

{% step %}

## Keep the schedule column visible

If you would like to wait until all appointments have been moved from the terminated employee's column, make sure the "**Hide on Schedule**" box is NOT checked under the Termination Date.
{% endstep %}
{% endstepper %}

Once an employee is terminated, their column will turn gray if it is not hidden, and their name at the top of the column will have red lines through it. You will not be able to Schedule anything else within the column, but you can move/reschedule their appointments with another employee.

{% hint style="info" %}
Terminating an employee will make any username and password they had invalid. Therefore preventing a terminated employee from logging back in.
{% endhint %}


---

# 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/employees/terminating-an-employee.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.
