> 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/class-management/transferring-guests-in-class-management.md).

# Transferring Guests in Class Management

You can transfer guests in Class Management two ways.

1\. From the main class list page, select Transfer guests on the right hand side of the screen.&#x20;

![](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/2043087335135/original/urWc5oeJfVjB5mAkI1QcyI-GT6k-KJMq7Q.png?1581630158)

This will bring up the Transfer guest modal.&#x20;

![](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/2043087335314/original/v_9X4JV8MtqchgbFoZBpSTfTkC--5A5OUA.png?1581630222)

Start typing in the name of the guest that you'd like to transfer. After you type 3 letters, you'll get a list of matching names that you can select from.&#x20;

![](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/2043087335620/original/0XjxM0dZYSjvYwVv8VQvHzozuqu-hEXrjQ.png?1581630331)

Selecting the guest will bring up their current details, including that of the existing class that they are in.&#x20;

![](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/2043087335677/original/NpZ1OTszFdH6oGh0970v4Htp1GinNclKaQ.png?1581630344)

To select the class that you'd like to move the students into, type in the name of the instructor and select from the list of instructors in the drop down menu. Once you've confirmed all the details are correct, click on the blue Transfer guest button.

![](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/2043087335698/original/H1NXAkLSTp1bWSnoy52uRj6elVlL4EsL8A.png?1581630349)

2\. The second way to transfer guests between classes can be done when in the class information panel. To transfer a guest when looking at class, click on the transfer guest icon located to the right of the guest that you want to transfer (as per image below).&#x20;

![](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/2043087336586/original/jPbMbJmMoqu4sUYlQ8H78Tc_AmxQvXRGdA.png?1581630628)

This will bring up the transfer guest modal with the student already populated.&#x20;

![](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/2043087336718/original/TI0EUSoqufsbv98Hz3ksrp4uH2xTVyNa8w.png?1581630678)

Now type in the name of instructor that you wish to transfer the guest too, select it from the drop down menu and click on the blue Transfer guest button.&#x20;

![](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/2043087336791/original/9xxDoBg6USDyVL4-phm4gnRAgnP_Rsf5Kg.png?1581630700)

That's it.


---

# 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/class-management/transferring-guests-in-class-management.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.
