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

# Archiving Staff

If you need to remove someone from staff management (test staff member, instructor that is no longer working, etc...), you will use the Archive Staff function. This removes the staff member from active staff lists (staff management, scheduling, hiring) and will prevent the staff member from logging into flaik. All of the staff member's data will be preserved in the Archive if you need to restore them in the future.&#x20;

To **archive a staff member**, head to staff management.

![](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/2043055673197/original/toRDoVsZSxCmCem7pwnB7a_gkIm6gvgifQ.png?1571234157)

Select the individual (or individuals) that you would like to archive from the left check box and then click on "Archive staff" in the right hand action panel.&#x20;

![](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/2043055673352/original/3C5MMKglIo9gDuPNG9k6ggS9qRqKzyaI3w.png?1571234173)

You'll see a prompt asking you to confirm that you want to archive the staff member.&#x20;

![](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/2043055673835/original/l-Q-2ZdrOZuZrLT9pYCkB0RJP9roNUW_kg.png?1571234215)

Click "Yes, archive them" and they will be removed from staff management and placed in the staff archive.&#x20;

![](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/2043055674172/original/9fK_wXR-7Kboma6eEA7sSTTZbyurHm5JBg.png?1571234239)


---

# 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/archiving-staff.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.
