# Introduction

## Mental stress indicator can be divided into two parts

1. ***Chat based stress detector***
2. ***Real-time video based detector***

### 1. Chat based Stress Detector:

Chatbots are now widely used by everyone. Using this concept, we attempted to create a chatbot that can assist you in answering all of the queries you have and, as an outcome, determining your stress level with a detailed report. User will be asked set of question and based on those question's response bot will determine the stress level of user.

Another feature of chatbot is "*Generalized Queries",* in which users can ask the bot any question they want. The bot will analyze the question and, if it has any answers, it will respond with them. This bot can be accessed via official web application and Telegram mobile/Desktop app.

Telegram: <https://t.me/stresibot>

<figure><img src="/files/1tZwrrHmIM35gPUAdIP8" alt=""><figcaption><p>Telegram Screen</p></figcaption></figure>

Web Link: <https://bot.dialogflow.com/48b48f8f-2172-4b19-9f13-53bae85c6458>

<figure><img src="/files/748IH1fyT3gLrr9cGpGA" alt=""><figcaption><p>Web Console</p></figcaption></figure>

### 2. Real-time Video Based Detector:

Real-time Stress detection model detects stress level of user through real time analysis of user's facial expression and emotions. Video will continuously runs in background, and it will print stress level of user.

<figure><img src="/files/pDZ7SV51DjmwCcr9YgQC" alt=""><figcaption><p>Stressed User example</p></figcaption></figure>


---

# Agent Instructions: 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://mental-stress-detector.gitbook.io/mental-stress-indicator/introduction.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.
