> For the complete documentation index, see [llms.txt](https://helper.docs.sirdata.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helper.docs.sirdata.net/english/sirdata-analytics-helper-1/pricing-analytics-helper.md).

# Pricing - Analytics Helper

The billing of the service is based on the monthly number of Hits per domain.

| **MONTHLY NUMBER OF HITS**    | **PRICE IN EUROS (Excluding Taxes)** |
| ----------------------------- | ------------------------------------ |
| From 0 to 750,000             | 50 €                                 |
| From 750,001 to 2,000,000     | 100 €                                |
| From 2,000,001 to 4,000,000   | 190 €                                |
| From 4,000,001 to 6,000,000   | 270 €                                |
| From 6,000,001 to 8,000,000   | 330 €                                |
| From 8,000,001 to 10,000,000  | 380 €                                |
| From 10,000,001 to 15,000,000 | 420 €                                |
| Above the 15,000,000th        | 500 € + 0.00002 € / Hit              |

If the number of Hits received by Sirdata is higher than 15 000 000 during the month, Sirdata will charge you a fixed amount of 500 € (Excluding Taxes) and a variable amount equal to 0,00002 € (Excluding Taxes) per Hit received above the 15 000 000th.

For example, if the total number of Hits is 20 000 000, Sirdata will charge you 600 € (Excluding Taxes), that is 500 € (Excluding Taxes) for the first 15 000 000 hits and 100 € (Excluding Taxes) for the remaining 5 000 000.

Setup fees may be applied depending on the consent management mechanism (CMP) in place on the domain concerned by the use of the Sirdata Analytics helper according to the following price list :

| **CMP**               | Fees (excluding taxes) |
| --------------------- | ---------------------- |
| Sirdata CMP           | 0 €                    |
| CMP TCF               | 500 €                  |
| CMP not including TCF | 1500 €                 |


---

# 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://helper.docs.sirdata.net/english/sirdata-analytics-helper-1/pricing-analytics-helper.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.
