> For the complete documentation index, see [llms.txt](https://help.conviu.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.conviu.com/information-about-conviu/price-for-conviu.md).

# Price for Conviu

Tariffs are determined by the number of items in the feed. The total number of products is calculated as the sum of products from all imported xml files of one e-shop. For example, if you have 3 XML files in the application and each of them has 10 thousand products, the resulting number of products will be 30 thousand.

It is necessary to establish your own organization for each e-shop.&#x20;

In the event that the total number of items increases (and you achieve a higher tariff) or decreases (and you achieve a lower tariff), we will automatically change your tariff at the end of the month along with the next invoicing. We offer a discount for payment for a longer period.&#x20;

Contact us at <info@conviu.com>.


---

# 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://help.conviu.com/information-about-conviu/price-for-conviu.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.
