> 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/multi-week-programs/additional-details.md).

# Additional Details

## POS Sync for Programs

Programs have additional unique sales processing logic compared to group & private lessons:

* Additional processing will occur nightly between 8pm - 7am
* Looks for any sales associated with program tasks with dates from July 1st - yesterday (Northern hemisphere) or January 1st - yesterday (Southern hemisphere)
* Handles all new sales, cancellations, & program date changes

#### Notes

* This is only available on resorts on POS Integration API version 2.5.0 or higher
  * Reach out [to the flaik Support team](https://app.gitbook.com/o/bxKxDNMtQYrrnpMEP5XK/s/dh5JD0cdH4KWbjolN2Aa/welcome/readme/meet-our-customer-success-team) if you're unsure of which version you're on
* This step only looks for products mapped to tasks with a task type of 'program'.
* For additional information, please see the [POS Sync & Processing Logic page](/flaik-knowledge-base/for-sups-managers/pos-sync-and-processing-logic.md).

## Weather Days

Bad weather days can happen, and if it happens on a program day you might need to reschedule the date for another day later in the season.

* If the guest has been in Class Management any other day all season and your instructors have the 'Can Edit/Create Their Own Classes' permission, they can create the group manually on the make up day. They can search for and add all the students in their group using the mobile class creation tools.
* If the guest has not been in Class Management all season for any reason (eg they registered after the program started), the instructor won't be able to search for and add that participant via mobile class creation, but a supervisor can do it in Class Management.

## Report Cards & Surveys

If the report card and/or survey box is selected on a program task, it will generate a new report card or survey email after each program day. Instead, you may want to leave these options deselected for much of the program but then add them for the last week.

#### Recommendations

* Report Cards: add the Report Card selection after the second last lesson day but before the last lesson day.
* Surveys: as Surveys will retroactively be sent out for any lesson in the past 7 days, you'll likely want to add the survey feature to the task on the final lesson day or the following day.


---

# 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/multi-week-programs/additional-details.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.
