> 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/archiving-clients.md).

# Archiving Clients

If you have clients who are no longer actively coming to the business, but you do not want to delete their information, you can now archive their profile! You can do so when viewing the Profile tab of a client log, by checking the box next to **"Account Archived" > Save Changes**.

![](/files/4a882684791fab259e6ffdcddc12ec8529e4bd98)

When a client profile is marked as archived, they will no longer be able to sign in to your online client scheduling page and they will not appear in the client searches. However, archived clients will still be visible on the schedule as well as on your reporting.

If you do want to locate a client profile that has previously been archived, you can do so by navigating to **Manage > Clients > check the box "Include archived accounts" > search for the client.** You can also find a list of clients who have been archived in your reports. In the result of the "Clients" report, there will be a column "Archived" that will say yes for any clients currently archived in your account.

![](/files/55f74ae1f81abb5ea9f2df0cdd680c4e88796131)

To restore the client profile, you simply uncheck the box and save your changes!

{% hint style="info" %}
*Please note: If you utilize booth renter or multi location accounts with Rosy, marking a shared client as archived under one business ID will result in the client being archived in the attached accounts as well.*
{% 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/clients/archiving-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.
