> 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-administrators/returning-resort-review/scanning.md).

# Scanning

If you use Class Management, chances are that your school leverages scanners to create your class list every day. Use this page to make sure your scanners work their best this year.&#x20;

{% hint style="info" %}
**Do you use scanners during lineups to create your classes?** If so, when was the last time you checked your scanning modes mate? :see\_no\_evil:
{% endhint %}

* [ ] Check the total number of scanning modes. Ideally, you should have no more than 6 so that they can all fit on the scanner's screen at once.

{% hint style="info" %}
Your scanning modes are the top-level folder for your scanning mode *buttons* (note the distinction.) The buttons themselves define what the scanner does, but the scanning modes are mainly just an organizational tool. Most resorts create a scanning mode for each lineup area (or meeting location.)
{% endhint %}

* [ ] Go through each scanning mode and check the scanning mode buttons within. If you've made any changes to your flaik tasks this year, you should double-check that each scanning mode button is linked to the right flaik task(s).
  * [ ] Check out [Scanning Modes Settings](/flaik-knowledge-base/for-administrators/admin-settings-product-settings/scanning-modes/scanning-modes-settings.md) if you need a refresher on how this works.&#x20;
* [ ] Make sure to [refresh scanner config](/flaik-knowledge-base/for-hardware-specialists/scanners/flaik-scanning-application/refresh-scanner-config.md) on ALL of your scanners. If you miss a scanner and scan a lineup with the previous modes, you may run into errors.&#x20;

{% hint style="danger" %}
**New feature for 2025: Mobile Class Creation + Multi-week**&#x20;

Give your instructors the ability to create Class lists in Class management, transfer guests, and add guests from available synced sales from their phone.
{% 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-administrators/returning-resort-review/scanning.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.
