> For the complete documentation index, see [llms.txt](https://docs.linuxfoundation.org/lfx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.linuxfoundation.org/lfx/project-control-center/v2-latest-version/reports/health-metrics/community-sentiment.md).

# Community Sentiment

**Community Sentiment** reflects the overall mood and activity level surrounding your project based on user activity.

Sentiment analysis is a natural language processing (NLP) technique used to determine the sentiment expressed in a piece of text, whether it's positive, negative, or neutral.

It can be measured through various metrics, such as engagement on social media platforms, comments on forums, and interaction rates on project updates.

**Key components:**

* **Total Activities:** This represents the total number of actions taken by users within the project, such as comments, posts, and edits. Higher activity generally indicates a healthy and engaged community.
* **Sentiment Bars:** These bars display the distribution of sentiment across three categories:
  * **Positive:** represents positive feedback, comments, and overall engagement.
  * **Neutral:** represents neutral activity, such as information sharing without expressing strong opinions.
  * **Negative:** represents negative feedback, criticism, or concerns raised by users.

**Interpreting the metric:**

* A balanced distribution across all three bars suggests a healthy community with diverse perspectives.
* A dominant positive sentiment indicates a thriving and enthusiastic community.
* A significant negative sentiment might highlight issues requiring attention or improvement.

<figure><img src="/files/ZiGdR2CGF57KXEYUkkof" alt=""><figcaption></figcaption></figure>


---

# 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.linuxfoundation.org/lfx/project-control-center/v2-latest-version/reports/health-metrics/community-sentiment.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.
