> 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/timekeeping/timekeeping-overview-1.md).

# Dashboards

Timekeeping includes three dashboards that let you see how much your school is paying in labor. There are three views - dashboard, paid activity reporting, and employee reporting.&#x20;

{% hint style="warning" %}
The figures in these dashboards are gross pay calculations - they are not reflective of taxes or other benefits that may be applied to your staff in your payroll system.&#x20;
{% endhint %}

#### Dashboard

<div data-full-width="true"><figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2FzZU28s24vgzTcXiV7vgV%2Fdashboard%20tile%20view.png?alt=media&amp;token=7d5dd6ff-a3fe-4003-9575-2ffc2dd8aa8d" alt=""><figcaption><p>Tile view</p></figcaption></figure> <figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2Fft62Da4LXVcwxafJhwnF%2Fdashboard%20list%20view.png?alt=media&amp;token=15ebdccb-ddc8-4776-a45e-c4d350a66422" alt=""><figcaption><p>List view</p></figcaption></figure></div>

The **Dashboard** tab comes with two views - Tile view and List view.&#x20;

Use Tile view to get a quick summary of the total wages & incentives your school has paid out for the given time period.&#x20;

Use List view to see a breakdown of these stats by staff member. You can use the cog on the top right corner of the table to adjust which columns are visible. You can also click the <mark style="color:blue;">Employee report</mark> button to pull this table into a .csv file for use in your spreadsheet editor of choice.&#x20;

#### Paid activity reporting

<div data-full-width="true"><figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2FkAyWIpqrfBmIVbKYy0Xa%2Fpaid%20activity%20reporting.png?alt=media&amp;token=d458a33f-7620-4477-b9e4-664857bfff16" alt=""><figcaption></figcaption></figure></div>

Use the **Paid activity reporting** tab to see a breakdown of your stats by paid activity. This makes it easy to see where the bulk of your labor is going.&#x20;

Just like the List view in the Dashboard tab, you can click the <mark style="color:blue;">Paid activity report</mark> button to export this data into a .csv.

#### Employee detailed reporting

<div data-full-width="true"><figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2FjWhklEamoXfigrWWID2J%2FEmployee%20detailed%20reporting.png?alt=media&amp;token=7f6dab17-fdef-447b-9262-b96ddd7cb891" alt=""><figcaption></figcaption></figure></div>

The **Employee detailed reporting** tab lets you zoom in on a specific staff member's timesheet entries for the time period. Every timesheet entry will appear here, not just the ones that are finalized. This makes this tool extremely useful for spotting pending timesheets or timesheets in dispute, so you can tell at a glance if anything needs attention and, if so, which day to fix.&#x20;

The <mark style="color:blue;">Employee report</mark> button will - you guessed it - export this data into a .csv file.&#x20;


---

# 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/timekeeping/timekeeping-overview-1.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.
