> For the complete documentation index, see [llms.txt](https://docs.skadii.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skadii.com/documentation/docs-en/tools-and-functions/flow-ai-counting.md).

# Flow – AI counting

Here you'll find a **video about skadii Flow**, which shows you the most important functions and possible uses.&#x20;

{% embed url="<https://www.youtube.com/watch?v=6KTEGqwz2QE>" %}

### What is skadii Flow?

skadii Flow is an intelligent counting system that automatically and anonymously records people such as skiers and mountain bikers, as well as vehicles. This lets you see at any time how heavily hiking trails, ski slopes, or parking lots are being used, for example, and helps you plan and improve your operations in a targeted way.

An AI box analyzes the camera recordings directly on site. People and vehicles are counted without storing any personal image or video data. You can then view and analyze the collected data in skadii.

***

<h4 align="center">Would you like to use skadii Flow?</h4>

<p align="center">Contact our support team or learn more on our website.</p>

<p align="center"><a href="/documentation/docs-en/product-updates/support.md" class="button primary" data-icon="comment-heart">skadii Support</a><a href="https://www.skadii.com" class="button primary" data-icon="globe-pointer">skadii website</a><br></p>

***

### Do you already use skadii Flow?

On [skadii](https://skadii.digital/map) you have various options available for clearly displaying and analyzing your skadii Flow data.

### Widgets on the Dashboard

Add the following skadii Flow widgets to your Dashboard:

* **skadii Flow Slopes** for ski slopes
* **skadii Flow Trails** for hiking and biking trails

[Dashboard](/documentation/docs-en/overview-and-setup/dashboard.md#wie-fuge-ich-meinem-dashboard-widgets-hinzu)

How to use the widget:

* In the widget, select unde&#x72;**‘Gate’** the desired slope or trail. This is especially useful when several gates are available.
* Then set the desired time period. This lets you see at a glance how many people were counted in the selected period.

<div data-with-frame="true"><figure><img src="https://3220231080-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi1rq90faFZetMGIspfq3%2Fuploads%2FoD17piFPbQtzfxAjcD1A%2Fimage.png?alt=media&amp;token=825f5d53-69e0-40cb-8180-d056abfc8bf0" alt="" width="563"><figcaption></figcaption></figure></div>

### Show gates in Map View

Would you like to see **more details about a gate** ?&#x20;

Proceed as follows:

* Open the **Map View**.
* Show the sidebar.\
  If it is not displayed, click the **small arrow** next to the skadii logo.

<div data-with-frame="true"><figure><img src="https://3220231080-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi1rq90faFZetMGIspfq3%2Fuploads%2FdhJVdurHs2UHk0TV8CsV%2Fimage.png?alt=media&amp;token=f1987ced-e1ab-4a00-a46e-b4ab999cc49c" alt="" width="563"><figcaption></figcaption></figure></div>

* Select **‘Objects’** .
* Click **‘Gates’.**

<div data-with-frame="true"><figure><img src="https://3220231080-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi1rq90faFZetMGIspfq3%2Fuploads%2Fd8rkbN84e3pcptybTN4G%2Fimage.png?alt=media&amp;token=c320cf43-9295-40c5-b927-0a0682c73afd" alt="" width="563"><figcaption></figcaption></figure></div>

* Then click the desired gate.

In the detail view, you can see the recorded movements and their direction. For a ski slope, for example, you can compare how many skiers went uphill and how many went downhill. The gates record when and in which direction people or vehicles cross a defined virtual line.

<div data-with-frame="true"><figure><img src="https://3220231080-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi1rq90faFZetMGIspfq3%2Fuploads%2F7jomYniHprSpjemEagOT%2Fimage.png?alt=media&amp;token=f04d0aa9-fc24-4061-9a1a-fc0b93707169" alt="" width="563"><figcaption></figcaption></figure></div>

{% hint style="info" %}
**Note:** A gate is a digital counting point where passing people and vehicles are recorded anonymously.
{% endhint %}

### Download report

Would you like to analyze the data in more detail?

* Open the desired gate.
* Click the **three dots.**

<div data-with-frame="true"><figure><img src="https://3220231080-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi1rq90faFZetMGIspfq3%2Fuploads%2FKS0j25taMhWcucoyPUr8%2Fimage.png?alt=media&amp;token=e0eaec5d-0010-4a4b-a364-58aa34c3e968" alt="" width="563"><figcaption></figcaption></figure></div>

* Download the report as an Excel file.

In the report, you’ll find the number of people counted broken down by hour. This makes it easy to identify periods of particularly high or low usage.


---

# 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://docs.skadii.com/documentation/docs-en/tools-and-functions/flow-ai-counting.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.
