> For the complete documentation index, see [llms.txt](https://help.skoobot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.skoobot.com/frequently-asked-questions-faqs/analytics-faqs.md).

# Analytics FAQs

<details>

<summary><strong>What do messages mean?</strong></summary>

Messages are the count of messages sent by a chatbot during a conversation. You are assigned a specific number of messages per billing period according to your plan that you can see on your dashboard.

</details>

<details>

<summary>What do Conversations mean?</summary>

Conversations are the unique chat sessions visitors engage with your chatbot during their visit. You can track your conversations with your dashboard and the inbox dashboard. A conversation terminates when a user closes the chat widget.

</details>

<details>

<summary><strong>How do we count messages?</strong></summary>

We count only the messages the chatbot sends to the bot user during any billing period. It will not count any messages sent by the user.

</details>

<details>

<summary><strong>What are the leads?</strong></summary>

The people who leave their contact information, like phone numbers and email addresses, are considered leads. A lead is part of qualified traffic on your website. These visitors have a high chance of purchasing your services or products.

</details>

<details>

<summary><strong>What is considered the lead?</strong></summary>

The visitors who leave their contact information, like phone numbers and email addresses, are leads with our chatbots. In your chatbot, you can mark any question for lead consideration. If the user replies to that question, it will be considered a lead.

</details>

<details>

<summary><strong>What is a subscriber?</strong></summary>

Anyone who interacts with Telegram, WhatsApp, and the Facebook bot is considered a subscriber. Subscribers are visible on your Analytics dashboard. You may find them as a contact as well.

</details>

<details>

<summary>How to check individual Bot uses or all account uses?</summary>

* You can check out all users on your account in the Analytics. It has a detailed summary of both categories.&#x20;
* To Check All Bot Uses, Navigate To Analytics.&#x20;
* Find the "Analytics Summary" Tab&#x20;
* Change The Leftmost dropdown to all bots and the rightmost dropdown to the period you want (weekly, monthly, yearly)&#x20;
* To Check A Specific Bot Usage, Navigate To Analytics.&#x20;
* Find the "Analytics Summary" Tab&#x20;
* Change The Leftmost dropdown to the Bot you want to check for and the rightmost dropdown to the time period you want (weekly, monthly, yearly)

</details>


---

# 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://help.skoobot.com/frequently-asked-questions-faqs/analytics-faqs.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.
