# Version Distribution

**What is it:** Plugin versions distribution among plugin's active users. &#x20;

**Why it matters:**\
This helps you monitor adoption of the latest version, identify users still running older releases, and spot version-related issues early.

**How is it calculated:** Users are grouped based on the plugin version they’re running.&#x20;

**Notes:**&#x20;

* This metric will work only if the provided code snippet is included into your plugin's shared headers. To copy a snippet, navigate to your plugins’s dashboard -> “Monitor User Engagement”.
* You will start seeing activity once your users upgrade to the plugin version that includes the required code snippet.

Also see: [Active Users](https://plugin-pulse.gitbook.io/docs/user-engagement/active-users)


---

# 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://plugin-pulse.gitbook.io/docs/user-engagement/version-distribution.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.
