> 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-management/staff-management-overview/adding-staff-in-staff-management.md).

# Uploading Staff Data via Bulk Update

### Getting Started

Once you've [downloaded the template](/flaik-knowledge-base/for-sups-managers/staff-management/staff-management-overview/downloading-staff-data-via-bulk-update.md) (whether it's the Simple template or Comprehensive template), the first step will be to open that file.

<figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2FjDZQ6ZCf5NOb7wDzc7bD%2Fimage.png?alt=media&amp;token=db27bddf-1c70-4d26-8e76-6f54a9782eaa" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}
**NOTE:** Do not change or add any columns or headings in this template.
{% endhint %}

Next, enter the staff data in that you want to upload. This can either be entered in manually or copied from another file (eg a spreadsheet list of your staff).

### Mandatory fields

The mandatory fields that must be entered are:

* First name
* Last name
* Email (must be unique from all other staff on your flaik site)
* Primary discipline.&#x20;

Once you've added in all the staff details, click save the file.&#x20;

### Modifying the spreadsheet

Note: do not do any of the following:

* Adding columns
* Rearranging columns
* Renaming columns

Unused columns can be deleted but the recommendation is to not delete them.

### Uploading

Next, go back to you flaik website and click on browse to upload.&#x20;

![](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/2043058042504/original/CrVNwYwOnU2F2nB0bHHt5-RsqYoME-Qriw.png?1571928422)

Find the file that you just saved and click Open. You can also drag-and-drop if that's more fun.&#x20;

![](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/2043058042955/original/ebzERJRn2zHYfOWFCSst7BYBEzBKkfHhuQ.png?1571928493)

Your file will appear in the center box. Now click Upload.&#x20;

![](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/2043058043090/original/AEQbOdDtsEY6WMmqyHnVguPrywWBngOSyQ.png?1571928513)

### Verification Stage

Once you hit <mark style="color:blue;">**Upload**</mark>, you'll see a summary screen with all the columns and rows you're updating. If there are any errors with the file, they will be highlighted in red. You will need to correct these errors prior to saving. If there are no errors, the blue save button will be available and you can click save and upload your staff.

![](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/2043058043242/original/iCnbtgnD0Pksz7sYB3F_xsl8IfVsg-Eoog.png?1571928538)

That's it! You've finished uploading your staff into flaik and they are now available in Staff Management.


---

# 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-management/staff-management-overview/adding-staff-in-staff-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.
