> 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/staff-files-an-overview.md).

# Staff Files

With Staff Files you can add documents to an online repository within flaik that all of your staff can access - either on their phone or via a desktop browser.&#x20;

There is a 5MB limit per file. There is currently no cap on the total number of files that you can add or the total storage per resort.&#x20;

Video and step-by-step instructions below.&#x20;

### Video overview

{% embed url="<https://www.loom.com/share/8b55acdc5b3d424fa688a9ec2f4aebb3/>" %}

### Step-by-step

Using Staff Files is simple! You just need to set up categories and upload files. However, you'll want to make sure that your staff have the ability to view Staff Files. You can configure this in permissions - navigate to **Admin Settings** -> **General Settings** -> **Roles and permissions**

![](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/2043104970216/original/ISBHUiNyjVA_NR3k0pjyq34wH1-sUXt6Ww.png?1587591848)

Once you've enabled permissions, you can get started setting up categories for your files.&#x20;

To get started, click <mark style="color:blue;">**Edit**</mark>.

![](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/2043104967532/original/J2NNiICUhURXpF1Cywt1OjtfBME9pejLyQ.png?1587590873)

You'll then need to click on **Add a new files category**.&#x20;

![](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/2043104967593/original/Bv5UiHikOPhQS3abn7BIAc29_1sZOviozw.png?1587590887)

Type in the name of category (i.e. training as per the example below) and then a description of the files that you'll be adding to this folder. You can then add the initial files to this category by dragging the file into the file box or by browsing to upload.&#x20;

![](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/2043104967668/original/Ro2Fc1S_QQN4as17pZDaim5ygWQtzjU6lg.png?1587590921)

If you choose to save without uploading a file, you'll now see the Training Category as per below.

![](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/2043104967684/original/OAf6udlgzUD9Qr93eABaYjARVVoqb1xxKQ.png?1587590925)

You can go then go through and add in additional categories in the same way - basically giving you a way to organize files for your staff to easily find.

![](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/2043104967699/original/ABENWeD3U__5dDHA6zOCjWrCMJObOHp9Vg.png?1587590929)

Once you've setup your categories, hit edit again and start uploading your docs. Just remember the 5MB file size and you should be good to go.

![](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/2043104967733/original/yzaLn3IB7cXKRB7rPSgKCL6kRHYEU89zAg.png?1587590939)


---

# 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/staff-files-an-overview.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.
