> For the complete documentation index, see [llms.txt](https://docs.silverband.com.au/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.silverband.com.au/home/paradigm-knowledge-base/student-enrolments/workflows/manage-student-records/unload-a-student-record.md).

# Unload a Student Record

## Overview

To avoid cross-contamination of your records from one student to another, it is recommended that you unload all other records before you work on another one especially if you are using the same browser while performing your actions in Paradigm. For cases where you need to work on two or more student records in the system - do each on a different browser or work on one record in a private window or incognito window.

## Workflow

1. To check if there is an existing record in the system that is currently loaded, you can either enable the **Show Classic Records Loaded** menu, or the student name displayed just on top of the **Dashboard** menu on the sides.

<figure><img src="/files/e2X4q5AliURadcXGTlr9" alt=""><figcaption><p>checking if there is a student record loaded in the system</p></figcaption></figure>

2. If you want to unload the record in the system to work on another student record, simply navigate to (<mark style="color:green;">**1**</mark>)**Student** > (<mark style="color:green;">**2**</mark>)**Search** menus on the side.&#x20;

<figure><img src="/files/HmzcKjQgXFrNSW4EIPzy" alt=""><figcaption><p>unloading a student record in the system</p></figcaption></figure>

This will now refresh the system, unload any records from memory, and you are ready to work on another record.


---

# 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://docs.silverband.com.au/home/paradigm-knowledge-base/student-enrolments/workflows/manage-student-records/unload-a-student-record.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.
