> For the complete documentation index, see [llms.txt](https://taskoncommunitys-organization.gitbook.io/guide-book/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://taskoncommunitys-organization.gitbook.io/guide-book/analytics/analytics-dashboard.md).

# Analytics Dashboard

`Analytics dashboards` facilitate an easy understanding and analysis of data, monitoring and evaluating community engagement as well as user behavior trends. They assist project creators in making `data-driven` decisions to enhance accuracy and efficiency.&#x20;

<figure><img src="/files/51SzFh8HZ2c4iopbU95t" alt="" width="563"><figcaption></figcaption></figure>

### **Overview**

This feature provides a comprehensive overview to gain deeper insights into the community, including metrics such as community `visitor`, participant number, community followers, claimed task and more.

<figure><img src="/files/m9AwDUK2fvpMNtCOPnz4" alt="" width="563"><figcaption></figcaption></figure>

Click "Community Insights", and you will see the more details.

<figure><img src="/files/mwTiW0NfuMsSoXlM8433" alt="" width="563"><figcaption></figcaption></figure>

### Bot-guard

TaskOn Community is committed to helping projects build high-quality communities. The comprehensive bot detection system helps distinguish between bot and human users, assisting in the screening of genuine, high-quality users.

<figure><img src="/files/aRePHqt2i99xfyxzQ34W" alt="" width="563"><figcaption></figcaption></figure>

### **Engagement**

Choose Task, Quest, Event to check the details.

<figure><img src="/files/ebrnFTl9s6Svrv3incZ2" alt="" width="563"><figcaption></figcaption></figure>

### Referral

Click "For Community" or "For Quest/Event".

<figure><img src="/files/MG8E7f5uRx0bYPE218vt" alt="" width="563"><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://taskoncommunitys-organization.gitbook.io/guide-book/analytics/analytics-dashboard.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.
