# Mailing Lists

**Mailing Lists:** A useful tool for sharing information with groups, often used for newsletters, announcements, and discussions. They help distribute information quickly and engage people.

This graph shows the growth of a company’s email mailing list over the selected period. The y-axis shows the number of New subscribers and the total subscribers, while the x-axis shows time. Here are the metrics displayed in the graph:

* **Mailing Lists:** It shows the number of active mailing lists associated with the project per the selected period.
* **New Subscribers:** This is the number of people signed up for the company’s email mailing list in a month. Hover over the bar chart to see the new subscribers for that month. For instance, In August, there were 4 new subscribers.
* **Total Subscribers:** This is the total number of people signed up for the company’s email mailing list. Hover over the line chart to see the total number.

<figure><img src="/files/7BJ88GdIYhQiQbeQwwXv" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
The following metrics are not shown but can be analyzed from the chart.

**Growth Rate:**

This metric is not shown in the graph but can be calculated by subtracting the number of total subscribers at the beginning of a period from the number of total subscribers at the end of the period and then dividing it by the number of total subscribers at the beginning of the period.

Then multiply by 100 to express the growth as a percentage. For example, the growth rate from March to April was 1%.

**Subscriber Acquisition Rate:** While the graph doesn't show individual monthly growth rates, you can calculate them to identify periods of stronger subscriber acquisition.

This helps you understand what strategies are working best and allows for targeted adjustments.\\
{% endhint %}


---

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