> 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/fonctionnelle/crm/statistiques.md).

# Statistiques

## Contexte :

L'équipe de vente d'une entreprise utilise des statistiques pour suivre leur potentiel commercial, voir l'état des opportunités, le Nb rdv/semaine, l'historique de PIPE, le Nb des Nouveaux clients/mois, Nb de Relances par mois, et la Suivi prospection.

## Implémentation dans SIMAX

### Etat des opportunités

Pour afficher l’état des opportunités, cliquez sur **CRM > Statistiques > État des opportunités**.

### Nb rdv/semaine

Vous pouvez consulter le nombre de rendez-vous par semaine sous forme de tableau :

![](/files/1XKeP6pxmxT7vU8hKmIm)

### Historique du PIPE

Pour afficher l’historique du PIPE, cliquez sur **CRM > Statistiques > Historique du pipe**.

![](/files/I1kJND2c7eul0772zkX7)

### Nb nouveaux clients/mois

Pour afficher le nombre de nouveaux clients par mois, cliquez sur **CRM > Statistiques > Nb Nouveaux clients / mois**.

![](/files/GuiBjb69Q9c6AM7LvT5h)

### Nb relances par mois

Pour afficher le nombre de relances par mois, cliquez sur **CRM > Statistiques > Nb Relances par mois**. Vous pouvez consulter le nombre de relances par mois sous forme de tableau :

![](/files/3dGa32GTd9kI3VDgUWOu)

### Suivi prospection

Pour afficher le suivi prospection, cliquez sur **CRM > Statistiques > Suivi prospection**. Vous trouvez ici l’historique de la prospection.

![](/files/hMDvnrwnuAzZbpv064xf)


---

# 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/fonctionnelle/crm/statistiques.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.
