> 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/admin-settings-quick-check.md).

# Admin settings (quick check)

Let's get started with the easy stuff! These are the first items you should double-check in admin settings - they are pretty quick to check and adjust, but don't worry, we'll take a deeper dive into admin settings later in this section.

## Prerequisites

* [Your upcoming season has been created](/flaik-knowledge-base/for-administrators/season-switchover-blue-banner/set-up-your-new-season.md) by your site's account holder.
* The account holder has [completed the staff sort](/flaik-knowledge-base/for-administrators/season-switchover-blue-banner/sort-your-staff.md) and closed out your previous season.

{% hint style="warning" %}
**Not able to sign in?** Your profile may not be in Staff Management. If your profile was moved into Talent Pool or Archived People, another member of your team will need to move your profile into Staff Management before you can sign in.&#x20;
{% endhint %}

### Admin settings (quick check)

* [ ] Season dates: these dates should reflect the first and last dates you'll pay staff out of Timekeeping; they don't need to reflect your school's official opening and closing dates.
* [ ] Hours for standard work days: this affects the display area in Scheduling. If you have any evening tasks, you'll want to make sure the range of hours will include those tasks.&#x20;
* [ ] Permission tiers: When we release new features, new permissions options may appear, and they're typically turned off by default. Keep an eye out for new options!
* [ ] Employment types: do you have the commitment types you need for Hiring setup?
* [ ] Job titles: do you have the titles you need for Hiring setup?

We've got more items to check in admin settings outlined below, but the items above are a good place to start. Job titles and employment types are going to play a role in Hiring and Availability, so it's important to get those dialed in now.


---

# 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/admin-settings-quick-check.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.
