> For the complete documentation index, see [llms.txt](https://knowledgebase.flaik.com/flaik-knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.flaik.com/flaik-knowledge-base/for-sups-managers/staff-management/staff-management-archive/restoring-archived-profiles.md).

# Restoring Archived Profiles

Given the seasonal nature of the ski industry and the volume of staff turnover, flaik has designed the Staff Archive as a resting place for staff that no longer work at the resort. The idea here is that you can archive staff at the end of the season and then restore any archived staff to staff management or hiring if required.&#x20;

![](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/2043043060285/original/MvOxsSx4F3XRAOP2Y6KR7aErJ_tZeijv5g.png?1566957939)

**Restoring Staff from the Archive**

To restore staff from the Staff Archive, just select the staff profiles that you want to restore and click the blue restore profiles button.&#x20;

![](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/2043043060650/original/kcishHUi2IAdbLyh4OpGV1gS3EA1l2ItCA.png?1566958183)

You'll then have two options for where these folks get restored too - Hiring, if you want to send them a job offer, or Staff Management, if you want them to become an active staff member straight away.&#x20;

![](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/2043043060671/original/DMFI8wa643x_VVZ4boKLlcF8I02_5AVp3w.png?1566958190)

To restore to Hiring, select the first option as show below and click Restore Profiles. These staff will now be listed in your Talent Pool in Hiring.&#x20;

![](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/2043043060701/original/41GIS8QbSm9E0mB8JyLM1U8foMHTyWY6wA.png?1566958199)

To restore to Staff Management, select the second option and click "Restore Profile". These staff will now be listed in Staff Management.&#x20;

![](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/2043043060788/original/BPTp1xMQ0969JMRM_ow6nC6gyTJoubMPDw.png?1566958249)

That's it. You can re-archive staff at any point in the future as well.

{% hint style="info" %}
**Tip:** If you would like to 'flag' certain staff so they can be easily sorted or filtered in Archive, add a staff tag to them.   Example: When off-boarding your 22/23 staff to Archive, if you know you will want to restore certain profiles for the 23/24 season and not mix them with others, you can add a staff tag to some.  Then use filters to easily view everyone with that staff tag attached.
{% 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://knowledgebase.flaik.com/flaik-knowledge-base/for-sups-managers/staff-management/staff-management-archive/restoring-archived-profiles.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.
