> For the complete documentation index, see [llms.txt](https://kwf.gitbook.io/kwf-wildlife-portal-docs-1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kwf.gitbook.io/kwf-wildlife-portal-docs-1/wildlife-portal-desktop/viewing-ai-data.md).

# Viewing AI Data

By Uploading Images into Wildlife Portal Desktop, all the analysis done on the images is saved for future reference as a DataBatch

## Navigation

#### 1) Select a Study

#### 2) Locate The Camera Stations | Data Statics Toggle and Select *DATA STATISTICS*

This toggle switches what is seen on the Camera Stations page to be from a list of camera stations to the AI Analysis pages

<figure><img src="/files/pqlefrKmQNjyvkLjou7B" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/4mxMdh0D2qTcteuh76KY" alt=""><figcaption></figcaption></figure>

.The Data Statistics page gives information on the **Overall** data within the Study. It's split up into these sections

* Data Summary
  * Outlines Total Number of Images, Detections, and Number of Species
* Detected Species
  * Outlines how much of each species was detected
* Data Batches
  * Contains Specific Informaton from Individual Uploads. Each upload is associated with a DataBatch ID but the *Upload Date* may be useful for locating a specific upload

#### 3) Click on One of the Data Batches

When clicking on one of the data batches, you're navigated into the specific data contained within that data batch that also shows the specific images that were uploaded with that data batch.'

<figure><img src="/files/9i3KuSNm9zcBhRlIj3Lb" alt=""><figcaption></figcaption></figure>

## AI Screen Details

The AI screen gives you information on a whole slew of data from your images. This includes

* All Species Collected
* Bounding Boxes Around the Animals in the Images
* Confidence Score of the Model
* Image the Statistic was Taken
* Confidence Threshold being used for analysis


---

# 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:

```
GET https://kwf.gitbook.io/kwf-wildlife-portal-docs-1/wildlife-portal-desktop/viewing-ai-data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
