> 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/dashboard/training-dashboard.md).

# Training Dashboard

The **Training Dashboard** offers a high level overview of your training program and can be accessed via the Dashboard Menu on the left side panel.&#x20;

![](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/2043054352363/original/UDh0mRIEdU00FtQ1Yy9OjmBq6E-de20zcA.png?1570815106)

When you click into the Training Dashboard, you'll be greeted by the Saturation Report.&#x20;

This is provides an overview of how many clinics that you've published, the unique views that each clinic has, the number of registrations, the actual attendance of the clinic, and the number of feedback responses and subsequent rating.&#x20;

We're trying to provide a quick way for you to see how effective clinics are.

![](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/2043054351916/original/boHzudwf1SWPcUzAQqAJejQkfazYjLJvAA.png?1570815014)

Here's a quick breakdown of the categories you'll see in the training dashboard report.

**Saturation -** Clinic Saturation is how well attended your clinic is. It's calculated by dividing the total positions available by attendance.&#x20;

**Clinic Instances -** This is the number of clinics that you've published for this category.&#x20;

**Positions Available -** This is the total positions available for this category. Our default setting is 20 positions per clinic instance.&#x20;

**Unique Clinic Views -** How many unique instructors have viewed the clinic.&#x20;

**Registration -** How many instructors have registered for the clinic.

**Attendances -** How many instructors were marked as attended by the trainer.&#x20;

**Feedback Responses -** How many responses instructors provided for the clinic.&#x20;

**Rating -** This is the average rating for the clinic, out of 5 stars.

If you want to expand out that clinic categories, hit the down error on the right hand side of the clinic category.&#x20;

![](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/2043054352412/original/vzcaGfhH_QOiezJn766Vz8tUGl9zWaS8Vg.png?1570815124)

You'll then be able to see all of the clinics that are associated with that category and the individual details for each particular clinic.

![](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/2043054352438/original/bOw5ioWR0l_DhtTB5Bl8dA6kxpXKmECdHQ.png?1570815133)


---

# 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/dashboard/training-dashboard.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.
