> For the complete documentation index, see [llms.txt](https://doc.simax.fr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.simax.fr/documentation-simax-anglais/functional/crm/statistics.md).

# Statistics

## Context:&#x20;

A company's sales team uses statistics to track their sales potential, see the status of opportunities, Nb of meetings/week, PIPE history, Nb of new customers/month, Nb of follow-ups per month, and prospecting follow-up.

## Implementation in SIMAX&#x20;

### State of opportunities

To display the state of opportunities, click **CRM > Statistics > State of opportunities.**

### Nb.appointments/week

You can view the number of appointments per week in table form:

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

### PIPE History

To display the PIPE history, click on **CRM > Statistics > pipe history.**

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

### Nb of new customers/month&#x20;

Pour afficher le nombre de nouveaux clients par mois, cliquez sur **CRM > Statistics > Number of new customers / month.**

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

### Nb of reminders per month&#x20;

To display the number of reminders per month, click on **CRM > Statistics > Number of Reminders per month**. You can view the number of reminders per month in table format:

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

### Prospection follow-up&#x20;

To display the prospecting follow-up, click on C**RM > Statistics > Prospection follow-up.** Here you'll find the prospecting history.

<figure><img src="/files/xrYVKiwHP8elgkNSEKJa" 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://doc.simax.fr/documentation-simax-anglais/functional/crm/statistics.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.
