# Sentiment Score

The **Sentiment Score** section provides an AI-driven analysis of community discussions, offering insights into the overall mood and engagement within the group. By aggregating message sentiment, the system calculates a score ranging from 1 to 10, helping users assess the community’s atmosphere over time.

<figure><img src="/files/JvTMOTmOvQh5Ft1vehDm" alt=""><figcaption><p>Sentiment Score</p></figcaption></figure>

### How It Works

* Each message is analyzed using sentiment classification, categorizing it as **bullish (positive), bearish (negative), or neutral**.
* The final score is computed based on the ratio of bullish to bearish messages, normalized to a 1-10 scale.
* A color-coded system helps interpret sentiment at a glance:
  * **7-10**: Great community sentiment (green)
  * **4-7**: Good community sentiment (yellow)
  * **Below 4**: Negative community sentiment (red)
* Users can filter the sentiment score by date, allowing them to analyze daily sentiment trends and track changes over time.
* A line graph visualizes sentiment fluctuations, helping identify patterns in community discussions.

This feature allows investors and community managers to gauge engagement quality and detect shifts in sentiment, making it easier to respond proactively to community needs


---

# 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://docs.tgmetrics.ai/telegram-analytics/sentiment-score.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.
